Can't convert .iso to .img on iMac G5
Posted
by
user89004
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user89004
Published on 2012-09-12T08:05:24Z
Indexed on
2012/09/12
9:49 UTC
Read the original article
Hit count: 319
macosx
So I'm trying to create a bootable USB stick in order to install Ubuntu 12.04.1 on my iMac G5 running Mac OS X 10.4.11 but whenever I try to convert the downloaded .iso file into a .img, the .img.dmg file that the terminal creates just suddenly dissapears no matter where I select the output file to be.
I tried hdiutil convert -format UDRW -o /path/to/target.img /path/to/ubuntu.iso and also hdiutil convert /path/to/ubuntu.iso -format UDRW -o /path/to/target.img but the exact same thing happens. I tried becoming root before I do all of this with sudo su but I still get the same results.
The totally weird thing is that it works perfectly with Ubuntu Minimal .iso files. Could it be that the .iso I downloaded is corrupt?
© Ask Ubuntu or respective owner