grub-devel
[Top][All Lists]
Advanced

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

Re: Xserve specs


From: uzer cheg
Subject: Re: Xserve specs
Date: Sat, 16 May 2009 11:35:11 +0300



On Fri, May 15, 2009 at 12:24 AM, decoder <address@hidden> 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 
}
 


reply via email to

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