I can still boot the machine and use it. Yet since the upgrade from version 20, only the US keyboard layout works reliably. Sometimes I can switch keyboard layouts, but most of the times I cannot.
This is the OS Release I am on now:
$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.1 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
And here is where ubuntu complains about my BIOS being broken:
$ sudo dmesg > dmesg.$(timestamp).txt
$ cat --number dmesg.20221122T114716Z0000.txt | less
...
267 [ 0.139631] DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x0000000078800000-0x000000007affffff], contact BIOS vendor for fixes
268 [ 0.139636] DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x0000000078800000-0x000000007affffff]
269 BIOS vendor: American Megatrends Inc.; Ver: GL752VW.303; Product Version: 1.0
...
I then checked with my hardware vendor, to make sure that I am using the most recent available BIOS version. The BIOS dates from April 2019, which is not that old.
Before the ubuntu upgrade, I still had a BIOS version from 2014 in place. But ubuntu did not complain before the upgrade ... it should have checked for what it needs to succeed. So this makes it a bug in the upgrade process.
The root cause seems to be a kernel bug. It looks like it can't deal with a BIOS version from 2019 (less than five years old, and actually I expect to be able to use a machine I buy for about ten years).