Hello im posting about an issue im having with the new kernel/nvidia driver issues a lot of folks are having with 6.1.0-18-amd64. When I tried to update to the new kernel from 6.1.0-17=amd64 it would give me errors and configuration/dependency problems. Im seeing that the issue was fixed with new nvidia drivers in bookworm-updates. I have the newer version nvidia (525.147.05-7~deb12u1) and running on linux-image-6.1.0-17-amd64. For apt update I get all packages up to date and for apt upgrade I get 4 not fully installed packages:
linux-headers-6.1.0-18-amd64
linux-headers-amd64
linux-image-6.1.0-18-amd64
linux-image-amd64
Then I let it continue to configure and finish installing them but I just get the same thing as before.
ive tried apt-get -f install, apt full-upgrade, dpkg --configure linux-..., dpkg -C, apt purge "*nvidia*", apt install nvidia-driver firmware-misc-nonfree nothing works. This is my sources.list:
Any help would be greatly appreciated.
linux-headers-6.1.0-18-amd64
linux-headers-amd64
linux-image-6.1.0-18-amd64
linux-image-amd64
Then I let it continue to configure and finish installing them but I just get the same thing as before.
Code:
Reading package lists... DoneBuilding dependency tree... DoneReading state information... DoneCalculating upgrade... Done0 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] 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-fileSigning key: /var/lib/dkms/mok.keyPublic certificate (MOK): /var/lib/dkms/mok.pubBuilding module:Cleaning build area...'make' all KVER=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/88x2bu/1.1/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 11dpkg: 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 1Setting 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-fileSigning key: /var/lib/dkms/mok.keyPublic certificate (MOK): /var/lib/dkms/mok.pubBuilding module:Cleaning build area...'make' all KVER=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/88x2bu/1.1/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 11Failed 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 1dpkg: 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 unconfigureddpkg: 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 unconfiguredErrors were encountered while processing: linux-image-6.1.0-18-amd64 linux-headers-6.1.0-18-amd64 linux-image-amd64 linux-headers-amd64E: Sub-process /usr/bin/dpkg returned an error code (1)
Code:
deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmwaredeb-src https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmwaredeb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmwaredeb-src http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmwaredeb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmwaredeb-src https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
Statistics: Posted by huemob — 2024-02-23 21:34 — Replies 2 — Views 105