On Tue, 9 Apr 2019 21:24:07 +0100
George Harvey <fr30%dial.pipex.com@localhost> wrote:
On Tue, 9 Apr 2019 16:30:41 +0100
David Brownlee <abs%absd.org@localhost> wrote:
On Mon, 8 Apr 2019 at 23:42, George Harvey <fr30%dial.pipex.com@localhost> wrote:
I have a VAX 4000/500A with a CQD-223/TM QBUS SCSI card. It was
previously running NetBSD 6.1.5 on an external SCSI disk and has
recently been upgraded to NetBSD 8.0. The 8.0 install kernel was
netbooted, found the SCSI disk (ra0) and completed the installation
normally. After rebooting, the generic kernel fails to find the CQD
card. Included below are the console outputs from the install and
generic kernels.
Does it work to 'boot -a' the install kernel and select ra0 as the
root device? If so, you could try (cross:)building some kernels to
determine what difference between INSTALL and GENERIC is causing the
issue...
I noticed that the MOP boot loader I was using was an older version
(1.11), updating it to the current version (1.12) fixed the 'machine
check' error I was seeing when netbooting the generic kernel. My
current state is that I can netboot both the install and generic
kernels with the -a option, the kernels see my CQD card as mscpbus1, I
can mount the SCSI disk (ra0) as root and the system boots normally.
All attempts to boot from disk result in failure to detect mscpbus1.
I've seen the posts about it being a memory size problem but if that is
the case, why does it work when I netboot?