Is it possible to load FreeBSD over NFS but without using pxe, bootp?
I know, in Linux you can create initramfs with some options, and then you can boot kernel with nfsroot option and this initramfs and you can work. Is there similiar thing in FreeBSD?
For my work. I work on five different systems from day to day. They are connected to the Internet.
My plan is simple: I'm making bootable usb-stick with kernel, setting up nfs-server at home and, at my office, I'm booting to my own OS using USB stick and NFS-share, without modifying anything on PC.
Off the top of my head, create a FreeBSD bootable memory stick and set vfs.root.mountfrom= to the NFS filesystem. But NFS is not something that should be exposed to the net at large.
Another way would be to boot a full FreeBSD system locally and then use security/openvpn to connect to the remote system, then NFS-mount the user's home directory.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.