Subject: Re: netbooting goes on
To: bart sikkes <b.sikkes@student.utwente.nl>
From: John Hayward <John.C.Hayward@wheaton.edu>
List: port-vax
Date: 10/12/2000 08:48:49
I'd check out your configuration of bootparams.  Here is what part of mine
looks like - /etc/bootparams
===
csserver3.wheaton.edu root=csserver2:/scilab/NetBSD/VAX/Csvax2/root swap=csserver2:/scilab/NetBSD/VAX/Csvax2/swap
===
I _think_ (I don't have recall exactly what my log show however) the fact
that the
===
> root addr=192.168.1.1 path=/
===
indicates that it found an IP for your server but may not have the correct
path.

If your bootparams are correct the next thing I'd check is your
permissions on exports for your nfs server.  Remember to send a HUP signal
to mountd after changes on /etc/exports.

Hope this helps.
johnh...

On Thu, 12 Oct 2000, bart sikkes wrote:

> Date: Thu, 12 Oct 2000 15:14:49 +0200
> From: bart sikkes <b.sikkes@student.utwente.nl>
> To: port-vax@netbsd.org
> Subject: netbooting goes on
> 
> Hello,
> 
> After making some of the changes that where send to the list we got the
> netbooting a bit further.
> 
> This is the output we get on the vax:
> >> NetBSD/vax boot [ Aug 13 1999 20:18:28] <<
> >> Press any ket to abort autoboot 5
> 
> > boot netbsd
> Trying BOOTP
> Using IP address: 192.168.1.13
> myip:  (192.168.1.13), mask: 255.255.255.0
> root addr=192.168.1.1 path=/
> boot failed: Unkown error: code -1
> > boot netbsd.gz
> Trying BOOTP
> Using IP address: 192.168.1.13
> myip:  (192.168.1.13), mask: 255.255.255.0
> root addr=192.168.1.1 path=/
> boot failed: Unkown error: code -1
> > boot netbsd.old
> Trying BOOTP
> Using IP address: 192.168.1.13
> myip:  (192.168.1.13), mask: 255.255.255.0
> root addr=192.168.1.1 path=/
> boot failed: Unkown error: code -1
> > boot gennetbsd
> Trying BOOTP
> Using IP address: 192.168.1.13
> myip:  (192.168.1.13), mask: 255.255.255.0
> root addr=192.168.1.1 path=/
> boot failed: Unkown error: code -1
> >
> 
> What do we do wrong? At what files should we look to fix this?
> 
> thanks,
> bart
> 
> 
>