a installer :
aptitude install atftpd
apt-get install pxe syslinux
apt-get install xinetd
-
Once installed you'll need to enable it by editing the file "/etc/default/atftpd". You should change USE_INETD to yes, leaving you with contents like these:
#Defaults for tftpd-hpa RUN_DAEMON="yes" OPTIONS="-l -s /var/lib/tftpboot"
on met PXE dans /var/lib/tftpboot
nano /etc/dhcp3/dhcpd.conf --> modifier en fonction de sa config
/etc/init.d/atftpd start
mkdir /var/lib/tftpboot/pxe
chmod 777 /var/lib/tftpboot/pxe/ -R
/etc/init.d/atftpd start
ln -s /var/lib/tftpboot/ /tftpboot vérifier dans : /etc/inetd.conf, que le path est le même mount -t iso9660 /var/lib/tftpboot/FedoraXX-i386-DVD.iso /var/www/html/linux-install/fedoraXX -oloop