Create ISO’s in OS X
To create an ISO image in OS X, use Disk Utility to burn a new image choosing “CD/DVD Master” as the Image Format. That creates an image with the cdr extension. Just rename the cdr file extension to iso and there you have it!
If you already have a DMG and want to convert it to an ISO, you can use hdiutil to do so:
hdiutil convert discimage.dmg -format UDTO -o output.iso


Thanks for this post. It was just what I needed.
Will
Same here. Cheers :)
Rock on mate! I can’t believe it isn’t documented on Apple’s support site.
One note, you have to select the first slice of the CD (not the drive itself) in order to be offered the CD/DVD Master Image format option.
Worked great for me, to be a little more specific…
- put the CD or DVD into the drive – open Disk Utility (Applications -> Utilities) – select the the disk (NOT the media) (the smaller, subordinate item) on the left side of the Disk Utility interface – select File -> New -> Disk Image From… (it should show you the name of the disk you have selected) – choose a filename – choose “CD/DVD master” from the “image format” drop down – click save – after the .cdr file is created, change the .cdr extension to .iso – crack a beer, you’re done
circuitfive’s comments really clarified things. worked great!
yeah i almost forgot the beer
hey, thanx. got the cdr already.
just rename it?
excellent!!!
Perfect tip, man. Thanks.