Impossible to boot Ubuntu on a USB stick (OS X Montain Lion)

Posted by user109513 on Ask Ubuntu See other posts from Ask Ubuntu or by user109513
Published on 2012-11-20T18:22:37Z Indexed on 2012/11/20 23:22 UTC
Read the original article Hit count: 262

Filed under:
|

I know this has been discussed over and over but I still cannot run Ubuntu on a USB stick.

Here's the step I followed:

1. I downloaded Ubuntu 12.10 (ubuntu-12.10-desktop-i386.iso) from http://www.ubuntu.com/download/desktop which I renamed 'ubuntu.iso'. I bought my Mac mid-2010, it has an Intel processor.

2. I formated my 16GB USB stick with HFS+ File System following this tutorial: http://www.switchingtomac.com/tutorials/how-to-format-a-drive-or-partition-with-the-hfs-file-system

3. I opened a terminal and typed: hdiutil convert -format UDRW -o ~/Downloads/ubuntu.img ~/Downloads/ubuntu.iso

It created ubuntu.iso.dmg

4. I ran 'diskutil list' and identified the device node assigned to the USB.

5. I unmounted it: diskutil unmountDisk /dev/disk2

6. Then, I entered the command: sudo dd if=~/Downloads/ubuntu.img.dmg of=/dev/rdisk2 bs=1m. It seemed to work. A Mac message poped up saying that the system doesn't recognized the disk, I pressed 'ignore'.

7. I ejected the USB using diskutil eject /dev/disk2, then removed the USB.

8. I rebooted the computer, plugged the USB key, pressed ALT.I could see my Macintosh partition and my Windows partition, but couldn't see my USB stick.

Any help will be very appreciated :)

  • Victor

© Ask Ubuntu or respective owner

Related posts about usb

Related posts about mac