Subject: NetBSD on G3 tower
To: None <port-macppc@netbsd.org>
From: None <richard@uclinux.net>
List: port-macppc
Date: 10/17/2003 18:08:49
Good evening (o;


I have now installed NetBSD-1.6.1 on two old sun machines now
and also want to do so for my old G3 minitower with OF-2.4 (*arrg).

Setup tftp/dhcpd and nfs on my sunbox running netbsd and it can
load the ofwboot.xcf file...

When it comes to load the kernel it says:

> open netbsd: Unknown error: code 13

I can see the nfs export on my iMac:

[iMac:~] klingler% showmount -e 10.0.0.1
Exports list on 10.0.0.1:
/usr/exports/bsd                   10.0.1.1 10.0.3.1 127.0.0.1 


Can it be something with the "access denied" stuff from nfsd?

I can only mount the nfs partition with the "-P" option but not
otherwise...

NFS setup:

-bash-2.05b$ cat /etc/exports
/usr/exports/bsd 10.0.1.1 10.0.3.1 127.0.0.1


DHCPD setup:

group {
        host g3.klingler.net {
          hardware ethernet 00:05:02:83:73:8a;
          fixed-address 10.0.3.1;
          option root-path "/usr/exports/bsd";
          option host-name "g3";

          filename "ofwboot.xcf";
          next-server 10.0.0.1;
        }
}


appreciate any feedback
(don't wanna run linux on it ;o)

rick