tftp booting

apt-get install tftpd-hpa #Defaults for tftpd-hpa RUN_DAEMON=”yes” OPTIONS=”-l -s /var/lib/tftpboot” root@itchy:~# mkdir -p /var/lib/tftpboot root@itchy:~# /etc/init.d/tftpd-hpa start Starting HPA’s tftpd: in.tftpd. ————————————- root@itchy:~# apt-get install dhcp3-server Once installed the server is configured in the file /etc/dhcp3/dhcpd.conf, and there are a lot of available options described there. For our example we’ll use the following configuration: option … Continue reading tftp booting