From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GBG0n-0004Ny-Q1 for mharc-grub-devel@gnu.org; Thu, 10 Aug 2006 15:16:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GBG0m-0004NE-Q1 for grub-devel@gnu.org; Thu, 10 Aug 2006 15:16:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GBG0h-0004N1-Uo for grub-devel@gnu.org; Thu, 10 Aug 2006 15:16:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBG0h-0004My-QO for grub-devel@gnu.org; Thu, 10 Aug 2006 15:16:03 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GBG5g-0002Mv-2V for grub-devel@gnu.org; Thu, 10 Aug 2006 15:21:12 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id A34F33C71D966 for ; Thu, 10 Aug 2006 23:21:30 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 6E9FD3C71D965 for ; Thu, 10 Aug 2006 23:21:30 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 10 Aug 2006 21:15:59 +0200 User-Agent: KMail/1.8.2 References: <44D2DA8F.7030300@intel.com> In-Reply-To: <44D2DA8F.7030300@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608102116.00251.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.394814, version=0.17.2 Subject: Re: EFI disk probing problem 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: Thu, 10 Aug 2006 19:16:08 -0000 On Friday 04 August 2006 07:26, bibo,mao wrote: > My hard disk is MBR partition type, there is FAT partition in my logical > partition, bootloader grub.efi is in this partition. When grub efi > bootloader starts up, it cannot probe my hard disk. It is because that > parent device_path of current logical partition is extended partition, but > not my hard disk's device path. I don't remember precisely, but I think I only added disk devices but not partition devices. On your system, don't disk devices as well as partition devices get enumerated? BTW, can you follow the GNU-style formatting rules? It is very difficult for me to read a different coding style. Thanks, Okuji