All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Chainloadig from grub2 to isolinux
Date: Wed, 2 Jul 2014 17:00:18 +0200	[thread overview]
Message-ID: <CAEaD8JN0nK-6RfkcqsgfB=v30cEm6v51TDLA_DBJDUjzyr8srA@mail.gmail.com> (raw)
In-Reply-To: <20140702175254.5bc1b2ab@rsbsd.rsb>

[-- Attachment #1: Type: text/plain, Size: 944 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1386 bytes --]

  reply	other threads:[~2014-07-02 15:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-02  9:46 Chainloadig from grub2 to isolinux Beeblebrox
2014-07-02  9:48 ` Vladimir 'phcoder' Serbinenko
2014-07-02 13:37 ` Beeblebrox
2014-07-02 13:46   ` Vladimir 'phcoder' Serbinenko
2014-07-02 14:52   ` Beeblebrox
2014-07-02 15:00     ` Vladimir 'phcoder' Serbinenko [this message]
2014-07-08 13:39     ` Raif S. Berent
2014-07-08 15:47       ` Andrey Borzenkov
2014-07-08 22:22       ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-07-21 19:18     ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-07-21 21:37       ` Ben Hildred
2014-07-21 21:41         ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-07-21 21:55         ` Raif S. Berent
2014-07-21 22:22           ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-07-22  4:24           ` Ben Hildred
2014-07-22 10:37             ` tuxracer
2014-07-22 11:04               ` Vladimir 'phcoder' Serbinenko
2014-07-22 12:44                 ` tuxracer
2014-08-07 14:52             ` Beeblebrox
2014-08-07 17:59               ` adrian15
2014-09-21 17:05                 ` Vladimir 'φ-coder/phcoder' Serbinenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEaD8JN0nK-6RfkcqsgfB=v30cEm6v51TDLA_DBJDUjzyr8srA@mail.gmail.com' \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.