I have been running Ubuntu on my HP Pavilion Notebook - 15-p189sa for the last few years without any issues. I recently upgraded to the latest version of Ubuntu 23.10 (I believe) and since then I have been unable to boot the pc as I get spammed with the following error until I force power down the PC.
ACPI Error no handler or method for gpe … Disabling event (20230331/evgpe)
(manually copying this as I don’t know how to record it.
I have tried a fresh install from USB and various additions to the kernel such as pci=nommconf
and apci=strict
to no avail. When I try apci=off
I get a blank screen.
If anyone knows of a way to fix this I would be very grateful!
acpi_mask_gpe=0x??
with the actual number you left out in "gpe ... Disabling" – Daniel T Jan 22 '24 at 07:53acpi_mask_gpe=0x0A, acpi_mask_gpe=0x0B ... etc.
The battery on this laptop doesn't hold a charge anymore so I run it (or used to lol) while plugged in. Could these errors be associated with this? – nobodysknees Feb 04 '24 at 06:03=123-456,500
. You need to convert the hex to decimal, which you do by typing the0x0a
, etc into apython3
shell. It could indeed be battery-related, I get them as another error on mine, and I suggest removing the battery if you don't need it – Daniel T Feb 04 '24 at 06:14