Steps to create a bootable USB drive for Linux
These steps work near-flawlessly on a OSX operating system to create Linux bootable drives.
- Download the ISO (or torrent, and extract the ISO);
- Erase USB using Disk Utility application. It should be
Mac OS Extended (Journaled)andGUID Partition Map; - Run
diskutil listto get the number (N) of the disk you are putting Linux onto, and then rundiskutil unmoundDisk /dev/diskN; cd ~/Downloads;hdiutil convert -format UDRW -o outputfile.img sourcefile.isosudo dd if=<file made in step 5> of=/dev/diskN bs=1m- DO NOT CLICK THE POP-UP! Once step 6 is done, simply run
disktuil eject /dev/diskN. (Now you can click ignore).