Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
I updated my system as normal through update button on Discover App.
* What exactly did you do (or not do) that was effective (or
ineffective)?
I executed the command `sudo apt full-upgrade`, which was ineffective.
* What was the outcome of this action?
```
REMOVING:
linux-image-6.12.73+deb13-amd64
Summary:
Upgrading: 0, Installing: 0, Removing: 1, Not Upgrading: 0
4 not fully installed or removed.
Freed space: 111 MB
Continue? [Y/n] y
(Reading database ... 351917 files and directories currently installed.)
Removing linux-image-6.12.73+deb13-amd64 (6.12.73-1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-6.12.73+deb13-amd64
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-6.12.94+deb13-amd64
Found linux image: /boot/vmlinuz-6.12.90+deb13.1-amd64
Found initrd image: /boot/initrd.img-6.12.90+deb13.1-amd64
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot
entries.
Adding boot menu entry for UEFI Firmware Settings ...
done
Setting up linux-image-6.12.94+deb13-amd64 (6.12.94-1) ...
I: /initrd.img is now a symlink to boot/initrd.img-6.12.94+deb13-amd64
/etc/kernel/postinst.d/dkms:
Sign command: /lib/modules/6.12.94+deb13-amd64/build/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
Autoinstall of module nvidia/580.159.04 for kernel 6.12.94+deb13-amd64 (x86_64)
Building module(s).................(bad exit status: 2)
Failed command:
'make' -j12 NV_EXCLUDE_BUILD_MODULES='' KERNEL_UNAME=6.12.94+deb13-amd64
modules
Error! Bad return status for module build on kernel: 6.12.94+deb13-amd64
(x86_64)
Consult /var/lib/dkms/nvidia/580.159.04/build/make.log for more information.
Autoinstall on 6.12.94+deb13-amd64 failed for module(s) nvidia(10).
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
run-parts: /etc/kernel/postinst.d/dkms exited with return code 1
dpkg: error processing package linux-image-6.12.94+deb13-amd64 (--configure):
installed linux-image-6.12.94+deb13-amd64 package post-installation script
subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-
headers-6.12.94+deb13-amd64:
linux-headers-6.12.94+deb13-amd64 depends on linux-image-6.12.94+deb13-amd64
(= 6.12.94-1) | linux-image-6.12.94+deb13-amd64-unsigned (= 6.12.94-1);
however:
Package linux-image-6.12.94+deb13-amd64 is not configured yet.
Package linux-image-6.12.94+deb13-amd64-unsigned is not installed.
dpkg: error processing package linux-headers-6.12.94+deb13-amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-headers-amd64:
linux-headers-amd64 depends on linux-headers-6.12.94+deb13-amd64 (=
6.12.94-1); however:
Package linux-headers-6.12.94+deb13-amd64 is not configured yet.
dpkg: error processing package linux-headers-amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-amd64:
linux-image-amd64 depends on linux-image-6.12.94+deb13-amd64 (= 6.12.94-1);
however:
Package linux-image-6.12.94+deb13-amd64 is not configured yet.
dpkg: error processing package linux-image-amd64 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-6.12.94+deb13-amd64
linux-headers-6.12.94+deb13-amd64
linux-headers-amd64
linux-image-amd64
Error: Sub-process /usr/bin/dpkg returned an error code (1)
```
* What outcome did you expect instead?
A successful update of Linux Kernel.