3

Possible Duplicate:
How to create Windows XP LiveUSB using Ubuntu to replace it

Since many programs that I need only work on XP, I need to install Windows XP on my 2 laptops but I can't use an optical drive, which makes using a USB the only option.

If it helps, I can tell you that I used to have Vista and Windows 7 on my 2 laptops but I clean installed Ubuntu 12.04 on one, and Lubuntu on the other. Also I have no trace of Windows left on any of my laptops, when I bought my laptops they came without a Windows CD, so I only had a 20GB partition on my hard drives (which I formatted when I clean installed Ubuntu and Lubuntu.)

Also, I have no problem with clean installing Windows XP and the reinstalling Ubuntu/Lubuntu so I can dual boot.

Thanks!

Edit: I have a ISO file ready, on a USB.

4 Answers4

1
  1. Install GPARTED (sudo apt-get install gparted) and format your USB Drive as NTFS.
  2. Install unetbootin from the Ubuntu Software Centre.
  3. Point to your XP iso and select your USB drive and press OK.
  4. Boot from it
  5. Done!
jokerdino
  • 41,732
0

You can use unetbootin. that you can install with

sudo apt-get install unetbootin
green
  • 14,406
Raja G
  • 105,327
  • 107
  • 262
  • 331
0

WinUSB worked fine for me last time I set up a dual-boot. You can install it either from the .deb package provided on the homepage or through a PPA:

sudo add-apt-repository ppa:colingille/freshlight
sudo apt-get update
sudo apt-get install winusb

The GUI should be straightforward and easy to use:

enter image description here

Glutanimate
  • 21,763
0

To have a live USB with XP i suggest this way:

  1. With an iso xp create a bootable CD for windows xp

  2. From setup set cd first boot for your laptop

  3. Insert the bootable CD for windows xp and the usb to your laptop

  4. Booting from cd windows xp. when you asked where to install xp

  5. CHOOSE the USB

After finish the installation you have a USB with windows XP installed. Insert it to your laptop and set first boot from USB. Windows XP will run.

ptheo
  • 1,686