Ubuntu Mac: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 24: Line 24:
Specific example:
Specific example:


  Graham-Robertsons-MacBook-Pro:~ graham$ sudo hdiutil convert -format UDRW -o ~/graham/graham.dmg ~/ubuntu-10.04.2-desktop-i386.iso
  Graham-Robertsons-MacBook-Pro:~ graham$ sudo hdiutil convert -format UDRW -o ~/graham/graham.dmg ~/graham/ubuntu-10.04.2-desktop-i386.iso

Revision as of 19:49, 24 June 2012

Ubuntu's Instructions

https://help.ubuntu.com/community/How%20to%20install%20Ubuntu%20on%20MacBook%20using%20USB%20Stick


Get the .ISO

Ubuntu 12.04 LTS 32 bit

http://www.ubuntu.com/download/desktop

Convert the .ISO

Convert the .iso file to .dmg using the convert option of hdiutil

In Terminal, type (OS X tends to put the .dmg ending on the output file automatically):

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

General example:

YOURNAME-MacBook-Pro:~ USERNAME$ sudo hdiutil convert -format UDRW -o ~/USERNAME/IMAGENAME ~/UBUNTUVERSIONNAME.iso

Specific example:

Graham-Robertsons-MacBook-Pro:~ graham$ sudo hdiutil convert -format UDRW -o ~/graham/graham.dmg ~/graham/ubuntu-10.04.2-desktop-i386.iso