USB Bootable: Difference between revisions

From RAJ INFO
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 17: Line 17:
# 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

Revision as of 18:27, 18 January 2010

  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 "successfully updated ntfs file system boot code"
  16. Copy your Windows 7/Vista DVD contents to the USB flash drive.
  17. Your USB drive is ready to boot and install Windows 7/Vista
  18. Change the Boot priority in BIOS

Good Luck