From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FWAeX-0007fS-VW for mharc-grub-devel@gnu.org; Wed, 19 Apr 2006 07:15:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWAeW-0007eE-ES for grub-devel@gnu.org; Wed, 19 Apr 2006 07:15:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWAeU-0007dL-G8 for grub-devel@gnu.org; Wed, 19 Apr 2006 07:15:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWAeU-0007dH-8L for grub-devel@gnu.org; Wed, 19 Apr 2006 07:15:18 -0400 Received: from [194.109.24.35] (helo=smtp-vbr15.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWAfZ-0004Jp-Ow for grub-devel@gnu.org; Wed, 19 Apr 2006 07:16:26 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr15.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3JBFEJp024251 for ; Wed, 19 Apr 2006 13:15:14 +0200 (CEST) (envelope-from mgerards@xs4all.nl) Mail-Copies-To: mgerards@xs4all.nl To: The development of GRUB 2 References: <87vetsw6yi.fsf@xs4all.nl> From: Marco Gerards Date: Wed, 19 Apr 2006 13:16:38 +0200 In-Reply-To: (Jeff Chua's message of "Wed, 19 Apr 2006 19:10:18 +0800 (SGT)") Message-ID: <87acaherxl.fsf@xs4all.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: grub cvs ... configfile 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: Wed, 19 Apr 2006 11:15:20 -0000 Jeff Chua writes: > On Sun, 2 Apr 2006, Marco Gerards wrote: > >> Jeff Chua writes: >> >>> I just downloaded the lastest grub2 cvs (1.93) and can't seems to get >>> configfile to work... it keeps rebooting. >> >> The syntax of your configuration file is not correct. It's a bug that >> GRUB reboots in this case. It's a known bug an it will be fixed and >> some documentation for the wiki will be written. > > Marco, > > Any chance of fixing this ... Oh sorry, I forgot to reply on this one. It should all be fixed in CVS. Your menu entries should look like this: @ foo { linux ... initrd ... } @ bar { ... ... } -- Marco