This is a tutorial with steps on how to create a bootable USB drive in Ubuntu from a .iso image file using the app Unetbootin.
There are some clearly good instructions here using “Startup Disk Creator”, but you may find errors while using the same. However, there is another way to create bootable USB from image files in Ubuntu using “Unetbootin”.
Unetbootin is a utility that helps you create bootable USB sticks for all popular operating systems including Linux.
Supported Distributions
Unetbootin Supported Distributions | ||
Ubuntu | Fedora | Debian |
PCLinuxOS | Linux Mint | Sabayon Linux |
Gentoo | OpenSUSE | MEPIS |
Zenwalk | Slax | Dreamlinux |
Arch | Elix | Damn Small Linux |
CentOS | SliTaz | Mandrive |
Puppy Linux | gNewSense | Linux Console |
freeBSD | netBSD | xPud |
Steps to create Bootable USB in Ubuntu
- Format your USB drive using GParted to fat32 system. If GParted not installed in your system, you can install it by using
sudo apt-get install gparted
. - Install Unetbootin (if not installed) using the below commands:
sudo apt-get install unetbootin
- Launch unetbootin from the menu.
- In the Unetbootin window, select the desired distribution and its version.
- Select the type of Disk Image type ISO and select the ISO file
- Select the destination drive as USB Drive and select the mount path
- Press OK and wait for the Unetbootin to finish.
Your bootable USB Drive is ready and you can boot from it.
Links
- Official Website: unetbootin.sourceforge.net
- LaunchPad source: unetbootin
Drop a comment if you face any issues using Unetbootin.