[Grub-dev] multiboot module in grub2 --with-platform=efi --target=i386
uzer cheg
usercheg at gmail.com
Wed Mar 18 13:08:58 UTC 2009
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wikia.com/pipermail/grub-dev/attachments/20090318/3bc06f65/attachment.html
More information about the Grub-dev
mailing list