I see that there are other similar threads to my issue, but none of them seem to quite fit my situation and/or I don't fully understand them.
When I run `apt upgrade`, I get this output:
Code
# 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.12.9+bpo-amd64 (6.12.9-1~bpo12+1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 6.12.9+bpo-amd64.
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/gasket/1.0/source/dkms.conf)
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/gasket/1.0/source/dkms.conf)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /lib/modules/6.12.9+bpo-amd64/build/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/gasket/1.0/source/dkms.conf)
Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.12.9+bpo-amd64 -C /lib/modules/6.12.9+bpo-amd64/build M=/var/lib/dkms/gasket/1.0/build...(bad exit status: 2)
Error! Bad return status for module build on kernel: 6.12.9+bpo-amd64 (x86_64)
Consult /var/lib/dkms/gasket/1.0/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.12.9+bpo-amd64 failed!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: error processing package linux-image-6.12.9+bpo-amd64 (--configure):
installed linux-image-6.12.9+bpo-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.12.9+bpo-amd64 (= 6.12.9-1~bpo12+1); however:
Package linux-image-6.12.9+bpo-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-6.12.9+bpo-amd64:
linux-headers-6.12.9+bpo-amd64 depends on linux-image-6.12.9+bpo-amd64 (= 6.12.9-1~bpo12+1) | linux-image-6.12.9+bpo-amd64-unsigned (= 6.12.9-1~bpo12+1); however:
Package linux-image-6.12.9+bpo-amd64 is not configured yet.
Package linux-image-6.12.9+bpo-amd64-unsigned is not installed.
dpkg: error processing package linux-headers-6.12.9+bpo-amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-headers-amd64:
linux-headers-amd64 depends on linux-headers-6.12.9+bpo-amd64 (= 6.12.9-1~bpo12+1); however:
Package linux-headers-6.12.9+bpo-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.12.9+bpo-amd64
linux-image-amd64
linux-headers-6.12.9+bpo-amd64
linux-headers-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
Display More
I just recently upgraded from omv6 to omv7.
Please let me know what other information I can provide for troubleshooting! Thanks