From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1F1YRv-00076t-PQ for mharc-grub-devel@gnu.org; Tue, 24 Jan 2006 19:23:48 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1YQo-0005q7-Mw for grub-devel@gnu.org; Tue, 24 Jan 2006 19:22:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1YQk-0005jr-Rp for grub-devel@gnu.org; Tue, 24 Jan 2006 19:22:36 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1YNM-0003Bk-V2 for grub-devel@gnu.org; Tue, 24 Jan 2006 19:19:06 -0500 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F1YKf-0000Le-DK for grub-devel@gnu.org; Tue, 24 Jan 2006 19:16:17 -0500 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id B1F543C0010F2 for ; Wed, 25 Jan 2006 01:55:45 +0100 (CET) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 4D4623C0010F1 for ; Wed, 25 Jan 2006 01:55:45 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 25 Jan 2006 01:16:11 +0100 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601250116.11680.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.255624, version=0.17.2 Subject: Re: Successfully boot from a floppy on a GPT partitioned 2.18TB system 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: Wed, 25 Jan 2006 00:23:45 -0000 On Wednesday 25 January 2006 00:00, Poe Chen wrote: > Just want to report that I've successfully boot from floppy with GRUB > 1.92on a GPT partitioned > 2.18TB system. That's great. Kudos to Marco. > grub-install script seems to have an typo. It looks like in line 213 of > util/i386/pc/grub-install.in, `--modules' should be '--modules' (the back > tick should be just a single quotation mark). You are right. I've fixed it right now. Okuji