0

I'm using a macbook and am trying to use one usb-drive to install ubuntu onto another usb-drive and boot from that other usb-drive.

I created an installationdisk for ubuntu 14.04, and then installed it onto another usb-disk, following theese instructoins: https://www.youtube.com/watch?v=QdQ520dmg5g

I unplugged the installationdisk, keeping the installed disk plugged in. While holding the key "alt" i booted up my macbook pro. Holding alt should show all bootable drives on a mac, but I only get my osx system disk and my recovery disk. The usb-stick with ubuntu doesn't show up. The thumbdrive that I used as a installationdisk worked fine .

3 Answers3

1

This article has a detailed recent tutorial describing the process. Giving it a look might just solve your problem and give you some required knowledge.

  • That article is for creating a ubuntu installation-drive. I have achived that. Now I want to use that installation-drive to install a complete version of ubuntu onto another drive. – Kristoffer Nolgren Sep 21 '14 at 17:27
  • Do a check to see if the drive is shown by going into live mode and using disks or Gparted. –  Sep 21 '14 at 17:35
  • The disk is shown if I plug it in and open disks. It also worked properly to install onto it. Can is there something in particular I should check for? – Kristoffer Nolgren Sep 21 '14 at 17:40
  • Have you tried installing ubuntu onto the other drive from live mode? what were the results? –  Sep 21 '14 at 17:45
  • Yes, I have done that. Looking at the drive in disks in live mode it says that it has a linux operating system installed on to it. Now I wish to boot from that drive, but when I hold alt while booting my computer it won't show up. – Kristoffer Nolgren Sep 21 '14 at 17:54
  • If I plug in the installation thumbdrive and hold alt it shows up. – Kristoffer Nolgren Sep 21 '14 at 17:55
  • You might need a boot partition. check the type of disk you have with sudo parted -l –  Sep 21 '14 at 18:08
  • Thanks! There is a partition on the drive with the flag boot, but it's the wrong one. One called EFI SYSTEM PARTITION, probably the drives deault one. Can I change this somehow? – Kristoffer Nolgren Sep 21 '14 at 18:31
  • Yes you can. Go to Gparted unmount if it is mounted by right clicking onto it and then flag it as boot. Don't forget to mark as answer if this helped. –  Sep 21 '14 at 18:38
  • didn't help unfortunately.... – Kristoffer Nolgren Sep 22 '14 at 14:23
  • Edit you question adding a picture of your disks in GParted. –  Sep 22 '14 at 15:23
0
  1. restart mac with both USB plugin,
  2. hold down the "Option" key until you see the Startup Manager.
  3. press the right or left arrow keys on the keyboard to select the bootable USB drive.
  4. press the Enter key to boot from the USB drive. after that, during the installation manager you could chose drive to install ubuntu, soo chose the second one and follow the instructions. Its works for my on my MacBook Pro
0

Yes, I found this is a tricky issue and the web keeps telling you how to make a bootable install disk, or to just hold down the option key, but there's more to it than that.

The trick I found is after the install, you have to tweak the resulting disk and use rEFInd to boot the linux image via GRUB.

I asked the same question and after much research managed to answer it myself here: How to boot Ubuntu on a mac from external USB storage?

That has detailed instructions and a link to something I put on the web with more detail and screenshots.

Coljac
  • 585