All of lore.kernel.org
 help / color / mirror / Atom feed
* Live-ISO's over PXE+HTTP using loopback
@ 2015-02-15 19:37 Beeblebrox
  2015-02-16  3:29 ` Andrei Borzenkov
  0 siblings, 1 reply; 6+ messages in thread
From: Beeblebrox @ 2015-02-15 19:37 UTC (permalink / raw)
  To: grub-devel

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.

Regards
-- 
FreeBSD_amd64_11-Current_RadeonKMS


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-02-16 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-15 19:37 Live-ISO's over PXE+HTTP using loopback Beeblebrox
2015-02-16  3:29 ` Andrei Borzenkov
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

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.