The ACPI tables in your BIOS are incorrect, and Linux shows error messages during interpretation as it detects the problem.
The tables contain a list of devices in the system, typically those that cannot be found by another method, such as those connected to an I2C bus on the mainboard, as there is no reliable mechanism for scanning an I2C bus.
In your case, there are some duplicate entries, so the second instance is ignored. This probably happened because an older version of the BIOS shipped these entries as part of a supplemental table, and a later version included them into the main table, but the supplemental table was not removed.
These errors should be harmless and can be ignored as long as the system works fine otherwise.
sudo dmidecode -s bios-version
, and then go to the manufacturer's web site and check for a newer BIOS. – heynnema May 30 '22 at 13:55sudo dmidecode –t slot
but the output is quite extensive. – Thomas Jerry May 30 '22 at 15:21Windows Memory Diagnostic
and it reported a memory problem. I am sending the machine to warranty! Thanks for all your effort! – Thomas Jerry May 31 '22 at 16:10