|
Post by ZF on Aug 4, 2014 6:51:21 GMT -5
Works for ubuntu and kali
hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso Note: OS X tends to put the .dmg ending on the output file automatically.
diskutil list diskutil unmountDisk /dev/diskN sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m diskutil eject /dev/diskN
SOURCE:http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx
|
|