1

Today I installed new proprietary and tested nvidia drivers for Ubuntu 22.04. Kernel 5.15. After the grub screen the logs showed

ACPI BIOS Error (bug): could not resolve symbol [\_TZ.ETHD]

Than the screen goes black.

Is there a way to fix it by installing the drivers from life USB? Thanks for any leads

Nvidia is GTX 1660Ti

Fildo7525
  • 21
  • 1
  • 6
  • The ACPI error is probably not a problem, lots of those with later kernels. Have you tried recovery or safe mode when booting? Look at the grub menu and if not an option, look under the "advanced" choice for more items. – ubfan1 Jan 06 '23 at 19:34
  • What do you mean by screen is black?

    Is screen black and you see no boot messages even after jamming on the escape key?

    Is the screen black after it boots?

    Are you stuck on a terminal prompt?

    The ACPI message you see there happens with EVERY nvidia driver due to the proprietary nature of their software. That's not a bug.

    – sean Jan 07 '23 at 17:49

2 Answers2

0

Since you using the proprietary NVIDIA driver make sure to turn off Secure boot in your UEFI.

This has been asked two weeks ago and should solve your problem.

kanehekili
  • 6,402
0

I had a hard time with the same issue, with a specific case.

My config : new ROG Strix B550-F motherboard, 5 GPUs (3090 x2, 3070 x3, using riser to connect thoses on motherboard), CPU Ryzen 7 5900X.

BIOS ver 3002

This could also affect anyone using risers for GPUs with new motherboards.

1. Disable Secure Boot

Old version BIOS.

Latest BIOS version in "Boot > Secure Boot > Key Management", erase the secure boot key (back up it before if necessary, with the option "Save all Secure Boot Variables").

Disable Secure Boot

2. Change PCIe mode

In "Advanced > Onboard Devices Configuration".

I forced it to PCIe Gen2.

Auto mode will not work properly with risers. (More in this post).

Change PCIe mode

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center. – Community Mar 22 '23 at 11:01