From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RTvqX-0005eB-6V for mharc-grub-devel@gnu.org; Fri, 25 Nov 2011 08:29:41 -0500 Received: from eggs.gnu.org ([140.186.70.92]:55969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTvqR-0005e4-NN for grub-devel@gnu.org; Fri, 25 Nov 2011 08:29:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTvqQ-0006U1-Ge for grub-devel@gnu.org; Fri, 25 Nov 2011 08:29:35 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:48237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTvqQ-0006Tq-CG for grub-devel@gnu.org; Fri, 25 Nov 2011 08:29:34 -0500 Received: by eaah1 with SMTP id h1so928305eaa.0 for ; Fri, 25 Nov 2011 05:29:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ukLn8Lswb74mbQ+slPj2fdj2fyxVTS5/rRu7isRHDM8=; b=XmyNSawOz9EdBEoxHi5oVy5h664dJWvpUTzjLt/w7LSUlQ4ZX9GdlCxt9ZyPp5+1VH wU+HaS2gY8VKPqlCWU46FwuJ98bHHi5liquKzR8vAa0EHlHD3JnV/IoAQPu3YVLhE1pn FBzeSCPHVOqA3HlB++Neg7b5SHqcw3oWkmUN8= Received: by 10.180.90.195 with SMTP id by3mr25372930wib.30.1322227773444; Fri, 25 Nov 2011 05:29:33 -0800 (PST) Received: from debian.bg45.phcoder (public-docking-hg-2-022.ethz.ch. [129.132.247.22]) by mx.google.com with ESMTPS id fi11sm27800971wbb.9.2011.11.25.05.29.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Nov 2011 05:29:31 -0800 (PST) Message-ID: <4ECF9837.9030705@gmail.com> Date: Fri, 25 Nov 2011 14:29:27 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: Fwd: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards References: <4EC458D4.2090602@gmail.com> <4EC4DE5B.4000405@gmail.com> <4EC53322.2070805@gmail.com> <4EC5376B.2000908@gmail.com> <4EC549C2.7090701@gmail.com> <4EC54FA4.4070303@gmail.com> <4EC55D48.5090108@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2011 13:29:39 -0000 On 21.11.2011 23:42, Jeff Chua wrote: > On Mon, Nov 21, 2011 at 3:32 PM, Jeff Chua wrote: >> 2011/11/18 Vladimir 'φ-coder/phcoder' Serbinenko: >> >>> Couly you try to find out the exact revision? >> Vladimir, the source that works for is at rev 3586. >> >>> It doesn't make any sense since there files modified since Nov 14 are >>> always compiled as 32-bit >> I checked further. When I ran the compiled 64-bit grub-install on an >> SD card, the SD booted fine. The same grub-install doesn't work my >> /dev/sda. > I zeroed into this problem and it's repeatable. It's the partition > table + reiserfs. Works fine except when the disk partition contains 2 or more > physical partitions and an extended partitions. > > Use fdisk to create the following partitions: > > 1) create physical partition 1. 10MB > 2) create physical partition 2. 10MB > 3) create extended partition using the remaining space > 4) create logical partition 5 using the remaining space > 5) mkreiserfs on partition 5, mount and grub2 on it > 6) reboot and it hangs > That's pretty weird since no recent changes to reiserfs or msdos part but I can attempt to recreate. Could you perhaps try to bisect to get exact faulting revision? Your range spans 20 intensive commits. Bisecting it is at most 5 attempts but will simplify the debugging greately. > Works if: > 1) Partition 1 removed or > 2) use non-reiserfs for partition 5 > > Here's my partitions ... > > Disk /dev/sda: 274.9 GB, 274877906944 bytes > Device Boot Start End Blocks Id System > /dev/sda1 2048 22527 10240 83 Linux > /dev/sda2 22528 43007 10240 83 Linux > /dev/sda3 43008 536870911 268413952 5 Extended > /dev/sda5 45056 536870911 268412928 83 Linux > > > Thanks, > Jeff > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko