How to create a bootable USB from a .iso file?

290,099

Solution 1

Try Ubuntu Startup disk creator, I don't think it discriminates about which input ISO you give it. (System->Administration->Startup Disk Creator), then select the .iso you want to burn and the output USB drive. I've used it several times now for creating a boot environment on both a thumb drive and a backup USB hard drive.

You haven't told us anything about the USB drive itself though, it might be handy to::

  • print the output of sudo fdisk -l /dev/sdX (where sdX is the device (sda/sdb/sdc etc) name given to the USB drive upon plugging it in, you can find this at the bottom of dmesg as you insert the drive)

    Mine (in a MacbookPro):
    Device      Boot    Start         End      Blocks   Id  System
    /dev/sdb1               1          26      204819+  ee  GPT
    /dev/sdb2   *          26        3065    24414064   af  HFS / HFS+
    /dev/sdb3            3082        3212     1048576   82  Linux swap / Solaris
    /dev/sdb4            3212        9291    48827392   83  Linux
    

    (Make sure a partition on the drive is actualy marked as bootable (* in the boot column)

  • attempt to boot from a bootable USB thumb drive or similar on your machine to test it, maybe its not capable or not setup to boot from an external USB device (check BIOS for more info)

  • also, try the bootable drive on another machine as this will at least tell you if the drive itself is working correctly

Solution 2

Usually, Unetbootin works perfectly so try to file a bug if possible.

If you want to make a bootable ubuntu flash disk, you could try the Ubuntu Startup Disk Writer.

For Fedora, there is a similar utility.

Share:
290,099

Related videos on Youtube

Calixte
Author by

Calixte

Updated on September 17, 2022

Comments

  • Calixte
    Calixte over 1 year

    I am trying to create a bootable USB stick from a .iso image (it isn't a linux distro or anything of the sort) intended for use with a CD. I've tried UNetbootin and dd but they don't boot.

    • João Pinto
      João Pinto over 13 years
      Could please be more specicif, what OS will be running from the ISO? the booting creating process depends on the OS which you want to boot from.
    • DrKenobi
      DrKenobi over 13 years
      If you do this, your USB Stick will work for less time than usual. You can't write a USB stick many times. Cheers!
    • Csabi Vidó
      Csabi Vidó over 10 years
    • Luzan Baral
      Luzan Baral over 6 years
      I created a bootable USB drive following this method youtu.be/wJRzndIgzL4
  • Vojtech Trefny
    Vojtech Trefny over 13 years
    Calixte said: "(it isn't a linux distro or anything of the sort)"...
  • JasonWoof
    JasonWoof almost 13 years
    The USB creator ("usb-creator-gtk") won't touch an openSUSE .iso when I try it. It seems to only like Ubuntu .iso files.
  • MaKR
    MaKR about 9 years
    This tool is no longer necessary for openSUSE as their ISO's have been designed to be bootable using only the dd command
  • Nicolas Raoul
    Nicolas Raoul almost 9 years
    Asker said "it isn't a linux distro"
  • Nicolas Raoul
    Nicolas Raoul almost 9 years
    The website does not seem to have anything for download. Only selling USB sticks.
  • Jonathan Hartley
    Jonathan Hartley almost 9 years
    Startup Disk Creator reliably crashes for me, both when I try 'Erase Disk', and when I try to create the USB image. Starting it using 'sudo usb-creator-gtk --allow-system-internal', as suggested on related SO threads, does not help. Ubuntu 15.04 Desktop.
  • Jonathan Hartley
    Jonathan Hartley almost 9 years
    Worked perfectly for me first time (for a bootable Ubuntu ISO), while other answers on this page could not be made to work.
  • Escher
    Escher over 7 years
    Unfortunately this solution isn't generally useful and doesn't correctly answer the question asked; it will only write ubuntu distro iso, and can't be used to write other bootable isos (still as of 16.04!)
  • Andreas
    Andreas over 6 years
    That picture looks like someone saw a widget toolkit demo and though "so this is what a UI is supposed to look like"