On 2 Jul 2014 16:53, "Beeblebrox" <zaphod@berentweb.com> 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)

This is not going to work because debian doesn't support netloopback boot AFAIK.
>   #linux (loop)/install.386/vmlinuz
>   #initrd (loop)/install.386/initrd.gz  }
>
> Thanks a lot & Regards.
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel