Skip to content

Instantly share code, notes, and snippets.

@nlienard
Created February 5, 2016 21:21
Show Gist options
  • Save nlienard/7cdffb0584d4a7563619 to your computer and use it in GitHub Desktop.
Save nlienard/7cdffb0584d4a7563619 to your computer and use it in GitHub Desktop.
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