I deleted following devices from Device Tree as recommended:
and tried to update the packages.
Generated config file in /tftpboot/pxelinux.cfg is wrong.
Generated config file
DEFAULT LinuxMCE LABEL LinuxMCE LOCALBOOT 0 #ERNEL 44/vmlinuz APPEND root=/dev/nfs boot=nfs nfsroot=192.168.80.1:/usr/pluto/diskless/44 splash
Working config file
DEFAULT LinuxMCE LABEL LinuxMCE LOCALBOOT 0 KERNEL 44/vmlinuz APPEND root=/dev/nfs boot=nfs nfsroot=192.168.80.1:/usr/pluto/diskless/44 splash
root@moon44:~# sudo apt-get update -bash: sudo: command not found root@moon44:~# apt-get update Err http://archive.raspberrypi.org wheezy Release.gpg Could not connect to 10.10.42.99:3142 (10.10.42.99), connection timed out Err http://archive.raspbian.org wheezy Release.gpg Could not connect to 10.10.42.99:3142 (10.10.42.99), connection timed out Err http://deb.linuxmce.org precise Release.gpg Could not connect to 10.10.42.99:3142 (10.10.42.99), connection timed out Err http://deb.linuxmce.org n/a Release.gpg Unable to connect to 10.10.42.99:3142: Reading package lists... 84% Reading package lists... Done N: Ignoring file '30pluto.pbackup' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension W: Failed to fetch http://archive.raspbian.org/raspbian/dists/wheezy/Release.gpg Could not connect to 10.10.42.99:3142 (10.10.42.99), connection timed out W: Failed to fetch http://deb.linuxmce.org/dists/precise/Release.gpg Could not connect to 10.10.42.99:3142 (10.10.42.99), connection timed out W: Failed to fetch http://deb.linuxmce.org/ubuntu/dists/n/a/Release.gpg Unable to connect to 10.10.42.99:3142: W: Failed to fetch http://archive.raspberrypi.org/debian/dists/wheezy/Release.gpg Could not connect to 10.10.42.99:3142 (10.10.42.99), connection timed out W: Some index files failed to download. They have been ignored, or old ones used instead.
Remove the 'Acquire::http …' line from /etc/apt/apt.conf
and this line
deb http://deb.linuxmce.org/ubuntu/ n/a main
from /etc/apt/sources.list