# first, unmount your USB stick
diskutil umount /Volumes/my_usb_stick/
# convert .iso to .dmg (writing .iso to USB stick does not seem to be creating bootable USB)
hdiutil convert -format UDRW -o ubuntu_12.04_PRE_precise-desktop-amd64.dmg /Volumes/storage/Software/Distros/ubuntu_12.04_PRE_precise-desktop-amd64.iso
# write new image to USB
root# dd if=ubuntu_12.04_PRE_precise-desktop-amd64.dmg of=/dev/disk1
1434200+0 records in
1434200+0 records out
734310400 bytes transferred in 3514.831504 secs (208918 bytes/sec)
No comments:
Post a Comment