Subject: Cannot netboot SS20 from OpenBSD.
To: NetBSD port-sparc mailing list <port-sparc@NetBSD.org>
From: Sean Hafeez <sahafeez@zaphodb.org>
List: port-sparc
Date: 09/02/2004 01:10:04
I have read all the docs more then once.
I have an SS20 that I am trying to netboot to install the last build of
-current (ie. 2.0). My netboot server is an i386 running OpenBSD3.5.
The SS20 is setup to be 192.168.64.45 and the OBSD box is 192.168.64.9.
The system boots past the TFTP to the NFS part and..
The error on the SS20 is...
root addr=192.168.64.9 path=
Can't open NFS network connection on '.....bla bla bla correct sun OF
path to nic'
Cannot load netbsd: error=13
So..(on the OBSD box):
[/]:cat /etc/exports
/data
/export/client/root -maproot=root client.beastproject.org
[/]:cat /etc/hosts
::1 localhost.beastproject.org localhost
127.0.0.1 localhost.beastproject.org localhost
192.168.64.45 client.beastproject.org client
192.168.64.9 merlot.beastproject.org merlot
[/]:cat /etc/dhcpd.conf
allow bootp;
authoritative;
always-reply-rfc1048 true; #tried with and without
shared-network LOCAL-NET {
option domain-name "beastproject.org";
option domain-name-servers 192.168.64.9;
subnet 192.168.64.0 netmask 255.255.255.0 {
option routers 192.168.64.1;
range 192.168.64.32 192.168.64.64;
}
host client.beastproject.org {
hardware ethernet 08:00:20:75:f1:a3;
fixed-address 192.168.64.45;
option host-name "client";
option root-path "/export/client/root";
next-server 192.168.64.9; #tried with and without
}
}
[/export/client/root]:ls -la netbsd
-rwxrwxrwx 1 root wheel 3622206 Sep 1 17:49 netbsd*
[/export/client/root]:ps -aux | grep nfs
root 95 0.0 0.1 136 128 ?? Is 3:47PM 0:00.00 nfsd:
master (nfsd)
root 10920 0.0 0.1 128 96 ?? IL 3:47PM 0:15.94 nfsd:
server (nfsd)
root 4630 0.0 0.1 128 96 ?? IL 3:47PM 0:00.00 nfsd:
server (nfsd)
root 14277 0.0 0.1 128 96 ?? IL 3:47PM 0:00.00 nfsd:
server (nfsd)
root 1746 0.0 0.1 128 96 ?? IL 3:47PM 0:00.00 nfsd:
server (nfsd)
[/export/client/root]:ps -ax | grep port
23175 ?? Is 0:00.01 portmap
[/]:ps -ax | grep mount
17944 ?? Is 0:00.02 mountd
and I can see the NFS share from another box so I know that it is
exported. I also tried with /export/client/root exported to the world.
What am I missing?
Help please!
Thanks!