When I upgraded Ubuntu 21.10 to 22.04, I got this error at boot. The laptop boot time changed from half a minute to 3 to 4 minutes. I want to know how to solve this problem, I am a new user of Ubuntu.
0.701900] integrity: Problem loading X.509 certificate -65
0.908859] ACPI BIOS Error. (bug): Could not resolve symbol [_SB.PCIO. GP17.VGA.LCD._BCM.AFN7],AE_NOT_FOUND
0.908940] ACPI Error: Aborting method _SB PCIO.GP17.VGA.LCD._BCM due to previous error (AE_NOT_FOUND)
(20210730/psparse-529)v/nvme1n1p2: clean, 1771495/61022208 files , 34311329/244059136 blocks
4.193691 nvidla-gpu 0000:01:00.3: i2c timeout error e0000000
4.1194301 ucsi_ccg 2-0008: i2c transfer failed -110
4.1194731 ucsi.cCg 2-0008: ucsi_ccg_init failed - -110
nomodeset
for your grub to get past this. See: https://askubuntu.com/questions/38780/how-do-i-set-nomodeset-after-ive-already-installed-ubuntu – Terrance Jun 28 '22 at 04:03nomodeset
you can try also addingacpi=off
to the/etc/grub/default
file as well. Make sure that you runsudo update-grub
before rebooting the system. – Terrance Jun 28 '22 at 23:37[0.505865] integrity: Problem 1oading X.509 certificate -65 dev/nvme1n1p2: clean, 1788842/61022208 flles , 34540926/244059136 blocks [2.908797] nvidla-gpu 0000:01:00.3: i2c t meout error e0000000 [2.9088291] ucsi_ccg 0-0008: i2c transfer failed - -110 [2.9089021] ucsi_ccg 0-0008: ucsi_ccg_init failed - -110 [ 3.509761]j genirq: Flags mismatch irg 0, 0000080 (snd_hda_intel:card0) vs. 00015a00 (timer) [3.5098031] snd_hda_intel 0000:01:00,1: unabie to grab IRQ 0, disabling device
– yh l Jun 29 '22 at 05:57acpi
was only a suggestion because your boot does showACPI Error
, but you might have a corrupted install as well. One other way to tell is to boot to a Live CD/DVD/USB and see if it completes boot. – Terrance Jun 29 '22 at 13:26