I nearly pulled all my hairs, the thin client was successfully getting ip from dhcpd but wasn't loading the kernel
The problem was with tftpd, which wasn't starting as it was supposed to :(
i tried
sudo dpkg-reconfigure tftpd-hpa
but no luck
the problem was there was no entry in the /etc/inetd.conf file
so i added the line at the end
tftp dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot
and restart, client boots successfully :) Hurrah!!
Monday, March 31, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment