I have an indigo 2 that did not want to netboot;
PROM output was:
is not a valid file to boot OR something about magic I forget the exact phrase
I quickly slammed "setenv debug 4" in to the prom to get some better output
What I kept seeing was something like;
tftprecv: pkt from server port 65528, not -22
Figuring that the system was not liking something about the TFTP port settings- I added this little gem to /etc/rc.local on DINA
sysctl -w net.inet.ip.anonportmin=20000
sysctl -w net.inet.ip.anonportmax=32767
( Source was; http://www.netbsd.org/ports/sgimips/faq ... nt-failing )
I only thought it would be worth posing because the PROM output had me thinking something was wrong with my source files... not the TFTP server
Hopefully this will save someone else the trouble later on...
PROM output was:
is not a valid file to boot OR something about magic I forget the exact phrase
I quickly slammed "setenv debug 4" in to the prom to get some better output
What I kept seeing was something like;
tftprecv: pkt from server port 65528, not -22
Figuring that the system was not liking something about the TFTP port settings- I added this little gem to /etc/rc.local on DINA
sysctl -w net.inet.ip.anonportmin=20000
sysctl -w net.inet.ip.anonportmax=32767
( Source was; http://www.netbsd.org/ports/sgimips/faq ... nt-failing )
I only thought it would be worth posing because the PROM output had me thinking something was wrong with my source files... not the TFTP server
Hopefully this will save someone else the trouble later on...
_________________
<--- Its a small collection, but I hope to grow it.