From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JLijy-0006pV-SD for mharc-grub-devel@gnu.org; Sun, 03 Feb 2008 12:34:50 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLijw-0006nK-VU for grub-devel@gnu.org; Sun, 03 Feb 2008 12:34:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLijw-0006mR-9L for grub-devel@gnu.org; Sun, 03 Feb 2008 12:34:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLijw-0006mG-5o for grub-devel@gnu.org; Sun, 03 Feb 2008 12:34:48 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLijv-00067U-Pp for grub-devel@gnu.org; Sun, 03 Feb 2008 12:34:47 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 87E173EB23 for ; Sun, 3 Feb 2008 18:41:35 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 3 Feb 2008 18:34:45 +0100 User-Agent: KMail/1.9.4 References: <1202058946.12671.7.camel@rd> In-Reply-To: <1202058946.12671.7.camel@rd> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802031834.45898.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] Fix boot device in chainloader 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: Sun, 03 Feb 2008 17:34:49 -0000 On Sunday 03 February 2008 18:15, Pavel Roskin wrote: > That's a very serious bug, which prevents Windows Vista from loading > (and perhaps many other OSes depend on it too). Applying the patch > fixes it. The patch needs to be applied before 1.96 is released, if > possible. Sorry that it's a bit too late. But thank you for finding this bug. Please go ahead. Okuji