Ubuntu – How to create a bootable USB disk from a CD image?

live-cdusb

I have a bootable CD image that I would like to transfer to a USB stick, so that I can boot from it. The Startup-Disk creator doesn't support it. How can I make a bootable USB disk from it? The ISO is quite old so that might be a problem.

Best Answer

You can use UNetbootin

sudo apt-get install unetbootin
  1. Select Diskimage and browse to the ISO files location.

  2. Make sure that the right USB drive is selected and then hit OK.

    enter image description here

This will create a bootable USB drive off the provided image.