5 Sept 2012

Create Bootable USB flash drive without using third party tool



Hello friends

Today I m going to tell you how you can create your (USB) pen drive bootable. having a bootable USB flash drive  is very essential, if you are using a Net book. by Using bootable USB flash drive of  windows 8, 7, vista, Xp makes installation faster and it reduce cost of CD/DVD.


Note:-

  • USB Drive (Minimum 4 to 8 GB). 
  • Windows installation files.

Follow Steps:-
1. Plug-in your USB drive to USB port and
2. Open Command Prompt with admin rights.
3. Now first type DISKPART and press enter. Then Next type LIST DISK command and select drive number (ex: Disk 1,2 or 3 any no. Of your USB drive)
4. Next type all the commands one by one. Here i select drive number “Disk 2”.
Run commands one by one:
SELECT DISK 2
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
(Formatting process takes few seconds or min)
ASSIGN
EXIT
[Note:-Minimize the command prompt.]

5. Next insert your Windows DVD into the DVD driver and check the drive letter of the DVD drive. Here i select ‘G’.
6. Maximize Command Prompt and type command
G: CD BOOT and hit enter. Where “G” is your DVD drive letter.
CD BOOT and press enter. Type another command given below to update the USB drive with BOOTMGR compatible code.
BOOTSECT.EXE /NT60 I:
Where ‘I’ is your USB drive letter.
8. Now you just Copy your Windows DVD contents to the USB drive.



If u have any query Ask in comment.
Enjoy it !!!!!!!!!!!!!!

No comments:

Post a Comment