From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E2xqX-0008Hd-Rp for mharc-grub-devel@gnu.org; Wed, 10 Aug 2005 17:10:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E2xm8-0006pM-EG for grub-devel@gnu.org; Wed, 10 Aug 2005 17:06:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E2xlt-0006gF-Hu for grub-devel@gnu.org; Wed, 10 Aug 2005 17:05:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2xls-0006cy-Un for grub-devel@gnu.org; Wed, 10 Aug 2005 17:05:57 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E2xrz-0006qV-CP for grub-devel@gnu.org; Wed, 10 Aug 2005 17:12:15 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id CA129FF78295 for ; Wed, 10 Aug 2005 22:57:32 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 10 Aug 05 20:57:29 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 10 Aug 2005 22:56:33 +0200 User-Agent: KMail/1.7.2 References: <200508071939.45278.okuji@enbug.org> <42FA2608.80600@mauery.com> In-Reply-To: <42FA2608.80600@mauery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508102256.34012.okuji@enbug.org> Subject: Re: GRUB 1.90 is released 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, 10 Aug 2005 21:10:43 -0000 On Wednesday 10 August 2005 18:06, Vernon Mauery wrote: > I am seeing unaligned pointer messages when I use grub2 on /dev/hda2. If I > type 'root (hd0,2)', I get 'unaligned pointer 0x7ff94' and if I type > 'insmod (hd0,2)/boot/grub/mulitboot.mod', I get 'unaligned pointer > 0x7ff64'. Thank you for your report. I think this is related to the bug which was fixed 2 days ago. Could you try the CVS version and see if the same bug happens? Okuji