All of lore.kernel.org
 help / color / mirror / Atom feed
* pxe-nfs-loop-iso syntax in grub.cfg
@ 2014-03-05 18:53 rsb
  2014-03-13  5:57 ` Andrey Borzenkov
  0 siblings, 1 reply; 5+ messages in thread
From: rsb @ 2014-03-05 18:53 UTC (permalink / raw)
  To: The development of GNU GRUB

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

How do you pass a pxe-nfs-loop-iso syntax in grub.cfg? I'm trying to boot
iso file (loopback) over pxe. I get far as the grub.cfg menu, but the entry
below aborts with "no loop disk".  "grub-cli> ls" shows nothing (no pxe
listing).

insmod loopback
insmod  gzio
insmod  iso9660
menuentry 'Lubuntu 13.04' {
set root='pxe'
set isofile="path/file"
loopback loop (pxe)$isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile
initrd (loop)/casper/initrd.lz     }

I also think that above entry would be sending the file over tftp and not
nfs. An alternative menu entry for example that I came accross:
* linux  (pxe)/gentoo32/mnt/isolinux/gentoo loop=/image.squashfs
root=/dev/ram0 init=/linuxrc looptype=squashfs
nfsroot=<IP>:/dist/gentoo32/mnt cdroot=1 real_root=/dev/nfs

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

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

end of thread, other threads:[~2014-03-18  8:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 18:53 pxe-nfs-loop-iso syntax in grub.cfg rsb
2014-03-13  5:57 ` Andrey Borzenkov
2014-03-13 12:28   ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-03-13 12:34     ` Andrey Borzenkov
2014-03-18  8:31   ` rsb

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.