Subject: Net Boot Problems
To: None <current-users@netbsd.org>
From: God <nero@in-design.com>
List: current-users
Date: 09/03/1999 15:42:00
I am booting a sun4m with netbsd from a linuxppc machine.
It boots fine till this point and stops:

nfs_boot: trying RARP (and RPC/bootparam)
nfs_boot: client_addr=0xac108033 (RARP from 0xac108032)
nfs_boot: timeout...
.
.
.
nfs_boot: bootparam whoami, error=60
no file system for le0
cannot mount root, error = 79
root defvice (default le0):


This is after the kernel boots and everything. And other machines can
mount the root file system via nfs. is this a bootparam prob or nfs?

The /var/log/messages (with rpc.bootparam -s) show:

Sep  3 11:38:08 caligula tftpd[992]: tftpd: trying to get file:
AC108033.SUN4M 
Sep  3 11:38:08 caligula tftpd[992]: tftpd: serving file from
/export/client/root 
Sep  3 11:38:09 caligula rpc.bootparamd: whoami got question for
172.16.128.51 
Sep  3 11:38:09 caligula rpc.bootparamd: This is host markus.sgi.net 
Sep  3 11:38:09 caligula rpc.bootparamd: Returning markus
172.16.128.50 
Sep  3 11:38:09 caligula rpc.bootparamd: getfile got question for "markus"
and file "root" 
Sep  3 11:38:09 caligula rpc.bootparamd: returning server:172.16.128.50
path:/export/client/root address: 172.16.128.50 
Sep  3 11:38:09 caligula mountd[971]: authenticated mount request from
markus.sgi.net:1021 
Sep  3 11:38:52 caligula kernel: device eth0 left promiscuous mode 


and TCPDUMP shows:

11:38:37.930000 markus.sgi.net.1023 > 172.16.255.255.sunrpc: udp 96
11:38:40.930000 markus.sgi.net.1023 > 172.16.255.255.sunrpc: udp 96
11:38:44.930000 markus.sgi.net.1023 > 172.16.255.255.sunrpc: udp 96
11:38:50.020000 markus.sgi.net.1023 > 172.16.255.255.sunrpc: udp 96


Repeating

Then that error. Can anyone tell me how to fix this. This machine doesn't
have an OS on it, and is has only the internal diskdrive. SO this is the
only way I can install to it.

Thanks
Tamer