In this video I show you how to make a bootable usb pendrive using a linux operation system. I have had troubles making one and would like to share the way i got mine to work. there is some terminal use but the commands will be listed down here
My issues have been with either mounting the device. In this video i show you how to mount a USB pen drive too!
I use Ubuntu as an example for making mine, however you can make many more including:
Windows
Mint
Fadora
parrot
kali
Here is the Download link:
https://unetbootin.github.io/
Here are the commands from the video
Open Terminal:
cd /media
sudo mkdir usb1
To find out about your device:
sudo fdisk -l
(you need to locate the as show in video)
sudo blkid
to get to the fstab to mount you need to:
sudo nano /etc/fstab
Then in the test editor you need to add your device
UUID=(you uuid!) /media/usb1 (file type) defaults 0 0
UUID=4AE4-2A59 /media/usb1 vfat defaults 0 0