Skip to content

Instantly share code, notes, and snippets.

@Oats87
Created February 2, 2019 05:39
Show Gist options
  • Save Oats87/d76e3c00e10e1774e633f1746cc263f7 to your computer and use it in GitHub Desktop.
Save Oats87/d76e3c00e10e1774e633f1746cc263f7 to your computer and use it in GitHub Desktop.
dd to usb flash drive from iso on OS X
sudo diskutil list
sudo diskutil unmount /dev/disk<x>
hdiutil convert -format UDRW -o <img-to-flash> <original-iso>.iso
sudo dd if=<img-to-flash>.dmg of=/dev/rdisk<x> bs=4m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment