Skip to content

Instantly share code, notes, and snippets.

@oboje
Created March 15, 2016 20:53
Show Gist options
  • Save oboje/c1b942c953a50b1e13a2 to your computer and use it in GitHub Desktop.
Save oboje/c1b942c953a50b1e13a2 to your computer and use it in GitHub Desktop.
bootable usb with iso, mac os, terminal
diskutil list
diskutil unmountDisk /dev/diskN
sudo dd if=/path/to/downloaded.iso of=/dev/diskN bs=1m
diskutil eject /dev/diskN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment