USB Bootable: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=How to make USB Drive Bootable= | |||
# Connect the USB | # Connect the USB | ||
# Under DOS prompt | # Under DOS prompt | ||
| Line 13: | Line 14: | ||
# D:\CD BOOT (and hit enter.Where “D” is your DVD drive letter.) | # D:\CD BOOT (and hit enter.Where “D” is your DVD drive letter.) | ||
# D:\boot\BOOTSECT.EXE /NT60 E: (where E is your USB drive) | # D:\boot\BOOTSECT.EXE /NT60 E: (where E is your USB drive) | ||
# You will have the message | # You will have the message | ||
<pre> | |||
Target volumes will be updated with BOOTMGR compatible bootcode. | |||
E: (\\?\Volume{09f02e66-facf-11de-8c41-001fd0d369d8}) | |||
Successfully updated NTFS filesystem bootcode. | |||
Bootcode was successfully updated on all targeted volumes. | |||
</pre> | |||
# Copy your Windows 7/Vista DVD contents to the USB flash drive. | # Copy your Windows 7/Vista DVD contents to the USB flash drive. | ||
# Your USB drive is ready to boot and install Windows 7/Vista | # Your USB drive is ready to boot and install Windows 7/Vista | ||
# Change the Boot priority in BIOS | # Change the Boot priority in BIOS | ||
Good Luck | Good Luck | ||
[[:Category:Tips]] | |||
Latest revision as of 13:21, 23 September 2012
How to make USB Drive Bootable
- Connect the USB
- Under DOS prompt
- DISKPART
- LIST DISK (now see the USB disk number, it might be DISK 2)
- SELECT DISK 2
- CLEAN
- CREATE PARTITION PRIMARY
- SELECT PARTITION 1
- ACTIVE
- FORMAT FS=NTFS
- ASSIGN
- Get into DVD drive where you have WIN7.
- D:\CD BOOT (and hit enter.Where “D” is your DVD drive letter.)
- D:\boot\BOOTSECT.EXE /NT60 E: (where E is your USB drive)
- You will have the message
Target volumes will be updated with BOOTMGR compatible bootcode.
E: (\\?\Volume{09f02e66-facf-11de-8c41-001fd0d369d8})
Successfully updated NTFS filesystem bootcode.
Bootcode was successfully updated on all targeted volumes.
- Copy your Windows 7/Vista DVD contents to the USB flash drive.
- Your USB drive is ready to boot and install Windows 7/Vista
- Change the Boot priority in BIOS
Good Luck Category:Tips