Subject: Re: Getting NetBSD onto an IPC.
To: None <darrenr@reed.wattle.id.au>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-sparc
Date: 06/09/2000 17:05:52
> How does one get NetBSD onto a Sun IPC these days?  I'm told
> the floppy driver is broken in -current - the boot.fs's that
> I've downloaded from snapshots have failed to find the kernel.
> If I attempt to boot a 1.4.1 or 1.4.2 floppy, it screws up when
> probing bwtw0 - see PR#10307.  Will a netboot of -current work?

The generic answer is "netboot".

However, you may experience problems netbooting the sysinstall
kernel, as I did, as documented in PR#10059.  I ended up fixing
it by using the boot.700000 image, tweaked for netboot, instead
of the default netboot boot loader (which is constructed for
being loaded at 0x300000).

The problem is that the kernel may overrun the boot loader while
being loaded...  The problem with the 0x700000 image is that it
creates problems for folks with only 4M in the first memory bank
(if I've understood correctly).

Would it perhaps make sense (at least as an interim measure) to
use a boot loader which should load at 0x380000?

Regards,

- H=E5vard