It seems that you are unregistered. Please register with us by clicking Here, or if you are already registered login here
Welcome to Urdu Community & Poetry/Shayari Forum
This is a discussion on Making USB Disk Bootable within the Information Technology forums, part of the Education & Learning category; PART-: How To Boot From A USB Flash Drive For starters this is still a new science and many people ...
| |||||||
| Poetry | Video | Photo | Books | Games | Sites | Register | Groups | FAQ | Calendar | Mark Forums Read | Chat |
|
#1
| ||||||
| ||||||
| PART-: How To Boot From A USB Flash Drive For starters this is still a new science and many people have had good luck with at least one of these methods and others have not. Note that flash drives are often also called thumb drives, keychain drives, pendrives, etc. A FEW THINGS YOU NEED TO CONSIDER IN ADVANCE. 1. The PC has to support booting from a USB flash drive. There may be anywhere from 1-3 items to change in the BIOS to make this possible assuming your BIOS supports it. Some bios's may refer to your flash drive as a USB floppy or USB zip. 2. The USB flash drive must support booting from it in general. 3. The flash drive must contain the boot/system files. 4. The flash drive must have bootsector area. This is done with special utilities. 5. References to "A:" drive lines in the autoexec.bat and/or config.sys files you copy to the drive after you make it bootable may result in errors. 6. You "may" have to format your floppy disk first in WinXP before you create a bootdisk as XP may "not" like working later on with a disk formatted otherwise. 7. Included below is a bootable ISO of DOS 7.1 which may be used with some of these methods if you do not have a 1.44 drive. Method 1 - Make your flash drive bootable using Bart's mkbt util: [Only registered and activated users can see links. ] | Alt: [Only registered and activated users can see links. ] Put a bootable floppy disk in your A: drive or create one using Windows. Download mkbt20.zip and unpack to to new temp folder you create. Go to the temp folder. Extract the bootsector from the bootable floppy disk. eg Open a DOS Window and go to the directory where you extracted MKBT. Type: mkbt -c a: bootsect.bin The boot sectors from the bootable floppy disk have just been saved to a file in the temp folder you created. Format the flash drive in FAT or FAT16. Copy the bootsector to the flash drive. Open a DOS Window and go to the folder where you extracted MKBT. Type: mkbt -x bootsect.bin Z: "Z" represents the flash drive drive Letter. So if your flash drive has another drive letter, then change the "Z" accordingly. Now you can [grin] "should" be able to copy the utils you need to the pen drive. Method 2 - Try these 2 HP/Compaq USB Flash Drive Utilities. They work with many other brands of flash drives as well. HP USB Disk Storage Format Tool Version 2.0.6 [Only registered and activated users can see links. ] HP Drive Key Boot Utility Version 7.41 [Only registered and activated users can see links. ] Method 3 - Third Party Links [Only registered and activated users can see links. ] Recall I did say it's a new science. [Only registered and activated users can see links. ] Method 4 - A Bootdisk.Com Visitor Suggested Here is my another method for creating dos bootable USB sticks using windows format. 1. From Win98 DOS-Prompt type "SYS {USBDriveLetter}:" or "FORMAT {USBDriveLetter} /U /S". If from WinXp then from start->run command.com execute format.exe copied from win95 or win98. OR 2. Simply by enabling copy system files in windows explorer format window. By default it is disabled for non-floppy drives. To enable it use windows enabler program from [Only registered and activated users can see links. ] an whoila it works. PART-II: Step 1: Getting some bootsectors To be able to boot rom a device we need so called bootsectors. The simple explanation is this: When the PC starts, the BIOS will scan the indicated storage devices and look for these bootsectors. They contain information for the BIOS to be able to start from this device. Bootsectors can be found on all bootable media (harddisk, floopy disk, CDRom, etc). Option 1 - Using a floppy disk formatted in Windows Before we can make a USB device bootable (specifically refering to USB thumbdrives!), we do 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 the Windows Explorer and right click the A: drive. Choose "Format..." from the upcoming popup menu. A window appears with some option: Check the option "Create an MS-DOS startup disk". Verify if Windows is indeed formatting the right drive! Usually it should show "Format 3½ 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 bootsectors from this floppy using [Only registered and activated users can see links. ]. Open a DOS Window and go to the directory where you extracted MKBT. Type mkbt -c a: bootsect.bin as shown below (yellow text).
Note: Here "a:" represents the drive that holds the newly made bootable floppy! Once the command prompt returns, you will have a bootsector 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 [Only registered and activated users can see links. ] 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 "[Only registered and activated users can see links. ]". I highly recommend this disk for the advanced user! Tip: Some .BAT files refer to the A: drive directly - this CAN cause problems during boot! Step 2: Preparing the Thumbdrive Format the tumbdrive in the same format you formatted the floppy disk (which is FAT!). So if you used the option where we created a bootable floppy in Windows, the format the thumbdrive using FAT or FAT16. You can try NTFS or FAT32, but I have to say that both faioled on the thumbdrives I tried. Right click the drive letter of the thumbdrive and select the option "Format...". Select the proper format (FAT) and click "Start". Step 3: Copy the bootsectors to the ThumbDrive Thanks to MKBT by Bart (visit his [Only registered and activated users can see links. ] for more fun tools!) we can now easily copy the bootsectors onto the USB thumbdrive. Download the file either from his website (to get the most recent version, or to take a look at his other cool tools) or download version 2.0 from our website (see our [Only registered and activated users can see links. ]). Open a DOS Window and go to the directory where you extracted MKBT (if you haven't done so in step 1, or in case you closed the DOS window in step 1). Type mkbt -x bootsect.bin G: as shown below (yellow text). Make SURE that you set the right drive letter here! "G:" represents the thumbdrive! So if your thumbdrive has another drive letter, then change the "G" accordingly!
!! AGAIN: MAKE SURE YOU SELECT THE RIGHT DRIVE LETTER !! Here "G:" represents the thumbdrive! Step 4: Copy files to the thumbdrive Once the drive is bootable, it would be nice to have some essential files on it, for the computer to make sense. Copy all the files of the A: drive (from Step 1, either option 1 or 2) to the thumbdrive. Naturally the boot floppy used to extract the bootsectors from should be in that A: drive. Tip: if the boot floppy has a *.BAT or a CONFIG.SYS file, you might want to check if it uses absolute paths (ie. A:\...) or relative paths (ie. \...). Any reference directly to the A: drive might cause issues during boot! Step 5: Restart and go into the BIOS Now shutdown/restart your PC and go into the BIOS. Entering the BIOS is commonly done by pressing the "Del" button on your keyboard. Tip: Alternatives are "F1", "F2", "Insert", and "F10". Your PC's BIOS might even require a different key to be pressed. Commonly a PC will show a message like "Press [Del] to enter Setup" to indicate that you need to press the "Del" key. Watch the boot screen carefully. Usually the BIOS shows you which key to press. Or refer the manual of the mainboard/PC. 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 for the available BIOS! Your milage may vary :-) For some reason most BIOS'es prefer to refer to the thumbdrive as a USB Removable Floppy Disk or USB Zip Disk. Please email me settings if you found settings that work for a particular BIOS. Please DO NOT send me questions. Please ask them in the [Only registered and activated users can see links. ] so others can read the replies as well. Tip: Some AMI BIOSes require you to enable the option "USB Keyboard Legacy support"! For example: the Asus A7N8X-E Deluxe - with thanks for the tip to Fernando from Spain!
- 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 so called "Alternative boot devices".
Option 1; This refers to an AMI-BIOS I found on my own spare computer. 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 Thumbdrive. Option 2; Settings I found on a German website ([Only registered and activated users can see links. ]). Go to "USB Mass Storage Device Configuration". Select "Emulation Type" and set it to "Harddisk". Go to the "Boot Menu" and set the "1st boot device" to "USB-Stick". No 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".
Go to "Advanced BIOS Features". Go to the "1st Boot device" and set it to "USB-ZIP". TIP: I have a Phoenix BIOS, Revision 6. After a lot of frustration, I found that you need to go to the Boot Order screen and select "Harddisk" and hit enter, giving you a list of IDE hard drives - for some reason, this BIOS prefers to call a USB device an IDE harddrive...but whatever. And that's all. Reboot the PC (Exit the BIOS saving the changes) and see if it wants to boot from the thumbdrive. Of the 5 PC's I tried, 4 where succesfull. |
|
#2
| |||||
| |||||
| Good Info Post, Will try and let you know if it's work fine ![]() TC AH |
|
#3
| |||||
| |||||
| Thnxxxxxxxxxxxxx dear should inform me if it works? |
|
#4
| |||||
| |||||
| Sure Let you know first ![]() |
![]() |
| Bookmarks |
| Tags |
| usb, bootable, boot |
| Thread Tools | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.hallagulla.com/urdu/information-technology-64/making-usb-disk-bootable-171531.html | ||||
| Posted By | For | Type | Date | |
| Web 2.0 - Social Media - Internet News - Blogging » Learning - Making USB Disk Bootable | This thread | Pingback | 11-18-2007 06:09 PM | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Manasik of Hajj | usman6484 | Islam & Muslim Ummat | 2 | 06-20-2008 01:58 AM |
| ~*~Wasp Making a Home*~* | ayankhan | Snap Shots | 16 | 10-14-2007 10:46 AM |
| If Bill Gates Start Making Films In Bollywood | Pervez_mughal | Jokes n Jokes | 8 | 10-02-2007 06:59 AM |
| Parts Of A Floppy Disk Drive | TariqRaheel | Science & Research | 1 | 07-22-2007 05:53 AM |
| help me......!...low disk space | generous | Information Technology | 3 | 07-02-2007 01:15 AM |