Bug#783244: [Pkg-mactel-devel] Bug#783244: grub fails to boot Mac OS X

Thibaut Paumard thibaut at debian.org
Fri Apr 24 16:17:12 UTC 2015


Hi,

chainloading works:

menuentry "Mac OS X" --class osx --class darwin --class os {
    search -l "Macintosh HD" --set=root
    chainloader /System/Library/CoreServices/boot.efi
    boot
}

(Using search is necessary because drive number changes if an external
drive is plugged in).

In addition, that's the entry that loads rEFInd for me:

menuentry "rEFInd" --class osx --class darwin --class os {
        set root=(hd0,0)
        exit
}

I think "exit" alone would do it just as well.

Kind regards, Thibaut.



More information about the Pkg-grub-devel mailing list