Skip to content

Instantly share code, notes, and snippets.

@flaneur2020
Created October 24, 2012 13:19
Show Gist options
  • Select an option

  • Save flaneur2020/3946013 to your computer and use it in GitHub Desktop.

Select an option

Save flaneur2020/3946013 to your computer and use it in GitHub Desktop.
install ubuntu on a mbp
hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso
diskutil unmountDisk /dev/diskN
sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m
diskutil eject /dev/diskN

http://is.gd/sRwjbN

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