Home / Windows 7

Install Windows 7 from a USB Drive

If you want to install Windows 7 on a netbook or other computer without an optical drive, fortunately, you're not out of luck. Windows 7 and Vista can be installed from a USB Storage Drive. Not only does installing from a USB Drive remove the need for a DVD drive, the install time is also greatly reduced. This step-by-step guide will have you up and running Windows in no time.

What you need:

  • 8GB USB Drive (might work with 4GB)
  • WinRAR (Download the free copy)
  • Windows 7 or Vista Installation Disc.(That you own)

1. Format Your USB Drive

Plug in your USB drive and back up any existing data stored on it. You'll need to format the drive before you can make it a bootable device.

Open up a Command Prompt as an Administrator. You can do this by finding the cmd.exe in your Windows/System32 folder, right-clicking the executable and select "Run as Administrator". Alternatively, type CMD in the Start Menu search field and activate the Command Prompt using Ctrl + Shift + Enter.

You should be under c:\Windows\system32 (assuming your Windows partition is the C drive). Type "diskpart" in the command line to enter the Disk Partition command line tool, which lets you format and create partitions on active disks.

Type "list disk" to reveal a list of all your active disks; each of which is associated with a number. Make a note of which one is your USB drive, based on the capacity.

Next, type the following commands, one at a time:

  • Select Disk # (Where # is the number of your USB disk.)

  • Clean (removes any existing partitions from the USB disk, including any hidden sectors)

  • Create Partition Primary (Creates a new primary partition with default parameters)

  • Select Partition 1 (Focus on the newly created partition)

  • Active (Sets the in-focus partition to active, informing the disk firmware that this is a valid system partition)

  • Format FS=NTFS (Formats the partition with the NTFS file system. This may take several minutes to complete, depending on the size of your USB drive.)

  • Assign (Gives the USB drive a Windows volume and next available drive letter, which you should write down. In this case, drive "L" was assigned.)

  • Exit (Quits the DiskPart tool)

2. Turn the USB Drive into a Bootable Device

Insert the Windows 7 install DVD into your drive, and view the files that it contains. Copy all of the files here to a folder on your Desktop. We put the disc contents in a folder named "Windows 7".

Go back to your command prompt, running it as an Administrator. Using the "CD" command, find your way to the folder where you extracted the ISO files. Your command line path should look something like "C:\Users\USERNAMEHERE\Desktop\Windows 7\".

Type the following commands:

  • CD Boot (This gets you into the "boot" directory)

  • Bootsect.exe /nt60 L: (where 'L' is the drive letter assigned to your USB drive from the previous step)

Bootsect infuses boot manager compatible code into your USB drive to make it a bootable device.

IMPORTANT:
If you are currently running 32-bit Windows Vista or 7, Bootsect will only work if you use the files from the 32-bit Windows 7 install disc. The Bootsect executable from the 64bit version will not run in 32-bit Vista.

3. Load the USB Drive Up with the Install Files

Copy all of the extracted ISO files into the USB drive. You don't need to do this from the command prompt. Just drag and drop the files from the "Windows 7" folder into the drive using Windows Explorer.

Your USB drive is now all ready to go! Plug it into your target system and make sure you enter the BIOS (typically with F2 or F12) to temporarily change the boot order to allow booting from the USB drive before your primary hard drive or optical drive. On the next restart, your system should automatically begin speedily loading setup files off of the USB drive and entering Windows 7 installation.

And that's it! Fairly simple and now you have a quicker way to install your OS.