NFS kernel options
This line
root=/dev/nfs - specify location of root filesystem. For local systems it usually looks like root=/dev/sda1 or root=UUID=80efa619-1b3a-4a17-92a3-e60334584d9f
rw - root filesystem will mounted in read-write mode
nfsroot=192.168.0.11:/srv/tftpboot/buildroot,tcp,vers=4 - using NFS client it will access remote location and specify /dev/nfs
ip=dhcp - this will configure network interface and 192.168.0.11will become reachable
rootfstype=ext4 - remote NFS filesystem mounted on local machine as ext4
Still a question
or
PXELINUX syntax
GRUB syntax
Last updated