<div><span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; font-style: italic;">Dear all,<br><br>I'm trying to run Xen Dom0 kernel on my Xserve.<br>As I see I need Grub's entry like this:<br>
</span></div><div><span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; font-style: italic;"><br>menuentry "Xen 3.3 unstable -i386<br>{ </span></div><div><span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; font-style: italic;"> search --set /boot/xen-3.3.gz<br>
multiboot /boot/xen-3.3.gz<br> module /boot/vmlinuz-2.6.29-rc8-tip root=LABEL=/ ro console=tty0<br> module /boot/initrd-2.6.29-rc8-tip.img<br>}<br><br>I just downloaded from svn latest grub2 (revision 2032) and tried to build it.</span></div>
<div><span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; font-style: italic;"><br># cd grub2<br># ./configure --with-platform=efi --target=i386<br># make<br># ./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<br>
<br>I got error message<br># grub-mkimage: error: cannot stat ./multiboot.mod<br><br></span></div><div><span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; font-style: italic;">I think that make did not build multiboot.mod for efi. </span></div>
<div><span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; font-style: italic;"><br>Help me please. </span></div><div><span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; font-style: italic;">Tell me please how to enable multiboot and module support in efi grub2?<br>
<br>Thank you in advance.<br></span></div>