Subject: Re: Trouble netbooting MVME167B
To: Michael Kukat <michael@bsdfans.org>
From: Henning Kiel <kiel@physik.uni-dortmund.de>
List: port-mvme68k
Date: 08/11/2003 11:05:10
On Fri, 8 Aug 2003, Michael Kukat wrote:

> Hi !
>
> On Fri, 8 Aug 2003, Henning Kiel wrote:
> > > DHCP should work fine, together with an NFS server.

Okay, my DHCP server works and serves the MVME. (BTW: I could use one of
the other NVRAMs, now the NIOT settings dont get lost :-) )
How do I have to configure it?
My dhcp.conf looks like this:
host e4pc11 {
   hardware ethernet 08:00:3E:21:48:AE;
   fixed-address 129.217.160.211;
   option host-name "e4pc11";
   option root-path "129.217.160.208:/tftpboot/disk";
}

And when doing "nbo" I get:
...
net_open: server path: 129.217.160.208:/tftpboot/disk
net_open: NFS mount error=-1
open netbsd: Unknown error: code -1
boot: netbsd: Unknown error: code -1
boot:
netboot: no interfaces left untried

/tftpboot/disk is exported and a kernel "netbsd" is there.
Any ideas?

Chau,
Henning