Skip to content

Instantly share code, notes, and snippets.

@hackgnar
Created May 17, 2016 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackgnar/4fdfaa8d80adbe063e94b00c34bb478d to your computer and use it in GitHub Desktop.
Save hackgnar/4fdfaa8d80adbe063e94b00c34bb478d to your computer and use it in GitHub Desktop.
hdiutil convert -format UDRW -o foo.img foo.iso
diskutil unmountDisk /dev/diskX
sudo dd if=foo.img of=/dev/diskX bs=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment