Subject: Re: netbooting problems with Mr.Coffee javastation
To: Martin Husemann <martin@duskware.de>
From: Sean Brown <sblinux@shaw.ca>
List: port-sparc
Date: 09/24/2005 16:49:05
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";
}

And my /etc/exports file
/netbsd/OS/root         192.168.1.10(rw,no_root_squash,async) 192.168.1.7(ro)
/netbsd/OS/swap         192.168.1.10(rw,no_root_squash,async)

192.168.1.10 is the Javastation, and 192.168.1.7 is another machine that i was 
using to make sure that NFS was exporting. 192.168.1.4 is the system that has 
the OS for the Javastation and is running the DHCP server.