Re: Custom debian-installer kernel - was: Re: Up cl

Helge Deller <[email protected]> Sun, 4 Jan 2026 02:58:37 +0100
Newsgroups gmane.linux.debian.ports.hppa
Message-ID <[email protected]>
On 1/4/26 02:53, Helge Deller wrote:
> Hi Christian,
>=20
> thanks for the boot log!
> Overall, your machine looks pretty "normal". Nothing special.
> But regarding DVD drive:
>=20
> On 1/3/26 23:31, Christian Groessler wrote:
>>> You mentioned that the standard kernel failed to detect your CDROM dri=
ve.
>>> In most (somewhat newer) HP machines the CDROM drive was ATA connected
>>> to on-board controllers.
>>
>> I looks like ATA, I have to type "boot IDE" in order to boot the CD.
>=20
> Yes, you have a HL DVD ROM drive on ATA (built-in ns87415 ATA chip).
> Here is the relevant output.
>=20
> This looks normal:
>=20
> [=C2=A0=C2=A0 22.072309] scsi host2: pata_ns87415
> [=C2=A0=C2=A0 22.115650] sd 1:0:6:0: Power-on or device reset occurred
> [=C2=A0=C2=A0 22.181110] sd 1:0:5:0: [sda] 71132960 512-byte logical blo=
cks: (36.4 GB/33.9 GiB)
> [=C2=A0=C2=A0 22.272074] scsi host3: pata_ns87415
> [=C2=A0=C2=A0 22.315107] sd 1:0:6:0: [sdb] 143374738 512-byte logical bl=
ocks: (73.4 GB/68.4 GiB)
> [=C2=A0=C2=A0 22.407216] ata1: PATA max MWDMA2 cmd 0xf00 ctl 0xe00 bmdma=
 0xa00 irq 7 lpm-pol 0
> [=C2=A0=C2=A0 22.496865] ata2: PATA max MWDMA2 cmd 0xd00 ctl 0xb00 bmdma=
 0xa08 irq 7 lpm-pol 0
>=20
> [=C2=A0=C2=A0 24.780519] ata1.00: ATAPI: HL-DT-STDVD-ROM GDR8162B, 0018,=
 max UDMA/44
>=20
> But here it somehow failed.
>=20
> [=C2=A0=C2=A0 32.276889] ata1.00: qc timeout after 5000 msecs (cmd 0xa0)
> [=C2=A0=C2=A0 32.343639] ata1.00: TEST_UNIT_READY failed (err_mask=3D0x5=
)
> [=C2=A0=C2=A0 37.781616] ata1.00: qc timeout after 5000 msecs (cmd 0xa0)
> [=C2=A0=C2=A0 37.848335] ata1.00: TEST_UNIT_READY failed (err_mask=3D0x4=
)
> [=C2=A0=C2=A0 37.914066] ata1.00: limiting speed to MWDMA2:PIO3
> [=C2=A0=C2=A0 43.339662] ata1.00: qc timeout after 5000 msecs (cmd 0xa0)
> [=C2=A0=C2=A0 43.406394] ata1.00: TEST_UNIT_READY failed (err_mask=3D0x4=
)
> [=C2=A0=C2=A0 43.472114] ata1.00: disable device
>=20
> So, the DVD drive is being disabled by the kernel after some time.
> I'm not 100% sure if that is the problem. The messages could also have
> been caused by other things. Nevertheless, "disabling device" seems stra=
nge.
> Is this the official drive which came with the machine?
> According to [1] it seems to have sometimes issues with CD-ROMs:
> [1 - german:] https://www.windowsforum.de/thema/firmwareupdate-bei-lg-gd=
r-8162b.65076/
> Maybe it's worth to test with another CD/DVD drive?
>=20
> The other aspect:
> Even if the drive is failing with "your kernel", could you please
> try to boot the CD I mentioned and post the serial console output as wel=
l: ?
> http://backup.parisc-linux.org/debian-cd/debian-12/debian-2025-01-hppa-C=
D.iso
> I would like to know where boot is failing, and if we get at least some =
output on the console.

By the way....since I see you have 2 SCSI drives installed.
One possibility is also to just "dd" the Debian Installer CD image directl=
y to one SCSI harddisc
and boot from it. The parisc machines don't care if it's a physical CDROM =
or a SCSI (harddisc)
with an ISO image (you just have to mount it afterwards manually as /cdrom=
 during the debian
install steps).

Helge