Hi, Amd64 and i386 diskless(8) setups need rpc.bootparamd(8) to be enabled to read /etc/bootparams. The patch below adds both archs to the list of the ones that needs rpc.bootparamd(8).
Index: diskless.8 =================================================================== RCS file: /cvs/src/share/man/man8/diskless.8,v retrieving revision 1.61 diff -u -p -r1.61 diskless.8 --- diskless.8 15 Apr 2013 06:29:57 -0000 1.61 +++ diskless.8 14 Jul 2013 08:23:35 -0000 @@ -377,7 +377,7 @@ For HP 300 and older HPPA clients: For newer alpha, amd64, hppa, hppa64, i386, and sgi clients: .Xr dhcpd 8 .Pp -For hp300, older hppa, mvme68k, mvme88k, sparc, sparc64, and vax clients: +For amd64, hp300, older hppa, i386, mvme68k, mvme88k, sparc, sparc64, and vax clients: .Xr rpc.bootparamd 8 .Pp For older alpha and vax clients:
