Post date: Jan 16, 2018 11:54:49 AM
Question! How do I make a bootable usb pendrive out of a linux distro ISO image?
Answer! Open up a console then type in the following command:
sudo dd bs=4M if=/path/to/ISO/File.iso of=/dev/sdX status=progress oflag=sync
Then push the enter key.
Note! Repalce the "X" in "sdX" by your pendrive corresponding letter.