how to create a linux installer
open up your terminal
cd [dir] where dir is the folder your iso is in
enter lsblk and work out your device name
sudo dd if=[file] of=/dev/[loc] bs=500M where [file] is the file name and [loc] is the previously discovered device name
[source]