grub-devel
[Top][All Lists]
Advanced

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

Re: multiboot module in grub2 --with-platform=efi --target=i386


From: phcoder
Subject: Re: multiboot module in grub2 --with-platform=efi --target=i386
Date: Wed, 18 Mar 2009 14:38:50 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

It isn't done yet but I'm working on it. You can be tester if you're interested
uzer cheg wrote:
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.


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


--

Regards
Vladimir 'phcoder' Serbinenko




reply via email to

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