From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1X9J6k-0001bb-6N for mharc-grub-devel@gnu.org; Mon, 21 Jul 2014 15:18:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9J6i-0001bI-2P for grub-devel@gnu.org; Mon, 21 Jul 2014 15:18:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9J6f-0002iq-4E for grub-devel@gnu.org; Mon, 21 Jul 2014 15:18:43 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:35812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9J6e-0002iS-Tc for grub-devel@gnu.org; Mon, 21 Jul 2014 15:18:41 -0400 Received: by mail-wi0-f170.google.com with SMTP id f8so4775688wiw.5 for ; Mon, 21 Jul 2014 12:18:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=y9FeBQGuEGJTeYYDov5TTeHICl4qkz5vKkOPKpmZyN4=; b=JoIG2pHSa5S3ise0S8z56wzWUV9cMX0aNljqKRdcqGGpEiVuDP6npQaTbX5PJqmiJe 223VTdHAJnJuUj9YBwdDEko1PSqNgbESedxpG2rgyWJJvyXs2hplpGcZVCj1mquZ+QJ/ Cz2495d8xV+Fhtxqi6ZQbhqdpg1MfIV3vS9o81pJGYXwVRjfpYTTsQ+XHfum8fX89IGw gTE6Svw1MItpdtX09yvX7mvJ6BMLBLdNhnNrERP95fgiFhzQ3RJS2CfqKb6BqEHgU748 ls06Hj+nbg3IBUK/YmN0P4GW/z05C4CkRt3NwVecBtbd3WwCo8oEcXXAHfSuyFw/9IiK eZww== X-Received: by 10.194.143.49 with SMTP id sb17mr25688773wjb.25.1405970319674; Mon, 21 Jul 2014 12:18:39 -0700 (PDT) Received: from ?IPv6:2a02:1205:34e1:3c90:21d:9fff:fe65:281c? ([2a02:1205:34e1:3c90:21d:9fff:fe65:281c]) by mx.google.com with ESMTPSA id gq4sm45065896wib.8.2014.07.21.12.18.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Jul 2014 12:18:38 -0700 (PDT) Message-ID: <53CD678D.6090704@gmail.com> Date: Mon, 21 Jul 2014 21:18:37 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: Chainloadig from grub2 to isolinux References: <20140702124650.683dd1a1@rsbsd.rsb> <20140702163755.50be186b@rsbsd.rsb> <20140702175254.5bc1b2ab@rsbsd.rsb> In-Reply-To: <20140702175254.5bc1b2ab@rsbsd.rsb> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22a 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: Mon, 21 Jul 2014 19:18:45 -0000 On 02.07.2014 16:52, Beeblebrox wrote: > I got it partially working. The background image changes to Debian, but > it displays "press any key to continue.." then drops back to the main > Grub menu. So what am I doing wrong here? > > menuentry "Debian-Jesse-i386-lxde" --class gnu-linux --class gnu > --class os { > set thtp="http,192.168.2.100" > set isofile=($thtp)"/pub/tftp/debian/debian-testing-i386-lxde-CD-1.iso" > search --set=root --file $isofile > loopback loop $isofile > set root=(loop) > syslinux_configfile -i (loop)/isolinux/isolinux.cfg -r (loop) > #linux (loop)/install.386/vmlinuz > #initrd (loop)/install.386/initrd.gz } > Debian has no support of booting over image on a network server. It's a problem with initrd scripts, not GRUB > Thanks a lot & Regards. > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >