Some possible leads to try out... > make-fai-bootfloppy -d f -v -l -s test2.mfcf \ > "nfsroot=129.97.216.178:/usr/lib/fai/nfsroot" \ > "ip=129.97.216.52:129.97.216.178:129.97.216.1:255.255.255.0:test2.mfcf::off" > > Defining variable: ip=address:129.97.216.178:129.97.216.1:
I had this problem with static/fixed IPs due to the /proc/cmdline bug in kernel 2.4.18 and later. The huge kernel command line gets truncated - this seems to happen in your case as well, if you compare the two ip= lines above. I posted a fix in a recent post. > Reading /tmp/fai/boot.log > mount: RPC: Port mapper failure - RPC: Timed out Make sure that the loopback device (lo) is enabled on 127.0.0.1 for portmap -> check that ifconfig lists both 'eth0' and 'lo'. Hope it helps, Ludwig
