Skip to content

Instantly share code, notes, and snippets.

@johnsonch
Last active February 21, 2019 20:19
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 johnsonch/7857fbb9935f0bf85c7ed25cef39941c to your computer and use it in GitHub Desktop.
Save johnsonch/7857fbb9935f0bf85c7ed25cef39941c to your computer and use it in GitHub Desktop.

diskutil list

diskutil eraseDisk JHFS+ Emptied /dev/disk2

hdiutil convert -format UDRW -o ~/Downloads/linuxmint-19-xfce-64bit-v2 ~/Downloads/linuxmint-19-xfce-64bit-v2.iso

diskutil unmountDisk /dev/disk2

sudo dd if=/Users/cj/Downloads/linuxmint-19-xfce-64bit-v2.dmg of=/dev/rdisk2 bs=1m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment