USB Bootable: Difference between revisions

From RAJ INFO
Jump to navigation Jump to search
m Created page with '* 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 PARTITIO…'
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
* Connect the USB
=How to make USB Drive Bootable=
* Under DOS prompt
# Connect the USB
* DISKPART
# Under DOS prompt
* LIST DISK (now see the USB disk number, it might be DISK 2)
# DISKPART
* SELECT DISK 2
# LIST DISK (now see the USB disk number, it might be DISK 2)
* CLEAN
# SELECT DISK 2
* CREATE PARTITION PRIMARY
# CLEAN
* SELECT PARTITION 1
# CREATE PARTITION PRIMARY
* ACTIVE
# SELECT PARTITION 1
* FORMAT FS=NTFS
# ACTIVE
* ASSIGN
# FORMAT FS=NTFS
* Get into DVD drive where you have WIN7.
# ASSIGN
* D:\CD BOOT (and hit enter.Where “D” is your DVD drive letter.)
# Get into DVD drive where you have WIN7.
* D:\boot\BOOTSECT.EXE /NT60 E: (where E is your USB drive)
# D:\CD BOOT (and hit enter.Where “D” is your DVD drive letter.)
* You will have the message "successfully updated ntfs file system boot code"
# D:\boot\BOOTSECT.EXE /NT60 E: (where E is your USB drive)
* Copy your Windows 7/Vista DVD contents to the USB flash drive.
# You will have the message  
* Your USB drive is ready to boot and install Windows 7/Vista
<pre>
* Change the Boot priority in BIOS
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.
# Your USB drive is ready to boot and install Windows 7/Vista
# Change the Boot priority in BIOS
Good Luck
[[:Category:Tips]]

Latest revision as of 13:21, 23 September 2012

How to make USB Drive Bootable

  1. Connect the USB
  2. Under DOS prompt
  3. DISKPART
  4. LIST DISK (now see the USB disk number, it might be DISK 2)
  5. SELECT DISK 2
  6. CLEAN
  7. CREATE PARTITION PRIMARY
  8. SELECT PARTITION 1
  9. ACTIVE
  10. FORMAT FS=NTFS
  11. ASSIGN
  12. Get into DVD drive where you have WIN7.
  13. D:\CD BOOT (and hit enter.Where “D” is your DVD drive letter.)
  14. D:\boot\BOOTSECT.EXE /NT60 E: (where E is your USB drive)
  15. 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.
  1. Copy your Windows 7/Vista DVD contents to the USB flash drive.
  2. Your USB drive is ready to boot and install Windows 7/Vista
  3. Change the Boot priority in BIOS

Good Luck Category:Tips