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.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to