Subject: netboot hanging at nfs mount?
To: None <port-sun3@NetBSD.ORG>
From: Ben Kirkpatrick <ben@steelhead.pdx.net>
List: port-sun3
Date: 01/31/1998 15:56:33
Can anyone see something I'm doing wrong here?  It seems that my sun3 
isn't getting all the bootparams that it needs.

I see this on my sun3:
>b le () -s
Boot: le(0,0,0) -s
Using IP Address 170.215.197.13 = AAD7C50D
Booting from tftp server at 170.215.197.5 = AAD7C505
Downloaded 15360 bytes from tftp server.

>> NetBSD netboot [$Revision: 1.5 $]
Using IP Address 170.215.197.13 = AAD7C50D
net_open: client addr: 170.215.197.13
net_open: client name: felix.telenova.com
net_open: subnet mask: 255.255.0.0
net_open: net gateway: 170.215.197.5
netif_get: timeout; resetting
net_open: bootparam/getfile RPC failed
boot: netbsd: Input/output error
boot:

I see this on my Freebsd machine:
gulag# bootparamd -d
whoami got question for 170.215.197.13
This is host felix.telenova.com
Returning felix.telenova.com       170.215.197.5
getfile got question for "felix.telenova.com" and file "root"
getfile failed for felix.telenova.com
getfile got question for "felix.telenova.com" and file "root"
getfile failed for felix.telenova.com
getfile got question for "felix.telenova.com" and file "root"
getfile failed for felix.telenova.com
getfile got question for "felix.telenova.com" and file "root"
getfile failed for felix.telenova.com                        

My /etc/bootparams file contains just 1 line for now:
felix.telenova.com root=/usr/local/sun3-netbsd 
(I removed swap and dump for simplicity, will fix later).

I have everything exported fine via NFS.. 

Thanks for your time,
--Ben Kirkpatrick