From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1B21P9-00048H-Ki for mharc-grub-devel@gnu.org; Sat, 13 Mar 2004 00:09:47 -0500 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B1hZP-0003Cr-B5 for grub-devel@gnu.org; Fri, 12 Mar 2004 02:59:03 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B1QYo-00016I-BN for grub-devel@gnu.org; Thu, 11 Mar 2004 08:49:49 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1O7m-00033J-Qp for grub-devel@gnu.org; Thu, 11 Mar 2004 06:13:14 -0500 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id BC37082F9; Thu, 11 Mar 2004 12:13:15 +0100 (CET) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 15327-09; Thu, 11 Mar 2004 12:13:14 +0100 (CET) Received: from mail.han.nl (mail.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 8744D8373; Thu, 11 Mar 2004 12:13:13 +0100 (CET) Received: from india.han.nl (india.han.nl [145.74.103.15]) by mail.han.nl (Postfix) with ESMTP id 3C3DBC046; Thu, 11 Mar 2004 12:13:08 +0100 (CET) Received: by india.han.nl (Postfix, from userid 48) id 1F8CB7865; Thu, 11 Mar 2004 12:13:07 +0100 (CET) Received: from 145.74.169.175 ( [145.74.169.175]) as user metgerards@localhost by webmail.han.nl with HTTP; Thu, 11 Mar 2004 12:13:07 +0100 Message-ID: <1079003587.405049c3ce1f2@webmail.han.nl> Date: Thu, 11 Mar 2004 12:13:07 +0100 From: "M. Gerards" To: The development of GRUB 2 , Sergey Matveychuk References: <404B3E3B.8070403@ciam.ru> In-Reply-To: <404B3E3B.8070403@ciam.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 145.74.169.175 X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl Cc: grub-devel@gnu.org Subject: Re: grub2 bug and question X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 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: Sat, 13 Mar 2004 05:09:46 -0000 Quoting Sergey Matveychuk : > Hello. > > I've begun work with grub2 sources. There is some progress. > > I've found a bug: > util/pupa-emu.c:main() - grub2 can't guess a root device because > pupa_guess_root_device() called before pupa_util_biosdisk_init(). > > pupa_guess_root_device() use map[] before it's filled in > pupa_util_biosdisk_init(). Thanks for the report. I will have a look at this problem in the weekend. Can you descibe how I can reproduce your problem? > Question: it's looks like a root command get only disk name (root (hd0)) > and don't understand old syntax: root (hd0,1,a)? My guess is that no one worked on BSD support. There is something there, but I am not sure if it is tested. The root command will be removed and variables will be used instead. For example: root=(hd0,1) -- Marco