From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RR6N3-0002mv-2I for mharc-grub-devel@gnu.org; Thu, 17 Nov 2011 13:07:33 -0500 Received: from eggs.gnu.org ([140.186.70.92]:51049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR6Mx-0002iZ-90 for grub-devel@gnu.org; Thu, 17 Nov 2011 13:07:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR6Mr-00050o-0w for grub-devel@gnu.org; Thu, 17 Nov 2011 13:07:27 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:34437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR6Mq-00050k-RT for grub-devel@gnu.org; Thu, 17 Nov 2011 13:07:20 -0500 Received: by faas10 with SMTP id s10so4052384faa.0 for ; Thu, 17 Nov 2011 10:07:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=kgyiUJ9+fTxGWbUNowZt8elvR68FdfcBRIMkxSr37mU=; b=YC33iKC8L19s59Dz4rB0O33USk3VuFhXEISoq+S7T05QQWO32cYXuQHighc3NFT9g/ KUtcbMcGTguO4psQb2+AEfEGab277feuPvuVzyReXuEZGj7a3TXoRXevnJwjrqeABLJK c9EGqBEx/JC32vh6Xj0eXuSb63GszQXMUQZX4= MIME-Version: 1.0 Received: by 10.182.17.103 with SMTP id n7mr11899946obd.68.1321553239550; Thu, 17 Nov 2011 10:07:19 -0800 (PST) Received: by 10.182.187.66 with HTTP; Thu, 17 Nov 2011 10:07:19 -0800 (PST) In-Reply-To: <4EC549C2.7090701@gmail.com> References: <4EC14160.5020404@gmail.com> <4EC458D4.2090602@gmail.com> <4EC4DE5B.4000405@gmail.com> <4EC53322.2070805@gmail.com> <4EC5376B.2000908@gmail.com> <4EC549C2.7090701@gmail.com> Date: Fri, 18 Nov 2011 02:07:19 +0800 Message-ID: Subject: Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards From: Jeff Chua To: The development of GNU GRUB Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 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: Thu, 17 Nov 2011 18:07:31 -0000 2011/11/18 Vladimir '=F6-coder/phcoder' Serbinenko : > I suppose make, sudo make install and sudo grub-install /dev/sdX as well. >> Tried "grub-emu" and it runs fine, but on "real" pc, it doesn't run. Done all that, in fact, using "root" and not sudo. > Does it work in qemu? (sudo qemu /dev/sda, be sure not to launch the OS > though) "qemu /dev/sda" ... same issue, stuck in ... (at least this is better than reboot the real PC). Booting from Hard Disk... GRUB loading. _ Again, installing from Nov 14 src and "qemu /dev/sda" works. Jeff.