Hello and thank you for all the work that goes into Debian.
I had the nvidia driver issue with 12.5. I have debian-updates in my
sources.list
───────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ File: /etc/apt/sources.list
───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ #deb cdrom:[Debian GNU/Linux 12.4.0 _Bookworm_ - Official
amd64 NETINST with firmware 20231210-17:56]/ bookworm main non-free-firmware
2 │
3 │ deb http://deb.debian.org/debian/ bookworm main contrib
non-free non-free-firmware
4 │ deb-src http://deb.debian.org/debian/ bookworm main
non-free-firmware
5 │
6 │ deb http://security.debian.org/debian-security
bookworm-security main non-free-firmware
7 │ deb-src http://security.debian.org/debian-security
bookworm-security main non-free-firmware
8 │
9 │ # bookworm-updates, to get updates before a point release is made;
10 │ # see
https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
11 │ deb http://deb.debian.org/debian/ bookworm-updates main
non-free-firmware
12 │ deb-src http://deb.debian.org/debian/ bookworm-updates main
non-free-firmware
13 │
14 │ # This system was installed using small removable media
15 │ # (e.g. netinst, live or single CD). The matching "deb cdrom"
16 │ # entries were disabled at the end of the installation process.
17 │ # For information about how to configure apt package sources,
18 │ # see the sources.list(5) manual.
But when running the update/upgrade I still get the following error.
sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up linux-image-6.1.0-18-amd64 (6.1.76-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 6.1.0-18-amd64.
Sign command: /usr/lib/linux-kbuild-6.1/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
Building module:
Cleaning build area...
env NV_VERBOSE=1 make -j12 modules
KERNEL_UNAME=6.1.0-18-amd64...............(bad exit status: 2)
Error! Bad return status for module build on kernel: 6.1.0-18-amd64 (x86_64)
Consult /var/lib/dkms/nvidia-current/525.147.05/build/make.log for more
information.
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
dkms: autoinstall for kernel: 6.1.0-18-amd64 failed!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: error processing package linux-image-6.1.0-18-amd64 (--configure):
installed linux-image-6.1.0-18-amd64 package post-installation script
subprocess returned error exit status 1
Setting up linux-headers-6.1.0-18-amd64 (6.1.76-1) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 6.1.0-18-amd64.
Sign command: /usr/lib/linux-kbuild-6.1/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
Building module:
Cleaning build area...
env NV_VERBOSE=1 make -j12 modules
KERNEL_UNAME=6.1.0-18-amd64................(bad exit status: 2)
Error! Bad return status for module build on kernel: 6.1.0-18-amd64 (x86_64)
Consult /var/lib/dkms/nvidia-current/525.147.05/build/make.log for more
information.
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
dkms: autoinstall for kernel: 6.1.0-18-amd64 failed!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
Failed to process /etc/kernel/header_postinst.d at
/var/lib/dpkg/info/linux-headers-6.1.0-18-amd64.postinst line 11.
dpkg: error processing package linux-headers-6.1.0-18-amd64 (--configure):
installed linux-headers-6.1.0-18-amd64 package post-installation
script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-image-amd64:
linux-image-amd64 depends on linux-image-6.1.0-18-amd64 (= 6.1.76-1);
however:
Package linux-image-6.1.0-18-amd64 is not configured yet.
dpkg: error processing package linux-image-amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-headers-amd64:
linux-headers-amd64 depends on linux-headers-6.1.0-18-amd64 (=
6.1.76-1); however:
Package linux-headers-6.1.0-18-amd64 is not configured yet.
dpkg: error processing package linux-headers-amd64 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-6.1.0-18-amd64
linux-headers-6.1.0-18-amd64
linux-image-amd64
linux-headers-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
I'm not sure what else I need to do but I would love any guidance.