Difference between revisions of "How to make Windows 7 bootable install USB stick"

From fit-PC wiki
Jump to: navigation, search
(Created page with 'Please note: during this procedure you'll lose any data on your USB stick. Please be extra careful during formatting, while choosing wrong drive will erase him completely. This g...')   (change visibility)
 
Line 1: Line 1:
Please note: during this procedure you'll lose any data on your USB stick. Please be extra careful during formatting, while choosing wrong drive will erase him completely. This guide provided as-is, at your own risk.
+
Please note: during this procedure you'll lose any data on your USB flash drive. Please be extra careful during formatting, choosing the wrong drive will erase it completely. This guide provided as-is, at your own risk.
  
Things you need to have
+
You will need:
 +
# PC running Windows XP/Vista/7/8
 +
# Windows 7, 32/64-bit (depending on the system) installation disk
 +
# USB drive with at least 8GB of free storage
  
1. PC running Win XP/Vista/7<br>
 
2. DVD with Windows 7 32 bit Installation<br>
 
3. 8GB or larger USB stick<br>
 
  
Preparing USB stick<br>
+
Preparing the USB drive:
1. Open a command prompt as administrator (Right click on Start > All Programs > Accessories > Command Prompt and select “Run as administrator”<br>
+
# Open command prompt as administrator - Right click on Start > All Programs > Accessories > Command Prompt and select ''Run as administrator'' or type '''cmd''' in the Start search bar.
2. Run diskpart utility by typing “ diskpart” into command prompt window and pressing “Enter”<br>
+
# Run '''diskpart''' utility by typing ''diskpart'' into command prompt window and pressing “Enter”.
3. Locate your USB stick disk number by executing “list disk”. We will assume your USB disk is 1<br>
+
# Locate your USB drive disk number by executing ''list disk''. We'll assume the USB drive is 1.
4. Run following commands<br>
+
# Run the following commands:
4a: select disk 1<br>
+
## ''select disk 1''
4b: clean<br>
+
## ''clean''
4c: create partition primary<br>
+
## ''create partition primary''
4d: select partition 1<br>
+
## ''select partition 1''
4e: active<br>
+
## ''active''
4f: format fs=NTFS<br>
+
## ''format fs=NTFS''
4g: assign<br>
+
## ''assign''
4h: exit<br>
+
## ''exit''
  
Now we have prepared USB stick. Lets make him bootable
 
  
1. Insert your DVD windows 7 32 bit Installation into DVD drive. Let's assume it's D<br>
+
Now we have prepared USB stick. Lets make it bootable:
2. Go to D:\boot (cd d:\boot)<br>
+
# Insert Windows 7, 32/64-bit installation disk into DVD drive. Let's assume it's D
3. If your USB drive letter is “e” please run bootsect /nt60 e: ”<br>
+
# Go to ''D:\boot'' (cd d:\boot)
4. Copy DVD Windows 7 media content to USB root folder (etc. don't put it into any folder)<br>
+
# If your USB drive letter is “e” please run ''bootsect /nt60 e:''
 +
# Copy DVD Windows 7 media content to USB root folder (etc. don't put it into any folder)
  
You are now ready to install Windows 7 from USB stick
+
 
 +
You are now ready to install Windows 7 from USB flash drive!

Revision as of 07:08, 24 June 2014

Please note: during this procedure you'll lose any data on your USB flash drive. Please be extra careful during formatting, choosing the wrong drive will erase it completely. This guide provided as-is, at your own risk.

You will need:

  1. PC running Windows XP/Vista/7/8
  2. Windows 7, 32/64-bit (depending on the system) installation disk
  3. USB drive with at least 8GB of free storage


Preparing the USB drive:

  1. Open command prompt as administrator - Right click on Start > All Programs > Accessories > Command Prompt and select Run as administrator or type cmd in the Start search bar.
  2. Run diskpart utility by typing diskpart into command prompt window and pressing “Enter”.
  3. Locate your USB drive disk number by executing list disk. We'll assume the USB drive is 1.
  4. Run the following commands:
    1. select disk 1
    2. clean
    3. create partition primary
    4. select partition 1
    5. active
    6. format fs=NTFS
    7. assign
    8. exit


Now we have prepared USB stick. Lets make it bootable:

  1. Insert Windows 7, 32/64-bit installation disk into DVD drive. Let's assume it's D
  2. Go to D:\boot (cd d:\boot)
  3. If your USB drive letter is “e” please run bootsect /nt60 e:
  4. Copy DVD Windows 7 media content to USB root folder (etc. don't put it into any folder)


You are now ready to install Windows 7 from USB flash drive!