From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1H4Fb1-000069-IX for mharc-grub-devel@gnu.org; Tue, 09 Jan 2007 06:56:51 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H4Faz-0008WP-1L for grub-devel@gnu.org; Tue, 09 Jan 2007 06:56:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H4Fav-0008Sl-2a for grub-devel@gnu.org; Tue, 09 Jan 2007 06:56:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4Fau-0008SZ-FC for grub-devel@gnu.org; Tue, 09 Jan 2007 06:56:44 -0500 Received: from [199.203.54.245] (helo=vl654.host245.netvision.net.il) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H4Fat-0005XK-99 for grub-devel@gnu.org; Tue, 09 Jan 2007 06:56:43 -0500 Received: from [192.168.210.243] (89-138-55-219.bb.netvision.net.il [89.138.55.219]) (authenticated bits=0) by mail1.mirimar.net (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l09Bub14003622 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 9 Jan 2007 13:56:39 +0200 Message-ID: <45A382F6.2010201@beamartyr.net> Date: Tue, 09 Jan 2007 13:56:38 +0200 From: Issac Goldstand Organization: Mirimar Networks User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: grub-devel@gnu.org X-Enigmail-Version: 0.93.0.0 OpenPGP: url=http://www.beamartyr.net/pubkey.asc Content-Type: text/plain; charset=ISO-8859-8-I Content-Transfer-Encoding: 7bit Subject: [grub2 newbie] Chainload grub-legacy from grub2 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: Tue, 09 Jan 2007 11:56:49 -0000 Hi all, I am trying to use grub2 to boot from an iso image. The iso is for a live cd which in turn runs grub-legacy. I've gotten the loopback figured out (awesome feature!!!) but can't get the old grub-legacy to boot. Currently, I do: loopback cd (hd0,1)/path/to/image.iso root=(cd) chainloader +1 But I get error: invalid signuature. Am I missing something? Issac (PS - I saw that initial gfxterm support is forthcoming. Vesa++)