You are on page 1of 3

4/1/2014 Computer-Tech-Blog How to manually create a Windows 7 bootable USB flash drive with Diskpart

http://www.computer-tech-blog.com/how-to-boot-windows-7-or-windows-8-or-windows-server-2008-r2-from-a-usb-flash-drive/ 2/9

Previous Entry
Next Entry
How to manually create a Windows 7 bootable USB flash drive with Diskpart
Posted by Computer-Tech-Blog on 30 Jan 2012
(3 votes, average: 5 out of 5)
Easy step-by-step guide to make a Windows 7/Windows 8/Windows Server 2008 R2 boot from a USB flash
drive.
Complete section I and II and anjoy your bootable USB flash drive.
Section I (DISKPART):
Click on the Start button and type in Diskpart and press enter.
Type in the following commands:
1. LIST DISK (locate your disk #)
2. SELECT DISK 1 (disk 1 should be your usb stick)
3. CLEAN
4. CREATE PARTITION PRIMARY
5. SELECT PARTITION 1
6. ACTIVE
7. FORMAT FS=NTFS QUICK
8. ASSIGN
9. EXIT
4/1/2014 Computer-Tech-Blog How to manually create a Windows 7 bootable USB flash drive with Diskpart
http://www.computer-tech-blog.com/how-to-boot-windows-7-or-windows-8-or-windows-server-2008-r2-from-a-usb-flash-drive/ 3/9
Section II (Command Prompt):
Click on the Start button and type in cmd, now right-click on it and choose Run as Administrator.
Type in the following commands:
1. D:
2. CD BOOT
3. BOOTSECT.EXE /NT60 E:
4. XCOPY D:\*.* /S/E/F E: (copies the contents of the Windows disc to the USB drive, you can skip
this step and copy the contents yourself from within Windows Explorer)
4/1/2014 Computer-Tech-Blog How to manually create a Windows 7 bootable USB flash drive with Diskpart
http://www.computer-tech-blog.com/how-to-boot-windows-7-or-windows-8-or-windows-server-2008-r2-from-a-usb-flash-drive/ 4/9
Congratulations!, you just created a bootable Windows flash drive go ahead and try it out.

Some Additional information
If you would like Windows to ask you which version of Windows you would like to install during the installing, ie:
basic/home/professional/enterprise you can optionally delete the following file from the USB Stick
E:\sources\ei.cfg.

You might also like