grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* Grub kfreebsd with pxe & nfs
@ 2014-10-26 18:03 Beeblebrox
  2014-10-26 18:24 ` Andrei Borzenkov
  0 siblings, 1 reply; 4+ messages in thread
From: Beeblebrox @ 2014-10-26 18:03 UTC (permalink / raw)
  To: grub-devel

I have two separate issues involving the {kfreebsd} code in grub.cfg:

* First is, code snippet to get mount_root to use NFS V3 instead of V2. The code for this in FreeBSD's /boot/loader.conf is: {boot-nfsroot-options=“nfsv3”}

The comparable grub.cfg code should be as below, but does not work (mount_root hangs for some time, then falls back to V2)
{set kfreebsd.boot.nfsroot.options="nfsv3"}

* Second issue is, how to over-ride the {option root-path "192.168.2.1:/data/amd64"} code defined by dhcp? This is needed for example when I want to boot a i386 version of FreeBSD rather than amd64. As above, this does not work correctly:
{set kfreebsd.vfs.root.mountfrom="nfs:192.168.2.1:/data/amd64/alt_root/path"}

Also, which file in the grub code can I look through to get a list of options supported by the kfreebsd operator?

-- 
FreeBSD_amd64_11-Current_RadeonKMS


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

end of thread, other threads:[~2014-11-01 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-26 18:03 Grub kfreebsd with pxe & nfs Beeblebrox
2014-10-26 18:24 ` Andrei Borzenkov
2014-10-26 19:19   ` Beeblebrox
2014-11-01 14:30     ` Andrei Borzenkov

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