creatingnot bootable deviceusb device

How To Boot From a USB Device
How To Boot From a USB Device
April 2018
USB drives are used nowadays to connect a wide variety of external
hardware to a computer, for storing and sharing pieces of data across multiple computers. USB
can also be used to set up a thumb drive as a booting device for BIOS as well. For this, the thumb drive needs to be formatted in FAT format and must have the required boot sectorfile residing on the drive itself. Once the system is restarted, go to BIOS settings to boot
the device from the pen drive by following the on screen prompts or the user manual.
STEP 1: GETTING SOME BOOT SECTORS
To be able to boot rom a device we need boot sectors. Boot sectors contain the information needed by the BIOS to enable it to boot using the device.
Option 1 - Using a floppy disk formatted in Windows:
Before we can make a USB device bootable we need to get our hands on a bootable floppy. In all current Windows versions (including Windows 2000 and XP) we can do that by formatting a floppy disk.
Open Windows Explorer and right click the A: drive.
Choose &Format& from the upcoming popup menu.
In the window that appears, check the option &Create an MS-DOS startup disk&.
Make sure Windows is formatting the right drive.
Usually it should show &Format 3 1/2
Floppy (A:)&.
Once you're sure about the drive, click the &Start& button - Windows will now format the disk and make it bootable.
Windows - Creating a bootable floppy
After creating this bootable floppy, we will now extract the boot sectors from this floppy using Bart's MKBT:
Open a DOS Window and go to the directory where you extracted MKBT.
Type mkbt -c a: bootsect.bin as shown below:
C:\Windows\System32\cmd.exe
D:\Downloads\mkbt20&mkbt -c a: bootsect.bin
Copy boot sector mode (-c)
D:\Downloads\mkbt20&
Note: Here &a:& represents the drive that holds the newly made bootable floppy
Once the command prompt returns, you will have a boot sector stored in the file &bootsect.bin&.
Do not close this DOS window yet, we will need it again in step 3
Option 2 - Using images of bootable floppies
On the Internet you can find a lot of bootable disks. Take a look at the BootCD.info website.
You will find plenty of floppy disk images and tools to write these images to floppy disk.
Most of these disks are specialized, for example direct network access, packed with handy tools, etc.
Follow the instructions there on how to make a bootable floppy.
One of the best network enabled bootdisks is &Bart's Network Boot Disk&.
I highly recommend this disk for the advanced user!
Note: Some .BAT files refer to the A: drive directly - this CAN cause problems during boot
STEP 2: PREPARING THE THUMB DRIVE
Format the thumbdrive in the same format you formatted the floppy disk - i.e. FAT.
So if you used the option where you created a bootable floppy in Windows, the format the thumb drive was using is FAT or FAT16.
Right click the drive letter of the thumb drive and select the option &Format&
Select the proper format (FAT) and click &Start&
STEP 3: COPY THE BOOT SECTORS TO THE THUMBDRIVE
Thanks to MKBT by Bart (visit his website for more fun tools!) we can now easily copy the boot sectors onto the USB thumbdrive.
You can download the file from the downloads section of CCM or directly from Bart's website.
Open a DOS Window and go to the directory where you extracted MKBT
Type mkbt -x bootsect.bin G: as shown below, remembering to change G: to the drive corresponding to your thumb drive:
C:\Windows\System32\cmd.exe
D:\Downloads\mkbt20&mkbt -x bootsect.bin g:
Expert mode (-x)
STEP 4: COPY FILES TO THE THUMB DRIVE
Now the drive is bootable, you can put the essential files on to it. Copy all the files you put on the A: drive earlier on to your thumb drive. Be warned that if your floppy has a .BAT or CONFIG.SYS file and they use absolute path referencing to the A: drive, this could be a problem.
STEP 5: RESTART AND GO INTO THE BIOS
Restart your PC and go into the BIOS.
Entering the BIOS is commonly done by pressing the &Del& button on your keyboard.
&F1&, &F2&, &Insert&, and &F10& are all alternative keys that may be used here, depending on your model.
Sometimes the PC will display a message telling you which key to press.
Note: Some laptops allow you to set the boot devices using a Windows application. Toshiba for example does this with some of their laptops. The application is either a standalone application or a applet in the Control Panel.
STEP 6: BIOS SETTINGS
Depending on the BIOS of your computer, you can set the USB stick as a boot device. If your PC's BIOS does not seem to support this, check if there is an update available. For some reason most BIOS prefer to refer to the thumbdrive as a USB Removable Floppy Disk or USB Zip Disk.
Generic approach
If your BIOS is not in the list below, or the settings do not seem to work with your PC, then do this:
Go into the BIOS
Go to the page that determines the boot order (usually called &Advanced Setup&, &Boot options&, or &Feature Setup&)
Try all USB drive variants. Start with &USB ZIP&, then &USB FDD&, &USB HDD &, etc.
To speed up the testing, DISABLE ALL other boot devices. This goes for the 2nd, 3rd etc, but also for &Alternative boot devices&.
Depending on the version of your AMI-BIOS (enter using the &Del& button):
AMI refers to it as &AMIBIOS SIMPLE SETYP UTILITY - VERSION 1.21.12& (version number may vary).
Go to &Feature Setup&.
&Enable& these options: &USB Function Support&, &USB Function For DOS& and &ThumbDrive for DOS&.
Go to &Advanced Setup&.
Set the &1st Boot Device& to &USB RMD-FDD&.
Reboot the PC and it now should boot from the thumb drive.
Go to &USB Mass Storage Device Configuration&.
(Select &Emulation Type& and set it to &Hard disk&.
Go to the &Boot Menu& and set the &1st boot device& to &USB-Stick&.
Now you can exit the BIOS, saving the changes. If this does not seem to work, then you can try (it sometimes seems to work) setting the &Emulation Type& value to &Floppy& or &Forced FDD&.
PHOENIX/AWARD BIOS
Go to &Advanced BIOS Features&.
Go to the &1st Boot device& and set it to &USB-ZIP&.
Sometimes the device is listed as a USB hard drive under the hard drives menu.
Version 2.0
Last updated on Jan 7, 2003
- What is MKBT?
- Download
- On what platforms can MKBT be run?
- What is the command line syntax?
- What is so unique about MKBT?
- Are there any other boot sector installers?
- Where can I find the latest version?
- How to build a bootable floppy
- How to build a bootable 2.88MB floppy image file (without the drive)
- How does MKBT work? (technical)
- Boot Sector installation
- Boot Sector copy (-c)
- Change log
What is MKBT?
MKBT is used for installing boot sectors. It supports FAT, NTFS and RAW boot sectors.
To download MKBT use this link:
On what platforms can MKBT be run?
MKBT is compiled as a win32 executable and runs on:
Windows 95/98/ME (FAT)
Windows NT4/2000/XP (FAT and NTFS)
What is the command line syntax?
mkbt [switches] &source& &target&
&source& The source file/drive which contains the boot sector to install
&target& The target file/drive to install the boot sector on
Switches: -v Verbose mode
-c Copy mode (no install) used for copying the
boot sector(s)
-x Expert mode (do not check drive A or B only)
USE WITH CAUTION!
-l=&xxx& Set Volume Label to &xxx&
Returns errorlevel 0 when OK, 1 when some error occurred.
To install boot sector from file &bootsect.bin& onto drive A:
-& mkbt c:\os\dos622\bootsect.bin a:
To install boot sector from file &bootsect.bin& onto floppy image &288.img&
-& mkbt c:\os\dos622\bootsect.bin c:\tmp\288.img
To copy boot sector from a bootable floppy in drive A: to a file called
&bootsect.bin&
-& mkbt -c a: c:\os\dos622\bootsect.bin
What is so unique about MKBT?
Unique things about MKBT are:
It supports transferring a boot sector to floppy images. This allows you to create a bootable 2.88MB floppy image without needing a 2.88MB floppy drive. See &How to build a bootable floppy image file&
It is a win32 executable (not DOS)
Are there any other boot sector installers?
Yes, &bootable.exe& - written by Alexei A. Frounze. It is a DOS executable and only supports transferring a boot sector from file to floppy drive (A: or B:).
Where can I find the latest version?
The latest version can be found on
How to build a bootable floppy
You can use any DOS version and any DOS supported floppy disk size to build your bootable floppy. For each DOS version you must have the following 4 boot files:
The boot sector in a file called &bootsect.bin&
You can capture the boot sector to a file using: mkbt -c a: bootsect.bin
IO.SYS (or IBMBIO.COM for Novell Dos)
MSDOS.SYS (or IBMDOS.COM for Novell Dos)
COMMAND.COM
For this example we will use MS-Windows 98 (version 4.10.1998), therefore we put the files in a folder called &4101998&. They must have &normal& attributes (not hidden/system/read only).
You can now use makeboot.bat (which is include with the MKBT download zipfile).
makeboot.bat takes one parameter, that is the directory where the Dos bootfiles can be found.
Example: makeboot c:\os\4101998 - or when you are in the &c:\os& folder, just makeboot 4101998
How to build a bootable 2.88MB floppy image file (without the drive)
Use bfi - Build Floppy Image.
How does MKBT work? (technical)
MKBT copies parts of the boot sector. The boot sector, the very first sector of a floppy disk, is 512 bytes long and looks like this:
FAT Boot sector
Offset Length Meaning
0x0 3 bytes Jump instruction
0x3 8 bytes OEM Name
0xB 25 bytes BIOS parameter block
0x24 26 bytes Extended BIOS parameter block
0x3E 448 bytes Bootstrap code
0x1FE 2 bytes End of sector marker
The BIOS parameter block and extended BIOS parameter block contains the information:
BIOS parameter block for FAT volumes
Offset Length Meaning
0xB 2 bytes Bytes per sector
0xD 1 byte Sectors per cluster
0x0E 2 bytes Reserved sectors
0x10 1 byte Number of FATs
0x11 2 bytes Root entries
0x13 2 bytes Small sectors
0x15 1 byte Media type
0x16 2 bytes Sectors per FAT
0x18 2 bytes Sectors per track
0x1A 2 bytes Number of heads
0x1C 4 bytes Hidden sectors
0x20 4 bytes Large sectors
Extended BIOS parameter block for FAT volumes
Offset Length Meaning
0x24 1 byte Physical disk number
0x25 1 byte Dos: Current head
NT: Dirty flag
0x26 1 byte Signature
0x27 4 bytes Volume serial number
0x2B 11 bytes Volume label
0x36 8 bytes Filesystem ID
Boot sector installation
Below are the steps MKBT takes to install a boot sector:
Source sector: Buffer 1
Target sector: Buffer 2
1. Read source sector in buffer 1
2. Read target sector in buffer 2
3. Transfer boot sector parts from buffer 1 to buffer 2
4. Write buffer 2 to target sector
Boot Sector copy (-c)
MKBT v1.3 (and higher) has a &Copy boot sector& option, which copies the complete boot sector
Previous versions only copied those sections that where needed to install it
for this tip on the forum.
Published by .
Latest update on March 20, 2018 at 04:36 AMHow to Create a Bootable USB Flash Drive for Windows 7
Advetisements
How to create a Bootable Windows 7 USB flash drive :
For those who don’t have a windows 7 installation disk or either it is damaged, then you can create and use a Bootable USB flash drive to install Windows 7 on your PC. The process of creating a Bootable windows 7 USB flash drive is fairly easy, however you will have to download a copy of windows 7 ISO file.
Fortunately Microsoft provides Windows 7 ISO images as free downloads to the public.
You can and Once you have downloaded a Windows 7 ISo file, you can then follow the instructions provided below to create a Bootable windows 7 USB flash drive.
Instructions to create a Bootable Windows 7 USB Flash Drive
Download Rufus and run it with Administrator rights.
Step 1: Select the USB drive.
Step 2: Select “ Select MBR partition scheme for BIOS or UEFI “ ( Note: If your PC has UEFI bios, select the other two options. )
Step 3: Select NTFS for File system. ( Note: Select FAT32 if your PC UEFI bios. )
Step 4: Select the default Cluster size.
Step 5: Type in a name for the Bootable USB Flash Drive.
Step 6: Make sure you select these three options under Format options.
Quick Format
Create a Bootable disk using.
Create extended labels and icon files.
Step 7: Select the dropdown menu next to Create a Bootable disk using and select ISO Image.
Step 8: Select the Drive icon next to ISO Image and then select the Windows 10 ISO file.
Step 9: Verify all the settings and then click on the Start button.
That’s it, now you’ll just have to wait for a couple minutes more and the Windows 10 Bootable USB Flash Drive should be ready for installing Windows 10 on your PC.
After a few minutes your Windows 7 Bootable
USB flash drive will be
ready for installation. Reboot your PC and set the bootable flash drive as a first boot priority in the bios settings. Save the bios settings and reboot once again to continue with the windows 7 installation process .
Note: You have to allow booting from USB devices in your BIOS settings in order to proceed further with the windows 7 installation .
About The Author
Related PostsDoes it ask you to specify which .iso file ?
It auto-selects the first .iso it finds, so if you have any other .iso files on your computer, it might be selecting the wrong oneClick to expand...
Yep, when prompted, I always manually direct it to the correct ISO file.
gr8tfly said:
You're Restoring a WIndows bootable disc on a Flash drive formatted for Mac Extended (journaled) with a GUID partition table?
Two things that could be wrong (last to first):
The partition table must be MBR.
partition must be formated as MS-DOS (FAT) or ExFAT.
Click to expand...
I watched a video on Youtube where it recommended Mac OS Journaled/GUID Partition table combination. There were no comments suggesting those settings were bad, so I assumed they were the ones to try.
I just formatted one of the USBs to ExFAT with MBR partition table (1 partition), and had the same problem. Hmm.
Does it ask you to specify which .iso file ?
It auto-selects the first .iso it finds, so if you have any other .iso files on your computer, it might be selecting the wrong oneClick to expand...
HOLY S*IT! THAT WAS THE PROBLEM! It was selecting the one in downloads folder, but my ISO file was on the dekstop! OMFG! THANKS MAN!
MacRumors Forums
Arnold Kim
Editorial Director
Eric Slivka
Editor in Chief
Juli Clover
Senior Editor
Joe Rossignol
Marianne Schultz
Dan Barbera
Video Content Producer
Mitchel Broussard
Contributing Editor
Tim Hardwick
Contributing Writer
Chris Jenkins
Contributing Writer
Copyright (C) 2000- MacRumors.com, LLC.

我要回帖

更多关于 no bootable device 的文章

 

随机推荐