How to convert .iso to .img

i am being driven absolutely madd by my computer. all i want to do is a simple task, yet hours of my life have now been drained. so to save the rest of my time as well as others in the future, how does one convert a .iso file to .img on a mac? (yes, i've looked at every forums answers and ive copied the instructions (which were slightly different for each forum) perfectly into terminal, but nothing happens. so lets make this as simple as can be....
just in case this maters, i'm running osx mavericks.

on my desktop there is an iso file we will call X.iso.

i want X.iso to be converted to X.img.

simple right? or at least you’d think so….
if anyone can write out the formula that i can then type into terminal, you will achieve god like status in my mind.

the file is on my desktop, and i want the converted file to end up on my desktop as well. so because the file location is simple, and universal, the formula should be pretty easy to figure out.

thank you to whoever does.

MacBook Pro, OS X Mavericks (10.9.1)

Posted on Feb 9, 2014 6:19 PM

Reply
8 replies

Feb 9, 2014 6:49 PM in response to Allan Eckert

hi allan,
thanks for the super quick reply, but i don't think this is true. theres definitely a way of converting .iso to .img; theres many people out there who claim to have success with this through terminal. it doesn't matter what the file is called... like i said in the original post... for reasons of simplicity, we are going to call it X.iso; the name is irrelevant; it's the formula that gets typed into terminal that i need.


i don't mean to sound rude, but if you don't have an answer please just keep your comments to yourself. the last thing any forum needs is a bunch of "i don't know"'s. there is a way, and i want to hear the formula from someone who knows what he/she's doing.


a couple examples of this formula from other websites are as follows...


hdiutil convert -format UDRW -o /convert/newfile/output.img /convert/source.iso


or


Type "hdiutil convert source.iso -format UDRW -o destination.img" without quotes, and then press "Return." Replace "source" and "destination" with their actual values.


BUT...


none of them have worked for me. this being said, it's worked for others somehow. i must be typing something wrong. this is why i need a mac genius. any takers?

Jul 20, 2014 7:37 AM in response to Cornsmith Jewels

I've been chasing my tail around today also trying to create bootable USB drives from linux ISO images.

The ISO images I was using were ISO install images for debian and lubuntu for powerpc.

Macos does not like these images and will not happily mount, manipulate or convert them.

However, all the online advice says these need to be converted into DMG files first before writing to USB, but I have found this is not the case.

Just as on any other linux platform, I was able to use the ISO untouched.

Using dd to write the ISO to a USB device works for me as long as I write it to the _whole_ device and not just one partition.

ie

dd if=lubunu.iso of=/dev/disk3 bs=1m


NOT


of=/dev/disk3s2


I was trying the latter and trying to get the ISO onto a particular partition of a large USB stick.

The former method works just fine and creates the multiple partitions on the USB stick as necessary, same as it would for a CD.


I can then boot this USB stick (in my case) on a PPC old mac from open firmware with something like:

boot usb1/hub@1/disk@2:2,\\yaboot

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to convert .iso to .img

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.