PDA

View Full Version : Mac OSX: Convering ISO to DMG Help!!!



andy134
May 6th, 2015, 04:23 AM
Hello,

I want to install Ubuntu on my old Mac Pro. I have no ability to burn an install DVD/CD so I need to use a USB stick. I did already follow the instructions from Ubuntu but when I get to the stage when I need to convert the file to DMG, the terminal prompt comes back as file not found or some other weird error. Assuming the ISO file is downloaded to my download folder what is the correct command to type in terminal to convert the ISO file into a Mac disk image IMG? Or is there an easier way to install Ubuntu on Mac? I am using an old OS (10.5 Leopard). I followed 3 different web tutorials for 3 hours and have still failed!

Any help is appreciated. Thanks!!!

bapoumba
May 6th, 2015, 01:23 PM
have you tried this ? http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx

andy134
May 6th, 2015, 02:25 PM
Yes that is EXACTLY what I tried but I get an error message when I copy and paste the command. :(

Vladlenin5000
May 7th, 2015, 12:22 AM
Yes that is EXACTLY what I tried but I get an error message when I copy and paste the command. :(

Most commands aren't to be pasted "as is"...
Example:

hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso

In red the parts that vary. The first should be the full path and full name of the converted file (your choice) and the last should be the full path and full name of the ISO you downloaded. The next is another example where I used a Bento Linux ISO as origin, in the SOFTWARE folder and saved a converted IMG in SOFTWARE2:

hdiutil convert -format UDRW -o /mnt/5abe7285-e644-4423-b6e5-5adde621d645/SOFTWARE2/bento-x86_64.img /mnt/5abe7285-e644-4423-b6e5-5adde621d645/SOFTWARE/bento-x86_64.iso

andy134
May 7th, 2015, 05:12 AM
Most commands aren't to be pasted "as is"...
Example:

hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso

In red the parts that vary. The first should be the full path and full name of the converted file (your choice) and the last should be the full path and full name of the ISO you downloaded. The next is another example where I used a Bento Linux ISO as origin, in the SOFTWARE folder and saved a converted IMG in SOFTWARE2:

hdiutil convert -format UDRW -o /mnt/5abe7285-e644-4423-b6e5-5adde621d645/SOFTWARE2/bento-x86_64.img /mnt/5abe7285-e644-4423-b6e5-5adde621d645/SOFTWARE/bento-x86_64.iso

I am not a Linux user I guess, it fails. But thank you all the same for your help Sir! I will stick with my Mac OSX.

Thanks!
Andy

Karl_Hungus
May 7th, 2015, 06:40 AM
DUDE! check this out... just WATCH (https://www.youtube.com/watch?v=dCdfUarlerA) the whole thing its pretty simple and this will all make sense now...