After recent Ubuntu 22.04.1 LTS update, I started getting error message ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - PV01 (20220331/dspkginit-438) " Q1: Should I be concerned about this ERROR? Q2: Can this error be fixed?
1 Answer
This is known BIOS level BUG updating the BIOS might help you get rid of it.
You should not be concerned about this error at all.
ACPI entries not conforming to the ACPI specifications is an extremely common problem. Since the problem occurred after an OS upgrade, it would seem that more recent kernels take issue with this particular ACPI error.
Short of performing a BIOS upgrade, assuming one is available for your system, there's nothing much you can do to resolve the issue.
-
the HP BIOS-System Firmware revision update to the latest version did not help. Commented Dec 6, 2022 at 1:22
-
@Dervish007 don't worry about it its all good then Commented Dec 6, 2022 at 3:40
linux-firmware
package.sudo apt install --reinstall linux-firmware
/etc/default/grub
toGRUB_CMDLINE_LINUX_DEFAULT="nosplash"
and they seemed to have disappeared when I did that.