2

I have an iso image of 16.04 on a 2 GB stick. I have tried several different ways to make it a bootable image. I'm running 14.04 and all the posts I find about this seem to be about how to use Windows to make a bootable stick. Can someone please explain to me how to make a 16.04 bootable stick using Ubuntu rather than Windows?

Zanna
  • 70,465
Van Go
  • 21

1 Answers1

2

mkusb will make any sort of bootable image you want, Live USB, Persistent USB, and can be used to make a Full install USB that works on BIOS and UEFI.

mkusb will make a drive with boot partition(s), a read only ISO9660 OS partition, a ext2 casper-rw persistence partition and a NTFS Linux/Windows data partition.

mkusb - tool to create boot drives | Ubuntu Community Help Wiki

You can also do a Full install to USB similar to a HDD install. Best to disconnect your HDD before proceeding.

C.S.Cameron
  • 19,519