If it says "Secure Boot Failure", then I would suggest disabling Secure Boot
in the BIOS. This will be different depending on your motherboard's firmware. I.E: American Megatrends, Dell, etc..
For creating an Ubuntu bootable USB I would recommend a tool called unetbootin
, which writes files to the USB, as long as it is formatted in FAT32. It shouldn't overwrite personal files, it just copies the contents of the ISO to the USB and it's SYSLINUX
boot files.
Other tools like DD are better because they copy the raw data as blocks, but this means overwriting the partition-table, partition(s) and their size(s), filesystem(s) and personal data.
Also, if you want to install Ubuntu onto your USB, you can either:
Load Ubuntu on USB/DVD 2, to install as a regular Ubuntu install onto the target USB.
Create a live USB with storage persistence
using unetbootin
, where the desktop and system files reset after reboot and are loaded into RAM, but the user's home folder is read-write and permanent storage. NOTE: YOU CANNOT INSTALL ANY PROGRAMS OR UPDATES.
I recommend option 1, because that's the official method and you can update the system, install your own programs and you're not just limited to read-write in your home folder.
Also persistent storage
is limited to 4GB
on unetbootin
.