Hi,
I've successfully compiled the latest trunk version of grub2 with
--with-platform=efi, and can boot my Mac Pro successfully (I'm hoping to
eventually try our XServe). However, the one problem I am having is that
no menu appears, just the grub prompt.
My grub.cfg is:
timeout=10
default=0
set F1=ctrl-x
set F2=ctrl-c
set F3=ctrl-a
menuentry "Mac OSX" {
# Set the root device for Mac OS X's loader.
root=(hd0,2)
# Load the loader.
chainloader /usr/standalone/i386/boot.efi
}
menuentry "Mac OSX (verbose mode)" {
# Set the root device for Mac OS X's loader.
root=(hd0,2)
# Load the loader.
chainloader /usr/standalone/i386/boot.efi -v
}
Could anyone explain why no menu appears?
Thanks,
Jim
_______________________________________________
Help-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-grub