It seems that you are unregistered. Please register with us by clicking Here, or if you are already registered login here
User Name: Password:
Urdu Poetry/Shayari Forum

Urdu Poetry Forum

Welcome to Urdu Community & Poetry/Shayari Forum

 


Making USB Disk Bootable

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 ...


Go Back   Urdu Poetry/Shayari Forum > Welcome To HallaGulla - Urdu Poetry Forum > Education & Learning > Information Technology

Video Photo Books Games Sites Register Groups FAQ Calendar Mark Forums Read Chat

Notices

Rate This Thread - Making USB Disk Bootable.
(0)
Thread Rating: 0 votes, average.

Reply
 
LinkBack (1) Thread Tools
  #1  
Old 11-18-2007, 04:54 PM
Kaifiii's Avatar
Member
 
Join Date: Nov 2007
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 0
Kaifiii is infamous around these partsKaifiii is infamous around these parts
Default Making USB Disk Bootable

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:
How to boot from a USB device ...
USB - Universal Serial Bus - is a standard for connecting additional equipment to your computer, like printers, scanners, webcam's, digital camera's, keyboards, mouse, harddisks, etc. For more details, please read [Only registered and activated users can see links. ]. One of these devices is the Thumbdrive, keychange disk, USB pen, etc however you want to call them. We'd like to use one of those to boot our PC from.
Meer en meer PC's staan het toe van een dergelijke thumbdrive te starten. Maar helemaal vlekkeloss en eenvoudig is dit niet. In dit artikel focussen we dus op een dergelijke thumbdrive. We willen deze drive voorbereiden vanuit iedere gewenste Windows versie (Ik deed het met Windows XP), d.m.v. [Only registered and activated users can see links. ].

Tip: niet alle PC's zijn instaat van een USB disk te starten. Kijk of jouw PC dit kan door te kijken welke BIOS instellingen beschikbaar zijn. Update eventueel de BIOS van je PC.

Note: helpful resources can be found here: [Only registered and activated users can see links. ], [Only registered and activated users can see links. ], and [Only registered and activated users can see links. ].
Note: Read the [Only registered and activated users can see links. ] first!

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).


C:\Windows\System32\ cmd.exe
D:\Downloads\mkbt20>mkbt -c a: bootsect.bin
* Copy bootsector 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 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!

C:\Windows\System32\ cmd.exe
D:\Downloads\mkbt20>mkbt -x bootsect.bin g:
* Expert mode (-x)
* Warning different filesystem ID
Size=0bytes OEM="(=_[sIHC" VolLabel="NO NAME" FileSys=""

D:\Downloads\mkbt20>

!! AGAIN: MAKE SURE YOU SELECT THE RIGHT DRIVE LETTER !!
Here "G:" represents the thumbdrive!

Once the command prompt returns, you will have a bootsector on your 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!

  • 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 so called "Alternative boot devices".
  • AMI BIOS
Depending on the version of your AMI-BIOS (enter using the "Del" button):

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".
  • PHOENIX/AWARD BIOS
On my Shuttle XPC (SN85G4), the Phoenix/Award BIOS:
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.

__________________
Very Take Care

[Only registered and activated users can see links. ]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 11-19-2007, 11:46 AM
SVhost's Avatar
VpTray
 
Join Date: Sep 2006
Location: Karachi, Pakistan
Posts: 1,912
Blog Entries: 2
Thanks: 65
Thanked 38 Times in 30 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 1186
SVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond repute
Post Re: Making USB Disk Bootable

Good Info Post,

Will try and let you know if it's work fine

TC

AH
__________________


SVhost
Cell: +9203332399324
[Only registered and activated users can see links. ]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 11-19-2007, 02:57 PM
Kaifiii's Avatar
Member
 
Join Date: Nov 2007
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 0
Kaifiii is infamous around these partsKaifiii is infamous around these parts
Default Re: Making USB Disk Bootable

Thnxxxxxxxxxxxxx dear should inform me if it works?
__________________
Very Take Care

[Only registered and activated users can see links. ]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 11-19-2007, 03:07 PM
SVhost's Avatar
VpTray
 
Join Date: Sep 2006
Location: Karachi, Pakistan
Posts: 1,912
Blog Entries: 2
Thanks: 65
Thanked 38 Times in 30 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 1186
SVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond reputeSVhost has a reputation beyond repute
Default Re: Making USB Disk Bootable

Quote:
Originally Posted by Kaifiii View Post
Thnxxxxxxxxxxxxx dear should inform me if it works?
Sure Let you know first
__________________


SVhost
Cell: +9203332399324
[Only registered and activated users can see links. ]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 11-19-2007, 03:33 PM
Kaifiii's Avatar
Member
 
Join Date: Nov 2007
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Rep Power: 0
Kaifiii is infamous around these partsKaifiii is infamous around these parts
Default Re: Making USB Disk Bootable

ok no prob i will
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
usb, bootable, boot

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are On

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

Urdu Poetry Forum RSS Feed Photo Gallery RSS Feed


All times are GMT +1. The time now is 03:13 AM.


Copyrights: All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214