Created
December 20, 2012 01:17
-
-
Save ifnull/4342241 to your computer and use it in GitHub Desktop.
Make bootable from ISO
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
# Convert iso to img | |
hdiutil convert -format UDRW -o crucial-c400.040H.04.00.img crucial-c400.040H.04.00.iso | |
# Get the disk id | |
diskutil list | |
# Copy files to drive | |
dd if=./crucial-c400.040H.04.00.img.dmg of=/dev/rdisk2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment