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.
Asked
Active
Viewed 5,785 times
8
-
See also: http://askubuntu.com/questions/16277/how-to-create-a-bootable-usb-from-a-iso-file – djeikyb Mar 18 '11 at 01:36
-
See also: http://askubuntu.com/questions/59551/how-to-burn-iso-to-usb-device/60430#60430 – LiveWireBT Dec 26 '13 at 07:45
1 Answers
12
You can use UNetbootin
sudo apt-get install unetbootin
Select
Diskimage
and browse to the ISO files location.Make sure that the right USB drive is selected and then hit
OK
.
This will create a bootable USB drive off the provided image.

Octavian Helm
- 14,355