On Sat, Sep 05, 2026 at 17:57:51 +0200, Gerard ROBIN wrote: > Thanks for your help. > > dpkg -l "linux-image*" > Desired=Unknown/Install/Remove/Purge/Hold > | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend > |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) > ||/ Name Version Architecture > Description > +++-========================================-============-============-=================================== > ii linux-image-6.12.94+deb13-amd64 6.12.94-1 amd64 Linux > 6.12 for 64-bit PCs (signed) > un linux-image-6.12.94+deb13-amd64-unsigned <none> <none> (no > description available) > ii linux-image-amd64 6.12.94-1 amd64 Linux > for 64-bit PCs (meta-package) > un linux-image-generic <none> <none> (no > description available)
When was the last time you did an "apt update" on this system? linux-image-amd64 should be on version 6.12.107-1 now. If apt update doesn't work, then you should check your sources.list or debian.sources file and make sure it includes both the main repository and the security updates. Another helpful command may be "apt policy linux-image-amd64".

