From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FZzoO-0008EW-0u for mharc-grub-devel@gnu.org; Sat, 29 Apr 2006 20:29:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZzoM-0008De-4P for grub-devel@gnu.org; Sat, 29 Apr 2006 20:29:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZzoK-0008DO-Rn for grub-devel@gnu.org; Sat, 29 Apr 2006 20:29:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZzoK-0008DL-Ll for grub-devel@gnu.org; Sat, 29 Apr 2006 20:29:16 -0400 Received: from [194.109.24.34] (helo=smtp-vbr14.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZzrn-00036r-RE for grub-devel@gnu.org; Sat, 29 Apr 2006 20:32:52 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr14.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3U0TEAb017950 for ; Sun, 30 Apr 2006 02:29:15 +0200 (CEST) (envelope-from mgerards@xs4all.nl) Mail-Copies-To: mgerards@xs4all.nl To: The development of GRUB 2 References: <000701c66bcf$e8ef3170$0b00a8c0@yoda> From: Marco Gerards Date: Sun, 30 Apr 2006 02:31:04 +0200 In-Reply-To: <000701c66bcf$e8ef3170$0b00a8c0@yoda> (Eric =?iso-8859-1?Q?Sa?= =?iso-8859-1?Q?lom=E9's?= message of "Sat, 29 Apr 2006 23:00:13 +0200") Message-ID: <871wvfj453.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=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: grub-emu state of the art 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: Sun, 30 Apr 2006 00:29:18 -0000 Eric Salom=E9 writes: > I need a working grub-emu to continue the port of a system of my own > from grub to grub 2. May I ask what you are working on? > I am currently working on a i386 pc and had hard time the first days > with the 1.93 delivery : grub-emu would run (on Linux based Ubuntu OS) > and come with a rescue mode prompt, but was not likely to load and init > modules such as "normal.mod" (even by hand). You can't load modules from grub-emu and you do not have to. If everything went ok, the file grub_emu_init.c was generated and contains a call to grub_normal_init. So when starting grub-emu you will get normal mode. -- Marco