On Fri, Mar 27, 2009 at 12:42:41AM -0400, Pavel Roskin wrote: > 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.
It works fine with bochs + grub2, with the same grub.cfg. The grub.cfg file does not have the boot keyword anywhere. There is no boot.mod file anywhere in my grub2 tree. Thanks, Ward. _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel