Install Maverick ISO OS X with USB Bootable


Screen Shot 2014-09-27 at 7.53.17 PM

1
diskutil list
1
sudo hdiutil convert -format UDRW -o ~/Desktop/Maverick.dmg ~/Desktop/Mavericks.iso
1
2
3
4
hdiutil convert -format UDRW -o ~/[path]/destinationISO.img ~/[path]/sourceISO.iso
sudo diskutil umount /dev/disk3s2
sudo dd if=/[path]/destinationISO.img.dmg of=/dev/disk3 bs=1m
sudo diskutil eject /dev/disk3

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.