Mac OSX update broke booting Ubuntu

21,897

Solution 1

After a lot of searching for solutions, I also found myself in similar situation. AndrewM's solution did not work for me either. The Mac is on pure EFI (non-hybrid), pure 64 bit Linux.

A couple points to make: 1) There are two projects, rEFIt and rEFInd. 2) You can install both and I have found that they will detect each other and let you boot one from the other.

Here is what finally got me back into Linux after Mavericks upgrade... Download the latest rEFind http://www.rodsbooks.com/refind/ (currently 0.7.4) and issue this command from OS X:

sudo ./install.sh --alldrivers

I ended up with a long menu of all my Linux kernels and was able to boot directly into Ubuntu / Debian without GRUB menu. Now at least I can get into Linux and rework the GRUB and look at EFI configurations.

Solution 2

I had the same issue. I removed refit and installed rEFind. Refit is not actively maintained. None the less with each mac os update there would be chances that you would have to reinstall refind.

Share:
21,897

Related videos on Youtube

AlexanderNajafi
Author by

AlexanderNajafi

Updated on September 18, 2022

Comments

  • AlexanderNajafi
    AlexanderNajafi over 1 year

    I have a mac that is running a dual boot with OSX and Ubuntu. I am using rEFIT. I just updated my OSX to the new OSX Mavericks, but when i restarted my computer and tried to enter Ubuntu from rEFIT I just got an error message saying error: unknown filesystem.

    How can I solve this? Where is the problem, is it GRUB or rEFIT?

  • AlexanderNajafi
    AlexanderNajafi over 10 years
    Thats what I also tried to do first, however it didn't help.