All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Borzenkov <arvidjaar@gmail.com>
To: Beeblebrox <zaphod@berentweb.com>
Cc: grub-devel <grub-devel@gnu.org>
Subject: Re: Live-ISO's over PXE+HTTP using loopback
Date: Mon, 16 Feb 2015 06:29:33 +0300	[thread overview]
Message-ID: <20150216062933.2e36fe63@opensuse.site> (raw)
In-Reply-To: <20150215213713.5123e30a@rsbsd.rsb>

В Sun, 15 Feb 2015 21:37:13 +0200
Beeblebrox <zaphod@berentweb.com> пишет:

> Hi.
> I'm trying to boot several live ISO's using my PXE-boot server and Grub loopback. ISO's are fetched by Grub from an HTTP server on the same host.
> * I can boot the kernels of all live ISO's through PXE+HTTP transfer.
> * Boot process fails at mount-root stage, where rootfs will obviously be mounted from the ISO.  Error message is usually similar "could not find the ISO" or "unable to find medium containing a live file system".
> * A sample menu entry I'm using (thanks to previous answers from this list):
>   menuentry "Debian-testing-i386-lxde.iso"" --class gnu-linux --class gnu --class os {
>   set root="http,192.168.2.100"
>   set isofile="debian-testing-i386-lxde.iso"
>   loopback loop0 ($root)/iso/$isofile
>   linux (loop0)/install.386/vmlinuz
>   initrd (loop0)/install.386/initrd.gz
> 
> As the first step of solving this problem: Is ISO modification the only choice, or is it possible to boot a normal ISO by passing the correct parameters to grub.cfg? I think the problem could be that ramdisk fails to be created when PXE is involved.
> 

You need to tell your kernel/initrd where to find ISO and it should be
able to fetch data from it via HTTP.


  reply	other threads:[~2015-02-16  3:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-15 19:37 Live-ISO's over PXE+HTTP using loopback Beeblebrox
2015-02-16  3:29 ` Andrei Borzenkov [this message]
2015-02-16  7:25   ` Beeblebrox
2015-02-16  7:54     ` Andrei Borzenkov
2015-02-16 13:15       ` Beeblebrox
2015-02-16 15:02         ` 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=20150216062933.2e36fe63@opensuse.site \
    --to=arvidjaar@gmail.com \
    --cc=grub-devel@gnu.org \
    --cc=zaphod@berentweb.com \
    /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.