making the usb flash bootable
-
Monday, April 09, 2012 6:59 AM
Dears,
How can i make a flash bootable ?
Best Regard
All Replies
-
Tuesday, April 10, 2012 5:12 AMModerator
Hi,
How to create a bootable flash drive
-----------------------------------------
1. From a Windows 7 or Windows PE environment, run the DiskPart tool.
For example, at the command prompt, type the following:
Diskpart
2. Use the DiskPart tool to determine the disk number and device size to be used for the next step by typing the following at the DiskPart command prompt:
list disk
3. Use the DiskPart tool to partition and format the device and make it bootable.
For example, if the UFD is Disk 1, type the following at the DiskPart command prompt, replacing <device_size> with the capacity of the UFD (in MB).
select disk <disk_number>
clean
create partition primary size=<device_size>
select partition 1
active
format fs=ntfs quick
assign
exit
Now the USB flash is bootable
More reference
http://www.youtube.com/watch?v=eibbW7B53Tc
Hope this helps
- Edited by Vincent Wang-MCSCMicrosoft Contingent Staff, Moderator Tuesday, April 10, 2012 5:13 AM
- Marked As Answer by Leo HuangMicrosoft Contingent Staff, Moderator Friday, April 20, 2012 6:02 AM
-
Tuesday, April 10, 2012 5:56 AM
For windows 7, winodws 8, server 2008 usb bootable
Mohammed Imtiyaz Ali
- Marked As Answer by Leo HuangMicrosoft Contingent Staff, Moderator Friday, April 20, 2012 6:02 AM
-
Tuesday, April 10, 2012 6:06 AM

