How make bootable usb with Windows XP liveCD from linux (debian)

8,265

Solution 1

You can use one of the many programs out there designed for exactly this function. Here are a few of my favorites:

Using these apps, you can create a USB that can boot from multiple different ISOs. Including windows.

A great source of information for this kind of thing is the pendrive linux website.

Solution 2

Use dd, not cat:

sudo dd if=/path/to/iso of=/dev/sdX bs=1M

Where sdX is the name of your flash drive. You can find it using sudo fdisk -l .

Share:
8,265

Related videos on Youtube

atomAltera
Author by

atomAltera

Updated on September 18, 2022

Comments

  • atomAltera
    atomAltera over 1 year

    how to create bootable USB with Windows XP liveCD. For Linux liveCD/DVD I can write cat <debian-iso> > /dev/<flash-drive>, but in windows case this doesn't works

    • Anders
      Anders over 11 years
      What do you want to do? What do work and what doesn't? You talk about USB and flash. USB memory stick are treated as an ordinary USB hard disk. But is it that you call flash? Why use live MS Window CD when it works from a live Linux CD? Easier to just accept that MS Windows are inferior to Linux in this too. Is it not a problem with BIOS?
    • atomAltera
      atomAltera over 11 years
      I want to create liveUsb from windows xp liveCd iso image
  • atomAltera
    atomAltera over 11 years
    Not works, Linux sees flash as cdrom, but PC not boots from it