# vi /etc/inetd.conf

tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot

# mkdir /tftpboot
# mkdir /tftpboot/etc
# vi /tftpboot/etc/boot.conf

set tty com0
# Alix
#stty com0 38400
# Soekris
stty com0 19200
boot bsd.rd

Nach /tftpboot die Dateien pxeboot und bsd.rd kopieren.