grub-devel
[Top][All Lists]
Advanced

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

Re: unknown command 'boot' with coreboot/grub2


From: Pavel Roskin
Subject: Re: unknown command 'boot' with coreboot/grub2
Date: Fri, 27 Mar 2009 00:42:41 -0400

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




reply via email to

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