From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Re1Oq-0001LU-6H for mharc-grub-devel@gnu.org; Fri, 23 Dec 2011 04:26:48 -0500 Received: from eggs.gnu.org ([140.186.70.92]:60839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re1Oh-0001LJ-VH for grub-devel@gnu.org; Fri, 23 Dec 2011 04:26:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Re1Og-00075d-Je for grub-devel@gnu.org; Fri, 23 Dec 2011 04:26:39 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:62825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re1Og-00075U-7S for grub-devel@gnu.org; Fri, 23 Dec 2011 04:26:38 -0500 Received: by wgbdt11 with SMTP id dt11so13708809wgb.30 for ; Fri, 23 Dec 2011 01:26:37 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=FlzH30lykO2XX/Rcz9/LI7lyh3a3Urg7jR6mHwrsS0A=; b=IN920Vns5rux1E1ZGRwXe/iBrc32lJGqM4hvzMXdtON6iDnyQoGhvfM1GSxBRXtO5m NfFoVUKFmmftrc+dsgseflLbP0gyUfXRgIGgLhakDeE14V/1jvgur8LEnACYX8GMS25a 6xgnC/h90hNUHoQP6z28uoTW9VPPbvKt/ywhs= Received: by 10.227.60.135 with SMTP id p7mr13733232wbh.16.1324632397235; Fri, 23 Dec 2011 01:26:37 -0800 (PST) Received: from debian.x201.phnet (public-docking-hg-4-228.ethz.ch. [129.132.244.228]) by mx.google.com with ESMTPS id p2sm12839048wbh.22.2011.12.23.01.26.34 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Dec 2011 01:26:34 -0800 (PST) Message-ID: <4EF44948.9010309@gmail.com> Date: Fri, 23 Dec 2011 10:26:32 +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: The development of GNU GRUB 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: 74.125.82.49 Cc: Jeff Chua 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, 23 Dec 2011 09:26:46 -0000 > 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. > Hello. I've discovered and fixed a floating bug with symptoms matching yours. Can you retest? > 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 > > > 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