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,011
  • ah, I was about to suggest the same :) I also found a wiki article: https://help.ubuntu.com/community/How%20to%20install%20Ubuntu%20on%20MacBook%20using%20USB%20Stick – Savvas Radevic Jun 12 '12 at 21:02
  • I tried this and I know this is SUPPOSED to work, but this is where the failure occurs. The DMG file is not created correctly. The MD5 sum of the ISO checks out okay though. I can't figure out why this part of it fails every time. – Rob Jun 12 '12 at 21:09
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?