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
Created
October 24, 2012 13:19
-
-
Save flaneur2020/3946013 to your computer and use it in GitHub Desktop.
install ubuntu on a mbp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment