On 08/26/2013 06:05 AM, Steffen Eichler wrote:
Hi,
I've installed a fai server with version 4.0.7.
If I start a installation on a server with more than one network interface the
following options in pxelinux.cfg
APPEND initrd=initrd.img-3.2.0-4-amd64 ip=dhcp root=/dev/nfs
nfsroot=XXX.XXX.XXX.XXX:/srv/fai/wheezy/nfsroot aufs rd_NO_LVM
FAI_CONFIG_SRC=nfs://XXX.XXX.XXX.XXX/srv/fai/wheezy/config/
FAI_FLAGS="verbose,sshd,createvt" root=/dev/nfs boot=live FAI_ACTION=install
vga=785
DHCP configuration of interfaces fails and fai-client is not able to mount nfs.
After that installation runs in kernel panic.
I have tried this from grub, not pxelinux.cfg, but I suspect it will work:
ip=eth0:dhcp
Or whatever ethernet device you want it to use. Try that, see if it helps.
Bob