7

I upgraded my Ubuntu version from 20.04 to 22.04 (dual boot), and now I get ACPI errors when I boot, but when I load an older kernel version (5.13.0-48-generic), so I only get this errors with the 5.15.0.37-generic.

I saw some solutions where someone suggest to turn ACPI off, but I don't think that's a good solution.

Error messages when booting:

enter image description here

karel
  • 114,770
David
  • 71

3 Answers3

5

These messages indicate that there are BIOS errors related to power management control and PCI root bridge enumeration data due to an improper ACPI table. While these should not cause problems with regular system operation, they could cause issues with power management functions. Please contact your system vendor and ask for an updated BIOS. See this page for more info.

Simon B
  • 1,258
  • 2
    @RishonJR or, the BIOS in question hasn't implemented certain BIOS functions that Linux tests for. This is common in HP laptops as an example. – Thomas Ward Jun 15 '22 at 15:17
  • Oh Sorry. I'm relatively to linux-firmware related issues, and i just prescribes whatever similarly has happened to my HP laptop. – Rishon_JR Jun 15 '22 at 15:23
  • No need to apologise. That is a reasonable question – PonJar Jun 15 '22 at 17:08
  • “Please contact your system vendor and ask for an updated BIOS” Gigabyte won't release an update for my 10 years old motherboard, the last BIOS was released in 2013. What other options do we have? – A.L Sep 30 '22 at 15:16
  • I rode too quickly sorry, “these should not cause problems with regular system operation”, it works for me, my system is fine. – A.L Oct 04 '22 at 19:01
0

Since my bios is up-to-date, I have selected kernel version 5.13.0-48 as default and always boot with this. Works without problems and wait for future updates.

David
  • 71
0

This was solved after upgrading the Nouveau drivers to Nvidia-drivers. These errors where showing up on boot and on shutdown, and system was hanging on shutdown. For how to choose the Nvidia drivers for your system see https://askubuntu.com/a/1483375/755271

pip1726
  • 151
  • 1
  • 1
  • 12