Skip to content

Instantly share code, notes, and snippets.

@gautric
Last active August 29, 2015 14:22
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 gautric/a7fb99c349b118fe1624 to your computer and use it in GitHub Desktop.
Save gautric/a7fb99c349b118fe1624 to your computer and use it in GitHub Desktop.
Burn and copy Image MacOS X
diskutil list
diskutil unmountDisk /dev/<disk# from diskutil>
sudo dd bs=1m if=path_of_your_image.img of=/dev/diskn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment