Hi @all, hope as FAI Rookie for help.
Have an FAI Server under Debian Lenny in company environment wich is working fine so far. Tried to add Debian Wheezy to the Lenny FAI Server for PXE Boot. Now I´ve got the problem that PXE and menu.c32 is running without errors. Try starting Debian Wheezy over PXE Boot, 3.2 Kernel and initrd is running well. But after client mounted to nfsroot I got the following errors: aufs: module is from the staging directory, the quality is unknown, you have been warned. aufs 3.2-20130204 warning: can´t open /etc/fstab: No such file or directory aufs test_add:264:mount[302]: uid/gid/perm /live/image 0/0/0755,0/0/01777 rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" rpcbind: cannot open file = /run/rpcbind/rpcbind.xdr for writing rpcbind: cannot save any registration dracut: Switching root INIT: version 2.88 booting Please give more parameters if not run from the nfsroot. INIT: Entering runlevel: 2 [info] Using makefile-style concurrent boot in runlevel 2. [....] Starting NFS common utilities: statd [warn] Not starting: portmapper is not running ... (warning). [....] Starting rpcbind deamon...ln: failed to create symbolic link '/run/sendsigs.omit.d/rpcbind': No such file or directory failed ! [ok] Starting enhanced syslogd: rsyslogd. [ok] Starting periodic command scheduler: cron FAI: installation aborted. reboot with: faireboot or after a logout bash: no job control in this shell [ok] Starting OpenBSD Secure Shell server: sshd. root@(none):/# ~ My default file for PXE boot (setted NFS to vers=3): default menu.c32 label DEBIAN 7.0 kernel vmlinuz-3.2.0-4-amd64 append initrd=initrd.img-3.2.0-4-amd64 ip=dhcp root=/dev/nfs nfsroot=192.168.1.1:/srv/fai/nfsroot:vers=3 aufs FAI_FLAGS=createvt FAI_CONFIG_SRC=nfs://192.168.1.1/srv/fai/config FAI_ACTION=install My exports: /srv/nfs4 192.168.1.1/255.255.255.0(fsid=0,ro,no_subtree_check) /srv/fai/config 192.168.1.1/255.255.255.0(async,ro,no_subtree_check) /srv/fai/nfsroot 192.168.1.1/255.255.255.0(async,ro,no_subtree_check,no_root_squash) Other Distributions are working glad with PXE Boot. Regards oryeth
