next up previous contents
Next: Booting diskless/diskful/mixed systems with Up: Booting nodes Previous: Booting nodes   Contents


Traditional diskless NFSroot

To boot using the traditional in-kernel NFSroot mechanism, the network interface must be compiled directly into the kernel rather than as a module. The same is also true for NFS client capabilities. Kernel-level autoconfiguration via DHCP is needed, and the ability to have the root file system on NFS (CONFIG_ROOT_NFS) must be enabled. Once DHCP is configured, nodes can boot diskless by specifying the following on the kernel command line: Booting in this way has the benefit that an initramfs doesn't need to be sent across the network at boot time, and the boot is a little faster.

root 2017-02-23