📅 2016-Jul-07 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ disk image writer, gnome disks, startup disk creator, unetbootin ⬩ 📚 Archive
The commonly known methods to create a bootable USB flash drive to install Ubuntu on a computer is by using Startup Disk Creator or using UNetBootin. However, if you try either of these methods with recent versions of Ubuntu, you get this error when you boot up the flash drive on a computer:SYSLINUX 6.03 EDD 20150813 Copyright (C) 1994-2012 H. Peter Anvin et al Boot Error
The most reliable solution I have found for this error is to create a bootable USB flash drive using Disk Image Writer.
It is simple to do this:
Download the ISO file of the Ubuntu you want to install.
Make sure that GNOME Disks utility is installed. If you do not have it, it can be installed easily:
$ sudo apt gnome-disk-utility
Insert the USB flash drive you want to use as the installer medium.
In your file manager, right-click on the ISO file and choose to open with Disk Image Writer. If you do not get this option, an alternative method is to open Disks from your start menu or execute gnome-disks
at the shell. First click on the USB flash drive in the left column. Next click the menu in the top-right corner and choose to Restore disk image.
Pick the ISO file and choose to restore it to the USB flash drive. It might warn that the destination is larger than the ISO, that is OK. After it is done, you can remove the USB flash drive.
This USB flash drive can now be used to boot and install Ubuntu successfully on any computer.
Tried with: Ubuntu 15.10 and GNOME Disks 3.16.2