Skip to content

Instantly share code, notes, and snippets.

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 kymtwyf/d8cbd09dc4a1afee0dc99b2635310de1 to your computer and use it in GitHub Desktop.
Save kymtwyf/d8cbd09dc4a1afee0dc99b2635310de1 to your computer and use it in GitHub Desktop.

reference

hdiutil convert -format UDRW -o ubuntu-16.04-desktop-amd64 ubuntu-16.04-desktop-amd64.iso

diskutil list

diskutil unmountDisk /dev/disk2

sudo dd if=ubuntu-16.04-desktop-amd64.dmg of=/dev/disk2 bs=1m

diskutil eject /dev/disk2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment