[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Chainloadig from grub2 to isolinux
From: |
Vladimir 'φ-coder/phcoder' Serbinenko |
Subject: |
Re: Chainloadig from grub2 to isolinux |
Date: |
Mon, 21 Jul 2014 21:18:37 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 |
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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
- Chainloadig from grub2 to isolinux, Beeblebrox, 2014/07/02
- Re: Chainloadig from grub2 to isolinux, Vladimir 'phcoder' Serbinenko, 2014/07/02
- Re: Chainloadig from grub2 to isolinux, Beeblebrox, 2014/07/02
- Re: Chainloadig from grub2 to isolinux, Vladimir 'phcoder' Serbinenko, 2014/07/02
- Re: Chainloadig from grub2 to isolinux, Beeblebrox, 2014/07/02
- Re: Chainloadig from grub2 to isolinux,
Vladimir 'φ-coder/phcoder' Serbinenko <=
- Re: Chainloadig from grub2 to isolinux, Ben Hildred, 2014/07/21
- Re: Chainloadig from grub2 to isolinux, Vladimir 'φ-coder/phcoder' Serbinenko, 2014/07/21
- Re: Chainloadig from grub2 to isolinux, Raif S. Berent, 2014/07/21
- Re: Chainloadig from grub2 to isolinux, Vladimir 'φ-coder/phcoder' Serbinenko, 2014/07/21
- Re: Chainloadig from grub2 to isolinux, Ben Hildred, 2014/07/22
- Re: Chainloadig from grub2 to isolinux, tuxracer, 2014/07/22
- Re: Chainloadig from grub2 to isolinux, Vladimir 'phcoder' Serbinenko, 2014/07/22
- Re: Chainloadig from grub2 to isolinux, tuxracer, 2014/07/22