From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KZRyd-000539-7P for mharc-grub-devel@gnu.org; Sat, 30 Aug 2008 11:02:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZRyb-00051A-DY for grub-devel@gnu.org; Sat, 30 Aug 2008 11:02:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZRya-0004zm-Ff for grub-devel@gnu.org; Sat, 30 Aug 2008 11:02:56 -0400 Received: from [199.232.76.173] (port=37277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZRya-0004zj-AQ for grub-devel@gnu.org; Sat, 30 Aug 2008 11:02:56 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:47788 helo=kirsi2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZRyZ-0005lY-Hx for grub-devel@gnu.org; Sat, 30 Aug 2008 11:02:55 -0400 Received: from [127.0.0.1] (88.193.32.97) by kirsi2.inet.fi (8.5.014) id 488DC54E017C4995 for grub-devel@gnu.org; Sat, 30 Aug 2008 18:02:55 +0300 Message-ID: <48B96129.4060102@nic.fi> Date: Sat, 30 Aug 2008 18:03:05 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: The development of GRUB 2 References: <577426.34688.qm@web31601.mail.mud.yahoo.com> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: Windows,grub and grub2 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: Sat, 30 Aug 2008 15:02:57 -0000 Bean wrote: > I thinks it's caused by partition entry pointer %esi which isn't > correct in grub2, please see if this patch fixes the problem. Shouldn't chainloader be a bit generic and not to expect partition table to be DOS style? At least your patch seems to assume that.