Skip to content

Instantly share code, notes, and snippets.

@gabeio
Created November 15, 2014 20:23
Show Gist options
  • Save gabeio/063e6c9e83d721266581 to your computer and use it in GitHub Desktop.
Save gabeio/063e6c9e83d721266581 to your computer and use it in GitHub Desktop.
Convert ISO to IMG for bootable usb drives
hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso
mv ~/path/to/target.img.dmg ~/path/to/target.img #hdiutil likes dmgs...
sudo dd if=~/path/to/target.img of=/dev/rdisk{int} #must be disk and not partition for bootable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment