From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FOGVj-00005L-AO for mharc-grub-devel@gnu.org; Tue, 28 Mar 2006 10:53:35 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FOGVh-0008Vh-5p for grub-devel@gnu.org; Tue, 28 Mar 2006 10:53:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FOGVf-0008VO-BS for grub-devel@gnu.org; Tue, 28 Mar 2006 10:53:32 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOGVf-0008VL-3m for grub-devel@gnu.org; Tue, 28 Mar 2006 10:53:31 -0500 Received: from [194.109.24.21] (helo=smtp-vbr1.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FOGXP-00089E-MT for grub-devel@gnu.org; Tue, 28 Mar 2006 10:55:20 -0500 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr1.xs4all.nl (8.13.6/8.13.6) with ESMTP id k2SFrT5n025978 for ; Tue, 28 Mar 2006 17:53:29 +0200 (CEST) (envelope-from mgerards@xs4all.nl) Mail-Copies-To: mgerards@xs4all.nl To: The development of GRUB 2 References: <20060313190316.GA5244@localhost> From: Marco Gerards Date: Tue, 28 Mar 2006 17:54:05 +0200 In-Reply-To: <20060313190316.GA5244@localhost> (exg@gentoo.org's message of "Mon, 13 Mar 2006 20:03:16 +0100") Message-ID: <87bqvq5zvm.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: grub2 on apple ppc 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: Tue, 28 Mar 2006 15:53:33 -0000 exg@gentoo.org writes: Hi, > I've tested grub2 on a newworld powermac G4 booting a linux kernel; if I > don't use the fake "title" command, ie grub2 calls grub_cmdline_run, it > works. Instead, If I use a cfg file like > > title Linux > linux ... This syntax is not correct anymore. For the last release the syntax to specify menu items completely changed. Of course it is a bug that incorrect syntax is not handled correctly and I plan to fix that. > I get a Decrementer exception. Any clue or suggestion about how to debug > this? This is a known bug. You could debug it using gdb+grub-emu. But better wait until I start working on scripting again, I plan to make many changes and written down this bug already. -- Marco