Unable To Install To USB
Solution 1:
For a simple installer flash drive that will boot in UEFI:
-
Insert flash drive, note it's location, likely
sdb
. -
Download an Ubuntu ISO file.
-
cd
to its directory. -
Run in terminal:
sudo dd if=isofilename.iso of=/dev/sdb
(assuming
sdb
is the USB) -
The process will take a while.
-
When done, boot Ubuntu from the USB flash drive in UEFI mode and install.
Solution 2:
You can install mkusb
with the following commands in a terminal window. Zorin is similar enough to Ubuntu so that the same commands work (to install and run mkusb
).
sudo add-apt-repository ppa:mkusb/ppa # and press Enter
sudo apt-get update
sudo apt-get install mkusb mkusb-nox usb-pack-efi
You can start mkusb
- from the menu or
-
from the command line in a terminal window
mkusb file.iso
or easier (more directly to version 12,
dus
dus file.iso
and it will help you to identify and select the target device.
There are more details at help.ubuntu.com/community/mkusb