0

I was following the instructions to install Ubuntu on my Macbook Air and went I to install refit there was a note that refit was no longer maintained so I followed the link to refind (http://www.rodsbooks.com/refind/) and got that installed. I have Ubuntu 13.10 installed and working correctly, however I apparently installed grub on it boots to grub instead of refind.

When I select the Mac from Grub it doesn't boot and gives me a kernel panic but if I hold the alt (option) key down to boot to refind then things work.

Ideas?

jjesse
  • 1,117

1 Answers1

0

I just installed 13.10 on my MBA 6,2 and I nuked my OS X partition in the process. This is what I did to install rEFInd without another operating system to fall back on, as long as one has the bootable live media still.

  1. Install Ubuntu using the built in installer normally.

  2. After you are done boot back into the live distro.

  3. Connect to the internet and Download rEFInd and extract it.

  4. Open a terminal (ctrl+option+T), change to the directory where you extracted the file. In my case I used 'cd Downloads/refind-the-version-I-downloaded'.

  5. Type 'sudo ./install.sh --usedefault /dev/sdxy --alldrivers' where x is the hard drive and y is the partition you installed grub on. Since you are in the live distro, you can open Gparted and see which drive you're supposed to be booting from. In my case it was /dev/sda1, which should be pretty typical since the MBA only has the one hard drive, the partition will have boot in the flags area.

  6. Type sudo Reboot, you are finished.

  7. REFInd will show up and you will be able to boot normally.

  8. ...profit?

Other people's mileage will vary I assume, but I am typing this right now on the machine I did this to: 13" Macbook Air mid 2013, 4th generation core i7 (yes, you can get an i7), 8 GB (7.7GiB) ram. Hope this helps you or any of the 50 some odd people that viewed the post at the time of this writting. Take care!