Skip to content

Instantly share code, notes, and snippets.

@cchacin
Last active November 19, 2017 05:58
Show Gist options
  • Save cchacin/b0199e717002bad3ce9d338dbaf786a9 to your computer and use it in GitHub Desktop.
Save cchacin/b0199e717002bad3ce9d338dbaf786a9 to your computer and use it in GitHub Desktop.
Create a USB disk from ISO
$ hdiutil convert -format UDRW -o xubuntu-17.10-desktop-amd64.img xubuntu-17.10-desktop-amd64.iso
$ sudo dd if=xubuntu-17.10-desktop-amd64.img.dmg of=/dev/rdisk2 bs=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment