hdiutil
Posted: Mon May 30, 2011 6:11 pm
Greetings, I've recently upgraded my system, and in the process I lost mkisofs. Instead of going through the pain of finding another mac version/buidlling an out of date mac version, I've decided to switch to hdiutil. What I'm doing is
hdiutil makehybrid -o projectpath/build/CUBE.iso projectpath/build/bin -iso -eltorito-boot projectpath/bin/boot.img
While this produces an image that hdiutil claims is bootable, under virtualbox and qemu it doesn't boot (qemu complains of CDROM read error 000C).
Does anyone use hdiutil to create eltorito-boot images, or know how to do it correctly? Thanks for any help.
edit:
Would just like to say that boot.img is a real file that is 1.44 mbs.
hdiutil makehybrid -o projectpath/build/CUBE.iso projectpath/build/bin -iso -eltorito-boot projectpath/bin/boot.img
While this produces an image that hdiutil claims is bootable, under virtualbox and qemu it doesn't boot (qemu complains of CDROM read error 000C).
Does anyone use hdiutil to create eltorito-boot images, or know how to do it correctly? Thanks for any help.
edit:
Would just like to say that boot.img is a real file that is 1.44 mbs.