Je 2017-10-18 16:39, Daniel Boyd skribis:
OK -- from dhcpd.conf:

host cube {
    next-server 192.168.60.157;
    option subnet-mask 255.255.255.0;
    option routers 192.168.60.1;
    option root-path "/srv/obsd62";
    fixed-address 192.168.60.235;
    hardware ethernet 00:30:65:71:c6:e2;
}

And then in OF:
0 > boot enet:,ofwboot /bsd.rd
CLIENT: 003065571c6e2 192.168.60.235
SERVER: fffffffffffff 192.168.60.157
ROUTER: fffffffffffff 192.168.60.1
Transfer FILE: ofwboot \
TFTP-actual=fcbc TFTP-adler32=c626975c load-size=fcbc adler32=c626975c

Loading ELF
OpenBSD/macppc BOOT 1.6
Using IP address: 192.168.60.235
root addr=192.168.60.157 path=/srv/obsd62
callrpc: error = 2
open(/pci@f4000000/ethernet:/etc/boot.conf): Unknown error: code 72
boot>
Using IP address 192.168.60.235
root addr=192.168.60.157 path=/srv/obsd62
callrpc: error = 2
cannot open /pci@f4000000/ethernet:/etc/random.seed: Unknown error:
code 72
booting /pci@f4000000/ethernet:/bsd.rd Using IP address: 192.168.60.235
root addr=192.168.60.157 path=/srv/obsd62
callrcp: error = 2
open /pci@f4000000/ethernet:/bsd.rd: Unknown error: code 72
 failed(72). will try /bsd
...

So... DHCP is working... TFTP is working.  I just don't think NFS is
working.  I'm able to mount the nfs share on another computer, so, i'm
kind of out of ideas...

On Wed, 2017-10-18 at 14:50 +0200, Solène Rapenne wrote:

Are you able to fetch /bsd.rd if you use tftp in command line ?

Reply via email to