From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E2wxb-0002Gn-U3 for mharc-grub-devel@gnu.org; Wed, 10 Aug 2005 16:14:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E2wxY-0002FB-Ok for grub-devel@gnu.org; Wed, 10 Aug 2005 16:13:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E2wxR-00029v-Tg for grub-devel@gnu.org; Wed, 10 Aug 2005 16:13:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2wxO-000203-Dh for grub-devel@gnu.org; Wed, 10 Aug 2005 16:13:46 -0400 Received: from [64.233.170.200] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E2wxX-0002uw-Im for grub-devel@gnu.org; Wed, 10 Aug 2005 16:13:55 -0400 Received: by rproxy.gmail.com with SMTP id c16so165859rne for ; Wed, 10 Aug 2005 12:59:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=nsblY70KfwseUS8qZbT4j7c5v96n35pXMpvM3FadlLpv23Flk8hntUb1QSpmQ8lJg7kPMzzPKWca+zuzUQalL37J8CVb5arlXrE+gjn7ouJUi+4J2zVrJcM0yZ2FXVQvqp274mVP3xMbFolH0CuDJGUKlMyNIl7hhAawedjTJ9c= Received: by 10.38.10.35 with SMTP id 35mr357314rnj; Wed, 10 Aug 2005 12:59:11 -0700 (PDT) Received: from ?192.168.1.100? ([83.77.235.220]) by mx.gmail.com with ESMTP id 75sm7585574rnb.2005.08.10.12.59.10; Wed, 10 Aug 2005 12:59:11 -0700 (PDT) Message-ID: <42FA5C8D.9090609@gmail.com> Date: Wed, 10 Aug 2005 21:59:09 +0200 From: Vladimir Serbinenko User-Agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <200508071939.45278.okuji@enbug.org> <42FA2608.80600@mauery.com> <42FA377E.5040701@yahoo.fr> <42FA3BFD.1000208@mauery.com> In-Reply-To: <42FA3BFD.1000208@mauery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 20:13:58 -0000 Vernon Mauery wrote: >Vincent Pelletier wrote: > > >>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'. >>>> >>>> >>Sounds like a file system handling bug. >>What FS are you using on (hd0,2) ? >> >> >ext3 > > > Try to make an fsck on this partition and repair the errors if any. If it doesn't work could you send the characteristics of your ext3 FS? (like size) Vladimir