1

I recently inherited a mid 2009 13" MacBook Pro. I wanted to install Ubuntu 14.10 on the machine rather than OS X. I've previously had success with Ubuntu 13.10 on a 2006 MacBook by booting to live USB and installing over the current OS, so I tried this method again with admittedly limited research.

While installing 64-bit Ubuntu 14.10 on the MacBook Pro 2009, everything seemed to go fine. However, when I rebooted the machine in an attempt to launch Ubuntu for the first time, I was greeted by GRUB, selected Ubuntu, and then dropped to a purple screen. Nothing changed after 30 minutes -- still a purple screen. Repeated attempts to boot into Ubuntu 14.10 produce the same results.

In hindsight, it looks like I probably should have installed rEFIt or rEFInd on the machine prior to installing Ubuntu, as the 2009 MacBook uses EFI rather than BIOS. Is this required even when you're not setting up a dual boot?

Thus far, I have tried two routes to solve the issue. First, I tried to boot back to Ubuntu live USB, but to no avail. The GRUB menu appears as usual, but when I select either "Try Ubuntu" or "Install Ubuntu", the screen goes black and hangs there.

My second attempt was to create a bootable USB of OS X Yosemite. This too is getting hung up. When I select the option to load from USB, the Apple symbol appears on the screen with a progress bar. The progress bar has been hung at ~25% for the last 45 minutes or so. I have yet to have the option of installing the OS.

What is the best way to get my machine running again? I would be happy to have either OS X or Ubuntu installed at this point.

EDIT - UPDATE:

I followed the advice of infostacker on AskUbuntu. I plugged in my live USB (Ubuntu 14.10, created on Windows 7 with Unetbootin), hit 'e' on the GRUB menu while the 'Try Ubuntu without installing' text was highlighted, and added to the 'linux' line of the boot command: 'quiet splash acpi=off nolapic nomodeset'. This got me the purple screen that you typically see upon booting Ubuntu with the moving dots (the splash screen?). Once it got past the moving dots stage where you'd expect the Unity desktop to pop up, I was greeted with some text. The final line of text where the system appears to get hung reads:

(initramfs) Unable to find a medium containing a live file system

Here's a picture of the entire screen. I can't embed because I'm a noob.

When I try to run Ubuntu off of the hard drive (i.e. without the live USB) using the same command, I get different results. I get a purple screen that reads like this:

Booting a command list

Loading Linux 3.16.0-28-generic ...
Loading initial ramdisk ...

It hangs on the last step to infinity and beyond.

EDIT - UPDATE 2: I am able to boot into Ubuntu if I edit the GRUB script. When I append quiet splash with nolapic I am able to boot without issue.

My first move upon booting was to install the proprietary NVIDIA 331 driver, which is the tested driver and claims to be suggested for my system. I then removed the open source driver using sudo apt-get --purge remove xserver-xorg-video-nouveau.

Upon normal reboot, I get stuck at the purple screen again. It seems the only way to boot the system is with the nolapic parameter. What could be the underlying cause of this?

vitale232
  • 111
  • My guess is that the problem is with the video card and not grub or uefi – Panther Dec 24 '14 at 03:19
  • This crossed my mind, but I can't seem to drop to a terminal to install the NVIDIA drivers. Are you familiar with the Mac keyboard? I'm trying to get to the terminal by hitting cmd + opt/alt + fn + f1... Is this correct? – vitale232 Dec 24 '14 at 03:25
  • disable the splash or once it boots try ctrl-alt-f2 – Panther Dec 24 '14 at 03:53
  • GRUB comes up, I hit e, delete quiet splash from the linux line, boot, and it seems to get hung up on Loading initial ramdisk .... Also, ctrl+x was not working. I had to use F10 to boot for some reason. – vitale232 Dec 24 '14 at 04:14
  • so, if grub comes up, it is not a problem with uefi or grub ;) ctrl-alt-f2 should get a command line. – Panther Dec 24 '14 at 05:14
  • I cannot get to a terminal using ctrl+alt+F2. I am totally stuck at the purple screen. – vitale232 Dec 24 '14 at 13:44
  • Looks like you're hunch was correct, @bodhi.zazen Do you know why I have to use nolapic to get it running? – vitale232 Dec 24 '14 at 21:13
  • Well, it does not work due to a bug see http://askubuntu.com/questions/52096/what-do-the-different-boot-options-mean-i-e-acpi-off-noapic-nolapic-etc . you would have to file a bug report for more assistance – Panther Dec 24 '14 at 21:28

0 Answers0