grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: Beeblebrox <zaphod@berentweb.com>
Cc: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: PXE-Grub has no menu - File not found
Date: Wed, 2 Jul 2014 09:24:15 +0300	[thread overview]
Message-ID: <20140702092415.0887d2ca@rsbsd.rsb> (raw)
In-Reply-To: <20140627200826.6b9ab414@opensuse.site>

I solved the problems and I just wanted to update the thread on how it
was done.

1. With my folder dhcp/tftp structure, the way to issue the mknetdir is
by including the "sub-directory" flag. This works:
cd /jail_or_vm/root/folder && grub-mknetdir --net-directory=./boot
--subdir=grub

2.  For direct-booting FreeBSD from Grub (without BTX chainload), the
FreeBSD kernel must be build with BOOTP options. This is because BTX
apparently natively includes this code while Grub does not. Rebuild
kernel after enabling:

options	BOOTP		# Needed for non-btx PXE
options	BOOTP_NFSROOT	# Needed for non-btx PXE

Regards.


      reply	other threads:[~2014-07-02  6:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-07 18:11 PXE-Grub has no menu - File not found Beeblebrox
2014-06-08  5:22 ` Andrey Borzenkov
2014-06-09  5:20   ` Beeblebrox
2014-06-23 19:39     ` Beeblebrox
2014-06-24 15:19       ` Beeblebrox
2014-06-25 17:36         ` Andrey Borzenkov
2014-06-26 15:58         ` Andrey Borzenkov
2014-06-27  6:26           ` Beeblebrox
2014-06-27 16:08             ` Andrey Borzenkov
2014-07-02  6:24               ` Beeblebrox [this message]

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=20140702092415.0887d2ca@rsbsd.rsb \
    --to=zaphod@berentweb.com \
    --cc=grub-devel@gnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).