Mac OS X - elventear/devops GitHub Wiki

Bootable Linux USB

How to create a bootable USB:

diskutil list
diskutil unmountDisk /dev/disk6
sudo dd if=/Users/nagler/d/Fedora-Server-DVD-x86_64-23.iso of=/dev/rdisk6 bs=1m
diskutil eject /dev/disk6

For Ubuntu:

hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso