[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
multiboot module in grub2 --with-platform=efi --target=i386
From: |
uzer cheg |
Subject: |
multiboot module in grub2 --with-platform=efi --target=i386 |
Date: |
Wed, 18 Mar 2009 15:22:29 +0200 |
Dear all,
I'm trying to run Xen Dom0 kernel on my Xserve.
As I see I need Grub's entry like this:
menuentry "Xen 3.3 unstable -i386
{
search --set /boot/xen-3.3.gz
multiboot /boot/xen-3.3.gz
module /boot/vmlinuz-2.6.29-rc8-tip root=LABEL=/ ro console=tty0
module /boot/initrd-2.6.29-rc8-tip.img
}
I just downloaded from svn latest grub2 (revision 2032) and tried to build it.
# cd grub2
# ./configure --with-platform=efi --target=i386
# make
# ./grub-mkimage -d . -o grub.efi apple appleldr boot cat chain
configfile cpio date ext2 echo fat gpt help hexdump hfs hfsplus
iso9660 linux ls normal pc reboot reiserfs scsi search sleep xfs
multiboot module
I got error message
# grub-mkimage: error: cannot stat ./multiboot.mod
I think that make did not build multiboot.mod for efi.
Help me please.
Tell me please how to enable multiboot and module support in efi grub2?
Thank you in advance.
- multiboot module in grub2 --with-platform=efi --target=i386,
uzer cheg <=