On Tue, 2009-03-24 at 16:07 -0400, Ward Vandewege wrote: > 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?
Perhaps you have the bogus "boot" command elsewhere in grub.cfg. "boot" used to be a module. You may have stale boot.mod installed. -- Regards, Pavel Roskin _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel