Thursday, 27 October 2016

Create A Bootable Windows 7 Flash Disk



What you need?
1. Windows Disk.
2. 4GB Flash Disk. for windows 7,8, but for XP 2GB is ok.
3. Power ISO software.

Method 1

1. Download and install  Power ISO software
2. Insert your Windows Disk
3. Run Power ISO as Admin. by right clicking Icon & selecting Run as Administrator.
4. Click on Option of Copy & select Make CD/DVD/BD Image File
5. In the Next window that appears select .iso file as destination of image.

1. Insert the Flash disk in your Pc.
2. Choose the menu "Tools > Create Bootable USB Drive". The "Create Bootable USB Drive" dialog will popup. If you are using Windows Vista or Windows 7 / 8 operating system, you need confirm the UAC dialog to continue.
3. In "Create Bootable USB Drive" dialog, click "..." button to open the iso file of Windows 7 or Windows 8.
4. Select the correct USB drive from the "Destination USB Drive" list if multiple USB drives are connected to the computer.
5. Choose the proper writing method. "USB-HDD" is recommended.
6. Click "Start" button to start creating windows Xp, 7 / 8 bootable USB drive.
If no errors occurred in the above process, you should now be all set to setup Windows 7 / 8 from USB drive!
7. Reboot  your computer and go into the BIOS configuration to boot from USB.
8. While booting (before Windows starts loading), get into the BIOS configuration screen by pressing  F1, F2, Delete or Escape. Hotkey instructions are generally provided on the screen. Go to the section that contains your boot devices.
9. With your USB drive plugged in, the USB drive should be listed. If it isn’t, your system might not support booting from USB. Assuming that it is supported (as is the case with virtually all modern hardware), promote your USB drive to the primary boot device.
10. Exit from the BIOS configuration, saving all changes. Now you can install windows from the Flash Disk.

Method 2

Step 1: Format the Drive
The steps here are to use the command line to format the disk properly using the diskpart utility. [Be warned: this will erase everything on your drive. Be careful.]
Plug in your USB Flash Drive
Open a command prompt as administrator (Right click on Start > All Programs > Accessories > Command Prompt and select “Run as administrator”
Find the drive number of your USB Drive by typing the following into the Command Prompt window:
diskpart
list disk

The number of your USB drive will listed. You’ll need this for the next step. I’ll assume that the USB flash drive is disk 1. Replace the number “1” with the number of your disk below.
select disk 1
clean
create partition primary
select partition 1
active
format fs=NTFS
assign
exit

When that is done you’ll have a formatted USB flash drive ready to be made bootable.

Step 2: Make the Drive Bootable
We shall use the same command window that you were using in Step 1:

Insert your Windows Vista / 7 DVD into your drive.

Change in to the directory to the DVD’s boot directory where bootsect lives ie the DVD drive letter I will asume its d
type d: in the command prompt window

cd d:\boot

Use bootsect to set the USB as a bootable NTFS drive prepared for a Vista/7 image. I’m assuming that your USB flash drive has been labeled disk G:\ by the computer:

bootsect /nt60 g:

You can now close the command prompt window, we’re done here.
Step 3: Copy the installation DVD to the USB drive
The easiest way is to use Windows explorer to copy all of the files on your DVD on to the formatted flash drive. After you’ve copied all of the files the disk you are ready to go.

Step 4: Set your BIOS to boot from USB
This is where you’re on your own since every computer is different. Most BIOS’s allow you to hit a key at boot and select a boot option.

No comments:

Post a Comment