How to Install Windows ISO File via USB

Written by:  • Edited by: Michele McDonough
Published Sep 30, 2009
• Related Guides: Usb Flash Drive | Iso File | Usb Drive

If you need to install a version of Windows from an ISO file but don’t have a spare DVD or DVD burner, you can transfer the ISO file to a USB stick and install from there. This guide explains the process.

Introduction

You may find yourself in a situation where you need to install an OS on a friend's PC, but you don't have a spare DVD to burn the installation ISO file. I will show you how you can install any OS using a USB drive by copying its image on to your USB stick. I would recommend that you carry out the task using Windows XP.

The things you'll need for carrying out this task are:

1. A USB drive that has enough space to store the contents of the installation ISO file.

2. The ISO file.

3. An application that can read and extract files from the ISO file such as 7zip.

Preparing your USB Drive

To prepare your USB drive for installing the ISO contents, follow the steps below.

1. Back up the contents of your USB drive to a safe location.

2. Open the command prompt by typing cmd under Run in the Start Menu.

3. Type DISKPART in the prompt. Now type List Disk and identify the disk number of your USB drive from the information on screen.

4. If your USB drive is Disk X, type in the commands below in the sequence given below:

  • SELECT DISK X
  • CLEAN
  • CREATE PARTITION PRIMARY
  • SELECT PARTITION 1
  • ACTIVE
  • FORMAT FS=FAT (You will have to wait for the formatting to complete)
  • ASSIGN
  • EXIT

Making the USB drive Bootable

Now that we have prepared and properly formatted the USB drive, we need to make it bootable. Follow the steps below to make it bootable.

1. Insert any bootable CD or DVD in your DVD drive.

2. Type in the following in a new command prompt. I have taken D to be your DVD drive letter.

  • D:CD BOOT
  • CD BOOT

3. Now note the drive letter of your USB drive and type the following.

  • BOOTSECT.EXE/NT60 J: (Where J is your USB drive letter)

If you see the message "Successfully Updated FAT filesystem Bootcode", you have prepared your USB drive and made it bootable.

Copying the ISO contents

Now you need to extract the contents of the ISO file to a folder. Use 7zip to extract the ISO's contents and make a note of the location of the folder. Copy all of the files that you have extracted onto the USB flash drive.

Now all you need to do is connect your USB flash drive and change the boot order in your BIOS to boot from the USB drive. You can now install the contents of the ISO using your USB drive. Please use the comments section if you have any problems installing your ISO via USB.


Comments

Showing all 4 comments
 
nick rick Apr 10, 2011 9:01 PM
It works on XP
You just have to use "List volume" instead of list disk
Shing Jan 16, 2011 9:40 AM
FAT support limit
Today image could be biger then FAT file system could support..

May be I am wrong.
fyrtif Dec 16, 2009 1:25 PM
Only works from Vista
BootSect.exe can be found on a windows Vista or 7 disk but NOT on the XP disk.
David Hesselbom Oct 22, 2009 6:09 AM
RE: How to Install Windows ISO File via USB
1. Diskpart on XP doesn't show removable devices, such as USB sticks, when listing disks. USB drives work fine, however.

2. Diskpart on XP does not have a "format" command. http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/diskpart.mspx?mfr=true

This guide is useless on XP.
 
blog comments powered by Disqus
Email to a friend