Installing mainline kernels is not an option because it is not signed for SecureBoot: I hit bad shim signature and I cannot disable SecureBoot nor enroll my own signing keys on my system (locked BIOS).
How can I install the latest signed available kernel, at this time kinetic/linux-generic ie around 5.19.0-19, made for 22.10, on 22.04 LTS?
Note that such kernels only end up in ubuntu LTS only ~4 months later (source).
What i have tried so far:
root=http://fr.archive.ubuntu.com/ubuntu/pool/main/
wget \
$root/l/linux-signed/linux-image-5.19.0-19-generic_5.19.0-19.19_amd64.deb \
$root/l/linux/linux-headers-5.19.0-19-generic_5.19.0-19.19_amd64.deb \
$root/l/linux/linux-headers-5.19.0-19_5.19.0-19.19_all.deb \
$root/l/linux/linux-modules-5.19.0-19-generic_5.19.0-19.19_amd64.deb \
$root/l/linux/linux-modules-extra-5.19.0-19-generic_5.19.0-19.19_amd64.deb \
$root/l/linux/linux-modules-iwlwifi-5.19.0-19-generic_5.19.0-19.19_amd64.deb
sudo dpkg -i *.deb
kernel does seem to pass the shim signature check, but locks up, 100% CPU, and only prints the unhelpful "standard" buggy DELL bios errors:
DPC: RP PIO log size 0 is invalid
ACPI error: Thread ... cannot release mutex [ECMX] ...
Aborting method _SB.PC00.LPCB.ECDV._Q66 due to previous error (AE_AML_NOT_OWNER)