Created
October 23, 2013 03:20
-
-
Save stevenhaddox/7112121 to your computer and use it in GitHub Desktop.
Create a bootable Linux (Ubuntu, CentOS, Scientific Linux, etc). USB Thumb Drive from OS X
This file contains hidden or 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
hdiutil convert -format UDRW -o ~/Downloads/SL.59.020213.CD.x86_64.disc1.img /Users/steven/Downloads/SL.59.020213.CD.x86_64.disc1.iso | |
diskutil list | |
diskutil unmountDisk /dev/disk2 | |
sudo dd if=~/Downloads/SL.59.020213.CD.x86_64.disc1.img.dmg of=/dev/disk2 bs=1m | |
diskutil eject /dev/disk2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx