Subject: Re: netbooting problems with Mr.Coffee javastation
To: None <port-sparc@NetBSD.org>
From: Michael Parson <mparson@bl.org>
List: port-sparc
Date: 09/24/2005 20:01:23
On Sat, Sep 24, 2005 at 04:49:05PM -0600, Sean Brown wrote:
> On September 23, 2005 5:24 pm, you wrote:
> > On Fri, Sep 23, 2005 at 11:30:17AM -0600, Sean Brown wrote:
> > > This is in the archives, and it was suggested to try an updated
> > > bootjs.net, the problem is, I cant find an updated bootjs.net. I am using
> > > the one that came with the 2.0.2 release and its dated Wed Mar 23 01:03
> > > 2005. Where is an updated one?
> >
> > It should be in both 3.0 and 2.1 - but currently there seems to not be any
> > reasonable snapshot on ftp.netbsd.org, so I put the version I am using at
> >
> >   ftp://ftp.netbsd.org/pub/NetBSD/misc/martin/bootjs.net.gz
> >
> > Hope this helps,
> >
> > Martin
> 
> Thank you for the reply and the link. It boots farther now stopping with 
> error=13, so I'm stuck again. Heres what it spits out
> 
> >> NetBSD/sparc Secondary Boot, Revision 1.15
> >> (martin@night-porter.duskware.de, Mon Aug 15 21:32:30 CEST 2005)
> Patching OFW for SUNW,JDM1
> cpu: creating node
> eeprom: adding "model"
> le: deleting bogus "interrupts"
> su: adding "interrupts"
> 8042: adding "interrupts"
> Booting netbsd
> Trying BOOTP protocol... net_open: client addr: 192.168.1.10
> net_open: subnet mask: 255.255.255.192
> net_open: server addr: 192.168.1.4
> net_open: server path: 192.168.1.4:/netbsd/OS/root
> ip address: 192.168.1.10, netmask: 255.255.255.192
> root addr=192.168.1.4 path=192.168.1.4:/netbsd/OS/root
> Can't open NFS network connection on `/sbus/ledma@4,8400010/le@4,8c00000:dhcp'
> Cannot load netbsd: error=13
> 
> device[/sbus/ledma@4,8400010/le@4,8c00000:dhcp] ("halt" to halt): 
> 
> Here is the host specific part of my dhcpd.conf:
> host rhodes {
>         hardware ethernet 08:00:20:88:0A:86;
>         fixed-address rhodes.unix.subatomic.local;
>         next-server 192.168.1.4;
>         option root-path "192.168.1.4:/netbsd/OS/root";

This just needs to read:
         option root-path "/netbsd/OS/root";

The nfs server is specified already.

-- 
Michael Parson
mparson@bl.org