Gets an error message every time it boots [ACPI BIOS Error (bug)]

This error message can still make me access normally as usual but it's just a little annoying because when I boot I have to see this message and wait a little, this message occurs when I install the GTX 1660 Super VGA, my computer specifications are amd ryzen 5 3400G Igpu, 16GB 3200Mhz, When I don't install an external VGA and use the default VGA from the processor, namely Igpu Vega 11, this message does not appear, but when I install the GTX 1660 Super VGA, this error message appears, I have tried reinstalling my zorin os, but still get a message like the one below, trying to replace the driver also still remains

[ 0.2926611 ACPI BIOS Error (bug): Failure creating named object [\_SB.PC10.G PPO.VGA), AE_ALREADY_EXISTS (20210730/dswload2-326)
[ 0.2926741 ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (202107 30/psobject-220)
[ 8.2926801 ACPI BIOS Error (bug): Failure creating named object [\_SB.PCIO.G PPO.HDAU), AE_ALREADY_EXISTS (20210730/dswload2-326)
[ 0.292685] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (282187
30/psobject-220)
[
1.1572491 ACPI BIOS Error (bug): Could not resolve symbol [\_SB. PC10.GPPO.VGA. LCD. BCM.AFN7], AE_NOT_FOUND (20210738/psargs-330 [ 1.1573291 ACPI Error: Aborting method SB.PCIO.GPPO.VGA.LCD. BCM due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
[
5.874517]
[ 6.168176] nvidia-gpu 0000:01:00.3: 12c timeout error e0000000
[
6.1682121 ucsi_ccg 3-0008: i2c_transfer failed -110
6.1682301 ucsi_ccg 3-0008: ucsi_ccg_init failed-110
![photo_2023-06-20_21-12-05|666x500]

You can handle the AE_Not_Found and the ACPI BIOS Error with

sudo nano /etc/default/grub

Change the line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to include a loglevel parameter that looks like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=3"
Tap ctrl+o to overwrite, then enter key to save current configuration. Tap ctrl+x to exit the editor.
Now you must run

sudo update-grub

for the changes to take effect.

To handle this one above, elevate to root

sudo -i

Launch file manager:
Core:

nautilus

Lite:

thunar

navigate to /etc/modprobe.d/ and create a new file named blacklist_i2c-nvidia-gpu.conf (if it does not already exist)
Open the blacklist_i2c_nvidia_gpu.conf file in text editor and paste the following inside the file:
blacklist i2c_nvidia_gpu

Save the file and close. Close the file manager. In terminal, you can type exit or close the terminal and relaunch terminal.
Now, you msut run

sudo update-initramfs -u

for the changes to take effect.

Reboot and test...

2 Likes

hii bro thanks a lot this is very helpful and it works, however I still found a message containing [ 7.097879], but it's okay this is very much better than the previous error message

1 Like

That is a timestamp.

You may be able to remove that as well by removing the "splash" parameter in grub.
GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3"
Tap ctrl+o to overwrite, then enter key to save current configuration. Tap ctrl+x to exit the editor.
Now you must run

sudo update-grub

1 Like

If it is an error for the system, but you are not inconvenienced, it is not an error for you. I just ignore such error messages.

1 Like

thanks

thanks bro

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.