On Fri, May 15, 2009 at 12:24 AM, decoder <deco...@own-hero.net> wrote:
>
>
> D4T from the thread on the Ubuntu forum reported grub svn revision 2063 to
> work with Xserve 1,1 without problems, using fakebios and the proper kernel
> options.
>

Just note that you have to build grub2 in i386 mode.

Just tested on lates build (do not remember exact revision number). It
works.

I done it this way:

./autogen.sh
./configure --with-platform=efi --target=i386
make
/grub-mkimage -p /efi/grub -d . -o grub.efi  appleldr cat cmp chain
configfile crc date echo ext2 fixvideo fat fs_uuid gpt halt help hexdump hfs
hfsplus iso9660 linux loopback loadbios lspci ls minicmd memrw ntfs pc pci
reboot reiserfs read scsi sleep search video videotest xfs fixvideo loadbios
 date datehook lsmmap

mkdir efi_2202 ; cp grub.efi *.mod fs.lst command.lst  ./efi_2202

menuentry "2.6.28 x86_64 " {

  fakebios

  search --set /vmlinuz

  linux /vmlinuz video=efiifb noefi

  initrd /initrd.gz

}
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to