Create bootable USB

Create a bootable USB from an ISO image


In the example below, /dev/sdc is the USB device you want to write to
bs is the block size - you may want to play around with this figure

sudo dd if=/path/to/filename.iso of=/dev/sdc bs=1M status=progress