From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FYTzL-0001bL-6w for mharc-grub-devel@gnu.org; Tue, 25 Apr 2006 16:18:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYTzI-0001Zn-Ou for grub-devel@gnu.org; Tue, 25 Apr 2006 16:18:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYTzG-0001XQ-VL for grub-devel@gnu.org; Tue, 25 Apr 2006 16:18:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYTzG-0001XG-PW for grub-devel@gnu.org; Tue, 25 Apr 2006 16:18:18 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYU1n-0007bk-E0 for grub-devel@gnu.org; Tue, 25 Apr 2006 16:20:55 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 3E57E3C822D6D for ; Tue, 25 Apr 2006 23:03:29 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id ACE533C822D6C for ; Tue, 25 Apr 2006 23:03:28 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: grub-devel@gnu.org Date: Tue, 25 Apr 2006 21:44:25 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604252144.25598.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.186539, version=0.17.2 Subject: counting partitions in gpt partition map 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, 25 Apr 2006 20:18:21 -0000 Why does the gpt partition map count partitions from one instead of zero, unlike other partition maps in GRUB? I don't object to changing the base number to one in GRUB 2, but they should be at least consistent. Okuji