Saturday 4 May 2013

How to Boot From USB/Flash Drive



--::REQUIRED::--


  • USB Flash Drive (Minimum 4GB)
  • Windows 7 or Vista installation files(the ISO file or DVD)



--::PROCESS::--


Follow the below steps to create bootable Windows 7/Vista USB drive using which you can install Windows 7/Vista easily. 
1. Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system. 
2. Open Command Prompt with admin rights. Use any of the below methods to open Command Prompt with admin rights. 
      *Type cmd in Start menu search box and hit Ctrl+ Shift+ Enter.
                        Or
      *Go to Start menu > All programs > Accessories, right click on Command Prompt and select Run as administrator. 
3. You need to know about the USB drive a little bit. Type in the following commands in the command prompt:
First type DISKPART and hit enter to see the below message.
Next type LIST DISK command and note down the Disk number (ex: Disk 2 IN THE IMAGE) of your USB flash drive. In the below screenshot my Flash Drive Disk no is Disk 1. 
4. Next type all the below commands one by one. Here I assume that your disk drive no is “Disk 2”.If you have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it.
So below are the commands you need to type and execute one by one: 
SELECT DISK 1 
CLEAN 
CREATE PARTITION PRIMARY 
SELECT PARTITION 1 
ACTIVE 
FORMAT FS=NTFS(Format process may take few seconds) 
ASSIGN 
EXIT 
Don’t close the command prompt as we need to execute one more command at the next step. Just minimize it.


List Disk 

5. Next insert your Windows7/Vista DVD into the optical drive and check the drive letter of the DVD drive. In this guide I will assume(in the picture) that your DVD drive letter is “J” and USB drive letter is “M” (open my computer to know about it). 

Computer Drive 



6. Maximize the minimized Command Prompt in the 4th step.Type  the following command now:
M: CD BOOT and hit enter.Where “J” is your DVD drive letter.
CD BOOT and hit enter to see the below message. 
7. Type another command given below to update the USB drive with BOOTMGR compatible code.
BOOTSECT.EXE /NT60 J:


CD BOOT


Where “J” is your USB drive letter. Once you enter the above command you will see the below message. 
8. Copy your Windows 7/Vista DVD contents(INSIDE THE ISO) to the USB flash drive. 

Copy windows files 



9. Your USB drive is ready to boot and install Windows 7/Vista. Only thing you need to change the boot priority at the BIOS to USB from the HDD or CD ROM drive. I won’t explain it as it’s just the matter the changing the boot priority or enabling the USB boot option in the BIOS.
Note: If you are not able to boot after following this guide means you haven’t set the BIOS priority to USB. If you got any problem in following this guide feel free to ask questions by leaving comment.



Update: If you find this guide difficult to follow, please use the easy-to-use guide to create a bootable USB to install Windows 7 or Windows 8 using official tool.
 Here are the five simple steps that you need to follow to create a bootable USB flash drive to install Windows 7 from USB device:

Note: You need a USB flash drive with a minimum of 4 GB of free space. And also please backup your datafrom USB first.

1.Click here to Download Windows 7USB/DVD Tool and install it.

2. Run the program, browse to your Windows 7 ISO image using the Browse button.

Microsoft USB Tool

3. In this step, you need to select your media type. As we are here to create a bootable USB, simply click onUSB device button.

Windows USB Download Tool


4. Select your USB flash drive from the drop down box and click on Begin copying button.


Start Copying

5. The Windows 7 USB/DVD tool will take a few minutes to complete the procedure.

Formatting and Making Bootable USB

6. You are done. Reboot your machine and start installing Windows 7 (Windows 7 installation procedure).

No comments:

Post a Comment