All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Borzenkov <arvidjaar@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Cc: rsb@ttmail.com
Subject: Re: pxe-nfs-loop-iso syntax in grub.cfg
Date: Thu, 13 Mar 2014 09:57:06 +0400	[thread overview]
Message-ID: <20140313095706.3ee79700@opensuse.site> (raw)
In-Reply-To: <CAPSTsksOYYX2xZkAL1hV=D60wcyHYbjQxL07oRh6zjoZfEqfGg@mail.gmail.com>

В Wed, 5 Mar 2014 20:53:05 +0200
rsb <rsb@ttmail.com> пишет:

> How do you pass a pxe-nfs-loop-iso syntax in grub.cfg?

For a start, grub does not support NFS.

>                                                         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).
> 

If I'm not mistaken, ls currently supports only disk devices.

> 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     }
> 

How do you boot grub? PXE is active only if you have actually booted
over network; if not, you cannot use network on BIOS systems (there are
simply no drivers).

> I also think that above entry would be sending the file over tftp and not
> nfs.

That's correct.

>     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



  reply	other threads:[~2014-03-13  5:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-05 18:53 pxe-nfs-loop-iso syntax in grub.cfg rsb
2014-03-13  5:57 ` Andrey Borzenkov [this message]
2014-03-13 12:28   ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-03-13 12:34     ` Andrey Borzenkov
2014-03-18  8:31   ` rsb

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=20140313095706.3ee79700@opensuse.site \
    --to=arvidjaar@gmail.com \
    --cc=grub-devel@gnu.org \
    --cc=rsb@ttmail.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.