Hi everyone,
I followed some related topics, but none of the solutions worked for me.
The problem: hang on boot
It happens after system update and reverting doesn’t fix it.
All hardware tests show no errors.
I’ve discovered an ACPI error reported as a BIOS bug, but it does not seem to be the problem. I’ve tried all older driver versions back to 454 without success - all hang on boot.
Additionally, I can run Ctrl+Alt+F2 and then nvidia-bug-report.sh
and nvidia-smi
. Both work fine.
Only the gdm fails to load just before the login screen appears. Can’t use any nvidia driver only nouveau
The only meaningful error found sofar is in the nvidia-bug-report.log:
All hardware tests show no errors.
I’ve discovered an ACPI error reported as a BIOS bug, but it does not seem to be the problem. I’ve tried all older driver versions back to 454 without success - all hang on boot.
[ 3.490857] hid-multitouch 0018:2808:0102.0001: input,hidraw0: I2C HID v1.00 Mouse [FTCS1000:01 2808:0102] on i2c-FTCS1000:01
[ 3.560664] nvidia: loading out-of-tree module taints kernel.
[ 3.560672] nvidia: module license 'NVIDIA' taints kernel.
[ 3.560673] Disabling lock debugging due to kernel taint
[ 3.560675] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 3.560675] nvidia: module license taints kernel.
[ 3.688897] nvidia-nvlink: Nvlink Core is being initialized, major device number 510
[ 3.690179] nvidia 0000:01:00.0: enabling device (0100 -> 0103)
[ 3.698777] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
I’ve tried those drivers listed by apt-cache
or ubuntu-drivers autoinstall
back to 454 - no difference.
What confuses me is the error in nvidia-bug-report.log
module verification failed: signature and/or required key missing - tainting kernel
Here is some technical info:
$ inxi -SG
System:
Host: laptopWithLinux Kernel: 6.5.0-45-generic x86_64 bits: 64
Desktop: GNOME 42.9 Distro: Ubuntu 22.04.4 LTS (Jammy Jellyfish)
Graphics:
Device-1: Intel Alder Lake-P Integrated Graphics driver: i915 v: kernel
Device-2: NVIDIA GA106M [GeForce RTX 3060 Mobile / Max-Q] driver: nouveau
v: kernel
Device-3: Chicony USB2.0 Camera type: USB driver: uvcvideo
Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting
unloaded: fbdev,vesa gpu: i915 resolution: 2560x1600
OpenGL: renderer: NV176 v: 4.3 Mesa 23.2.1-1ubuntu3.1~22.04.2
nvidia_uvm 4943872 2
nvidia_drm 122880 3
nvidia_modeset 1368064 6 nvidia_drm
nvidia 54575104 62 nvidia_uvm,nvidia_modeset
drm_kms_helper 274432 3 drm_display_helper,nvidia_drm,i915
drm 765952 12 drm_kms_helper,drm_display_helper,nvidia,drm_buddy,nvidia_drm,i915,ttm
video 73728 2 i915,nvidia_modeset
Mon Aug 5 21:54:47 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 555.58.02 Driver Version: 555.58.02 CUDA Version: 12.5 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 3060 ... Off | 00000000:01:00.0 Off | N/A |
| N/A 47C P8 14W / 80W | 24MiB / 6144MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 2385 G /usr/lib/xorg/Xorg 7MiB |
| 0 N/A N/A 2593 G /usr/bin/gnome-shell 3MiB |
+-----------------------------------------------------------------------------------------+
Thanks