[syslinux] Root-NFS not mounting using PXELinux - error 101

H. Peter Anvin hpa at zytor.com
Thu Dec 19 14:58:25 PST 2002


Timm Gleason wrote:
> 
> Here is the pxelinux.cfg/default file.
> 
> default linux
> append root=/nfsroot nfsroot=192.168.102.150:/nfsroot console=ttyS1,9600n8
> prompt 1
> timeout 100
> 

You need to give the kernel some way to know what it's IP address is.
You need either ip=dhcp on the append line or the "ipappend 1" option.

	-=hpa





More information about the Syslinux mailing list