This is an old revision of the document!
Assuming your kernel source tree has been decompressed properly, and you created the correct symbolic link. Change to the new source directory.\\ cd /usr/src/linux\\ Clean the source tree. ( make clean )\\ Dig into the menuconfig for the kernel. ( make menuconfig ) The following kernel options must be set in order to boot your kernel over etherboot Under "Networking --> Networking options" : [*] TCP/IP networking [*] IP: kernel level autoconfiguration [*] IP: DHCP support [*] IP: BOOTP support Under "File systems --> Network File Systems" : [*] NFS file system support [*] Provide NFSv3 client support [*] Root file system on NFS make make modules_install