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 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel