Sysinst prior to NetBSD-1.4 seemed to have problem setting up network interface. To get arround the problem, dropping into shell and configure network interface manually. Network interface name ne0 may differ dependinding what PCI card you have.
Ethernet Card | network interface name |
---|---|
Macintosh internal | mc0 |
NE2000 or compatible | ne0 |
VT86C926 | ne0 |
DEC 21x40 | de0 |
Terminal type? [vt100] xterm Erase is backspace. (I)nstall, (S)hell or (H)alt ? s # ifconfig ne0 192.168.40.123 netmask 255.255.255.0 if you will mount NFS file system of another NFS server, it is good time to mount manually (and say local disk /nfs when 120-select-medium asked ) # mkdir /nfs # mount -t nfs 192.168.40.120:/home6/NetBSD/arch/macppc/snapshot/19990620/binary/sets /nfsTo run sysinst again, type
./sysinst,