I'm PXE booting TCL 6.1 (x86) and using NFS (unfs3)
Manually mounting the nfs share works without a hitch (save for adding -o nolock of course) and I have r/w access.
append initrd=files/tc/6/boot/core.gz nfsmount=192.168.11.1:/nfs/_default_ tce=nfs/tce home=nfs/home opt=nfs/opt
The TCE directory is automatically created and populated as expected.
The OPT and HOME directories error out during boot (invalid) and are ignored.
I've tried /mnt/nfs/opt and nfs/opt to no avail. Any ideas (this used to work in TCL4, so I have to assume I'm not remembering something or something has since changed.)
Thanks!
~TJ~