Created
February 5, 2016 21:21
-
-
Save nlienard/7cdffb0584d4a7563619 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Convert the .iso file to .img using the convert option of hdiutil | |
hdiutil convert /path/to/ubuntu.iso -format UDRW -o /path/to/target.img | |
diskutil list | |
diskutil unmountDisk /dev/diskN | |
sudo dd if=/path/to/downloaded.img of=/dev/diskN bs=1m | |
diskutil eject /dev/diskN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment