Re: Trouble netbooting MVME167B
Henning Kiel <[email protected]> Mon, 11 Aug 2003 11:05:10 +0200 (CEST)
| Newsgroups | gmane.os.netbsd.ports.mvme68k |
|---|---|
| Message-ID | <[email protected]> |
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