Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created November 7, 2014 23:47
Show Gist options
  • Save edipofederle/623904c54c1818d51ae3 to your computer and use it in GitHub Desktop.
Save edipofederle/623904c54c1818d51ae3 to your computer and use it in GitHub Desktop.
hdiutil convert -format UDRW -o ~/path/to/ubuntu.img ~/path/to/ubuntu.iso
diskutil list // Lista os discos
sudo dd if=/path/to/ubuntu.img of=/dev/rdiskN bs=1m // N teu pendriver
diskutil eject /dev/diskN // N teu pendriver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment