help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

efi grub menu


From: Jim Williams
Subject: efi grub menu
Date: Fri, 11 Jun 2010 11:34:36 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]