From: Andrey Borzenkov <arvidjaar@gmail.com>
To: zaphod@berentweb.com
Cc: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: PXE boot over NFS please
Date: Mon, 2 Jun 2014 19:50:31 +0400 [thread overview]
Message-ID: <20140602195031.5cdd6497@opensuse.site> (raw)
In-Reply-To: <CAPSTskukWX7kYMMXj+fdb5xKHbN3ZC+jXvJE4QqHNF==HjU6ug@mail.gmail.com>
В Mon, 2 Jun 2014 18:14:31 +0300
Beeblebrox <zaphod@berentweb.com> пишет:
>
> Grub already supports HTTP. Did you try it?
> >
>
> Not yet. I was planning on getting around to that, but I had wanted to
> clarify the "NFS option" first. Can you advise what the syntax is for HTTP
> booting the kernel with loopback? Like this for example?
>
> menuentry 'Ubuntu 13.04.iso' {
> set root='http://192.168.2.1/tftp'
set root=http,192.168.2.1
> set isofile="ubuntu-13.04.iso"
> loopback loop http://192.168.2.1/tftp/$isofile
loopback loop0 ($root)/tftp/$isofile
> linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile
> noprompt noeject
> initrd (loop)/casper/initrd.lz }
>
> Regards.
next prev parent reply other threads:[~2014-06-02 15:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-01 17:53 PXE boot over NFS please Beeblebrox
2014-06-02 5:15 ` Andrey Borzenkov
2014-06-02 5:35 ` Beeblebrox
2014-06-02 6:12 ` arvidjaar
2014-06-02 15:14 ` Beeblebrox
2014-06-02 15:50 ` Andrey Borzenkov [this message]
2014-06-02 17:36 ` Beeblebrox
2014-06-06 12:11 ` Beeblebrox
2014-06-07 4:59 ` Andrey Borzenkov
2014-06-07 6:15 ` Beeblebrox
2014-06-07 7:24 ` Andrey Borzenkov
2014-06-07 7:33 ` Beeblebrox
2014-06-08 5:23 ` Andrey Borzenkov
2014-06-09 4:55 ` Beeblebrox
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=20140602195031.5cdd6497@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.