I've built grub2 from source (r2045). My modules list is:
MODULES="minicmd normal ls cat help ext2 iso9660 reiserfs xfs fat pc gpt ata
serial memdisk multiboot linux configfile search tar"
but when booting a multiboot xen kernel I get
unknown command 'boot'
My grub stanza is:
menuentry "Xen 3.1.4" {
set root=(ata0,1)
multiboot /boot/xen-3.gz no-real-mode com1=115200,8n1 console=com1,vga
module /boot/vmlinuz-2.6.18.8-xen root=/dev/hda1 ro console=tty0
console=ttyS0,115200n8
module /boot/initrd.img-2.6.18.8-xen
}
Am I missing a module, or is the order wrong?
Thanks,
Ward.
--
Ward Vandewege <[email protected]>
Free Software Foundation - Senior Systems Administrator
_______________________________________________
Grub-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/grub-devel