Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created December 20, 2012 01:17
Show Gist options
  • Save ifnull/4342241 to your computer and use it in GitHub Desktop.
Save ifnull/4342241 to your computer and use it in GitHub Desktop.
Make bootable from ISO
# Convert iso to img
hdiutil convert -format UDRW -o crucial-c400.040H.04.00.img crucial-c400.040H.04.00.iso
# Get the disk id
diskutil list
# Copy files to drive
dd if=./crucial-c400.040H.04.00.img.dmg of=/dev/rdisk2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment