I recently bought an HP pavilion aero 13 laptop and installed Ubuntu 20.04 on it. Everything seems to be installed, but there is a problem. When I turn on my laptop, I get this error:
[0.6146781] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P000 (20210738/dspkginit-438)
[1.062788] pcie_mp2_amd 0000:03:00.7: amd_sfh_hid_client_init failed
/dev/nvme0n1p2: recovering journal
/dev/nvme0n1p2: clean, 176580/31227904 files, 4413085/124895488 blocks
Then it quickly disappears, then more text appears, quickly disappears and the Ubuntu boot screen appears.
After that, there are two options. First - the system does not boot for a very long time. The second one loads, but at some point it freezes while working and I turn off the laptop by long pressing the power button.
Can you please tell me what could be causing this and how to fix it? If possible, then I need the fastest way, since I have an urgent job. Thank you!
/dev/nvme0n1p2: clean, 176580/31227904 files, 4413085/124895488 blocks
. Check your boot log, systemd boot analyze and/or /var/log/ for notices – Rinzwind Sep 05 '22 at 18:35linux-intel-5.13/5.13.0-1010.10
should fixamd_sfh_hid_client_init failed
– Rinzwind Sep 05 '22 at 18:39sudo less /var/log/boot.log
but didn't see anything – e7min Sep 05 '22 at 22:32