Thursday, 31 May 2012

HOW TO MAKE BOOTABLE USB

HOW TO MAKE BOOTABLE USB


1.Insert your USB (4GB+ preferable) stick to the system. Backup all data from the USB.

2.Open elevated Command Prompt.

3.DISKPART and hit enter.

  LIST DISK and hit enter

4.SELECT DISK 1(replace disk 1 with your disk number) and hit enter.

  CLEAN and hit enter.

  CREATE PARTITION PRIMARY and hit enter.

  SELECT PARTITION 1 and hit enter.

  ACTIVE and hit enter.

  FORMAT FS=NTFS and hit enter.

  ASSIGN and hit enter.

  EXIT and hit enter.

5.Insert your windows DVD in the optical drive and note down the drive letter of the optical drive and USB media.

6.Go back to command prompt and execute the following commands:
 
  D:CD BOOT and hit enter. Where 'D' is your DVD drive letter.
  CD BOOT and hit enter to see the below message.
  BOOTSECT.EXE/NT60 H: (where 'H' is your USB drive letter)

7.Copy Windows DVD contents to USB.

No comments:

Post a Comment