empty banner ad

Converting ISO to IMG on Mac made boot from DVD work

The other day I needed to boot a PC from a DVD and I was at the office so I didn’t have access to the original disc. However, I had an ISO image of the original so I figured I could just burn it to a new DVD and boot from it.

So I burned the ISO image to a DVD with Disk Utility but the PC refused to boot from it. It ran other discs fine and even booted from a different one so it wasn’t the drive, that much I could figure out.

Then I was thinking that perhaps something didn’t work right because I burned the ISO image on my Mac with Disk Utility. I found a solution and here’s what I did.

The ISO file was in a folder called “iso” on my desktop. I opened Terminal and changed to that folder:

cd Desktop
cd iso

Then I entered the command for converting the ISO image, which I found here:
hdiutil convert -format UDRW -o newimage.img originalimage.iso

That only took about a minute or so and the result was “newimage.img.dmg” in the “iso” folder. I don’t think I really needed to but I renamed it so it’s just “newimage.img” and then I burned it with Disk Utility.

The disk then booted up okay in the PC.

Filed Under: AppleTutorials

About the Author: I'm the Managing Editor of Shufflegazine and Shufflegazine.com. When there's time I also take care of our Tech Chat podcast, Facebook page, Twitter account and more. You can also listen to me on radio every week. Coming from an extensive career in higher education IT teaching I try to spread word about technology to readers in a way that is approachable and understandable for all.

RSSComments (3)

Leave a Reply | Trackback URL

  1. [...] Converting ISO to IMG on Mac made boot from DVD work : Shufflegazine [...]

  2. [...] Converting ISO to IMG on Mac made boot from DVD work : Shufflegazine [...]

  3. [...] Converting ISO to IMG on Mac made boot from DVD work : Shufflegazine [...]

Leave a Reply

You must be logged in to post a comment.