From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MPA5N-00019x-4i for mharc-grub-devel@gnu.org; Fri, 10 Jul 2009 02:59:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPA5M-00019F-Af for grub-devel@gnu.org; Fri, 10 Jul 2009 02:59:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPA5H-00015v-Pb for grub-devel@gnu.org; Fri, 10 Jul 2009 02:59:55 -0400 Received: from [199.232.76.173] (port=35852 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPA5H-00015m-Hi for grub-devel@gnu.org; Fri, 10 Jul 2009 02:59:51 -0400 Received: from mx20.gnu.org ([199.232.41.8]:64916) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MPA5G-0001dD-Ku for grub-devel@gnu.org; Fri, 10 Jul 2009 02:59:50 -0400 Received: from smtp-vbr11.xs4all.nl ([194.109.24.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPA56-0006z5-KW for grub-devel@gnu.org; Fri, 10 Jul 2009 02:59:40 -0400 Received: from marco (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id n6A6xaa0088915 for ; Fri, 10 Jul 2009 08:59:37 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: Mail-Copies-To: mgerards@xs4all.nl Date: Fri, 10 Jul 2009 08:59:36 +0200 In-Reply-To: (Chris Smart's message of "Fri, 10 Jul 2009 16:40:54 +1000") Message-ID: <87ab3dnhuv.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-Detected-Operating-System: by mx20.gnu.org: FreeBSD 4.6-4.9 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Subject: Re: GRUB 1.96 - unknown commands X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2009 06:59:56 -0000 Hi, Chris Smart 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