Re: Solaris 9 box as bootp/tftpd server to install debian in SS1+
Mauricio wrote...
> modified the tftp entry in /etc/inetd.conf to reflect that
> 
> tftp  dgram udp6  wait  root  /usr/sbin/in.tftpd   in.tftpd -s 
> /export/netboot
try using just udp not udp6....
also, you might have the name the tftpboot.img file based on the IP
address of the client, like C0A800A0 (which is 192.168.0.10 in hex)
also, if it's an older box, you'll need to append .SUN4M to the filename
i.e. ln -s /tftpboot/tftpboot.img /tftpboot/C0A800A0.SUN4M
check out this page:
http://www.openbsd.org/cgi-bin/man.cgi?query=diskless&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html
josh
Reply to: