Creating a bootable USB in Windows XP/Vista

Creating a bootable USB in Windows XP/Vista

A few days ago I found myself needing to create a bootable USB drive to test one of our image deployment solutions. Come to find out I had previously formatted my USB drive and did not have a valid bootable partition. Luckily [insert sarcasm here] I was running Windows Vista. After all, that is the operating system of choice at my job. It turns out Vista has diskpart, just like good ol’ Windows XP had. Here are the steps to creating a valid USB bootable partition. All commands are in quotes.

  1. Insert USB key.
  2. Open a command prompt type “disk” and press enter.
  3. Issue the “list disk” command to get a list of all disks on your system and press enter.
  4. Issue the “select disk #”, where the number denotes the number of the disk on the list that you wish to select, and press enter. Make sure you have the correct disk; otherwise you could be in for a surprise.
  5. Type “clean” and press enter. This will erase everything on the selected disk.
  6. Next type “create partition primary” and hit enter.
  7. Now that the primary partition has been created. Issue the “select partition 1″ command and press enter.
  8. Set the partition active by issuing the “active” command and press enter.
  9. To format the newly created and activated partition. Issue the “format fs-fat32″ and hit enter. You can also enter “format fs-fat32 quick” to perform a quick format.
  10. Type exit and hit enter.

That’s it!!! proceed to load the files you need the USB drive to boot. You can find files at bootdisk.com

About the Author

I am a Cisco Certified Network Associate and Microsoft Certified Professional. I am currently working towards a CCNP and MCPIT, and make my money as a Network Administrator. My interests are Technology, Physics, Mathematics, Politics and Sports.