Skip to content

Instantly share code, notes, and snippets.

@ryanburnette
Last active June 19, 2020 16:49
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 ryanburnette/bb00db02031463e6355363cf16641010 to your computer and use it in GitHub Desktop.
Save ryanburnette/bb00db02031463e6355363cf16641010 to your computer and use it in GitHub Desktop.
hdiutil convert -format UDRW -o /path/to/target /path/to/source.iso
# ext should be .img, not .dmg
mv /path/to/target.dmg /path/to/target.img
diskutil unmountDisk /dev/diskN
sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment