Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

How can I create a bootable flash drive to install Windows XP from under Linux?

I have Ubuntu installed on my PC and want to install Windows XP parallelly. I already have an NTFS hard drive, so what I need is to install Windows there and make it available through a boot manager. I also have a Windows installation .iso.

So how to produce a ready-for-installation USB-stick from this?

share|improve this question

migrated from serverfault.com Oct 21 '09 at 22:07

3 Answers

The article Create A Bootable Windows 7 USB Drive From Linux (Tested On Ubuntu) describes the procedure. Below is a a summary of the steps :

  1. Install Gparted and format the USB drive to NTFS.
  2. Open UNetbootin, select "Diskimage" and then browse for your Windows 7 ISO file.
  3. Check "Show all Drives" box and select your USB drive, example "/dev/sdb1".
    If the drive is "dev/sdb" then select "/dev/sdb1".
  4. Click "OK" button and wait for the files to be copied to the USB drive.
share|improve this answer

Since you already have a windows .iso, you may be able to make use of a tool like UNetbootin to make a bootable usb drive from the cd image.

share|improve this answer

Build 494 of unetbootin is used to support the "Show All Files" option to install on a NTFS formatted drive.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.