From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1B1FDA-0004k8-K3 for mharc-grub-devel@gnu.org; Wed, 10 Mar 2004 20:42:12 -0500 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B007E-0000FT-70 for grub-devel@gnu.org; Sun, 07 Mar 2004 10:22:56 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B006h-0008U3-Jt for grub-devel@gnu.org; Sun, 07 Mar 2004 10:22:54 -0500 Received: from [195.34.32.123] (helo=hueymiccailhuitl.mtu.ru) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B006h-0008To-Af for grub-devel@gnu.org; Sun, 07 Mar 2004 10:22:23 -0500 Received: from ciam.ru (ppp136-106.dialup.mtu-net.ru [62.118.136.106]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 06DB7F8FAD for ; Sun, 7 Mar 2004 18:22:17 +0300 (MSK) (envelope-from sem@ciam.ru) Message-ID: <404B3E3B.8070403@ciam.ru> Date: Sun, 07 Mar 2004 18:22:35 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040227 X-Accept-Language: en-us, en MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Sun, 07 Mar 2004 15:22:57 -0000 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(). Question: it's looks like a root command get only disk name (root (hd0)) and don't understand old syntax: root (hd0,1,a)? --- Sem.