From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JR6fe-0002TK-Az for mharc-grub-devel@gnu.org; Mon, 18 Feb 2008 09:08:38 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR6fc-0002Sh-Ci for grub-devel@gnu.org; Mon, 18 Feb 2008 09:08:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR6fb-0002ST-Hx for grub-devel@gnu.org; Mon, 18 Feb 2008 09:08:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR6fb-0002SQ-DO for grub-devel@gnu.org; Mon, 18 Feb 2008 09:08:35 -0500 Received: from c60.cesmail.net ([216.154.195.49]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1JR6fa-0003od-Sc for grub-devel@gnu.org; Mon, 18 Feb 2008 09:08:35 -0500 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 18 Feb 2008 09:08:34 -0500 Received: from [192.168.1.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id ABBD9619058 for ; Mon, 18 Feb 2008 09:08:33 -0500 (EST) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: Content-Type: text/plain Date: Mon, 18 Feb 2008 09:08:32 -0500 Message-Id: <1203343712.13621.6.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: Starting grub 2 from grub legacy? 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: Mon, 18 Feb 2008 14:08:36 -0000 On Tue, 2008-02-19 at 00:12 +1030, Arthur Marsh wrote: > ardoRic wrote, on 14/02/08 05:20: > > Hi. > > > > I tried it and didn't exactly work. > > > > the grub entry you are looking for is: > > > > title Chainload Grub2 > > root (hd0,0) # or whatever your root is > > kernel /boot/grub/core.img > > savedefault > > > > This is what i had before commenting it out, and i tried it out and works. > > > > This doesn't work for me )-: For what it's worth, I cannot load core.img even from the current GRUB2: grub> kernel /boot/grub/core.img error: unknown ELF class Yet core.img appears to have a valid multiboot header: # mbchk /boot/grub/core.img /boot/grub/core.img: The Multiboot header is found at the offset 592. /boot/grub/core.img: Page alignment is turned off. /boot/grub/core.img: Memory information is turned off. /boot/grub/core.img: Address fields is turned on. /boot/grub/core.img: All checks passed. -- Regards, Pavel Roskin