1

I was following the instructions on this website to create a bootable USB flash drive on a Mac: http://www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx

The instruction: hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso does not create a valid file that the disk utility can copy to the USB drive, making installation on a USB drive useless.

I've been repeating these instructions for days with no luck. The only thing that does not work is the .ISO to .IMG conversion. Is there a way to download Ubuntu 12.04 LTS 64-but Desktop in a .IMG file already?

Unfortunately, my install notebook does not have an optical drive so USB is the only way.

Thanks for your help!

Rob
  • 11

2 Answers2

1

Try:

hdiutil convert /path/imagefile.iso -format UDRW -o /path/convertedimage.dmg
jasmines
  • 11,311
0

I can't do this either, the dummy .img.dmg file dissapears when the conversion is over. I have a G5 iMac running OS X 10.4.11

I noticed that it works just fine with smaller .iso files. Could it be that the .iso file we're trying is somehow corrupt?