Hi,

Chris Smart <m...@christophersmart.com> writes:

> Here is the simple grub.cfg that I am using:
>
> set timeout=10
> set default=0
> menuentry "Linux" {
>   linux /efi/grub/vmlinuz
>   initrd /efi/grub/initrd
> }
>
>
> Here is what happens:
>
> Boot PC to rEFIt
> Select grub.efi boot option
> Computer says "Starting grub.efi"
> Computer goes to GRUB 1.96 shell
>
> GRUB spits out errors:
> Unknown command 'menuentry'
> Unknown command '}'

This *should* be impossible.  These symbols are parsed by normal.mod
and for a good purpose as you can see.  Is it possible that lua
integration has broken this?  Support for the core scripting language
is more important to me than any additional scripting language.

--
Marco



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to