[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: No graphical environment with nvidia after upgrade to Trixie 13.2 due to not-installed linux headers package



On Sun 16 Nov 2025 at 21:38:38 (-0800), Matthew Todd wrote:

> `dpkg -l` shows that "linux-headers-6.12.48+deb13-{amd64,common}" are both installed, and none are installed for 6.12.57 kernel. It also shows that "linux-headers-amd64" was removed (status "rc.") I don't think I ever manually removed them, so it was likely removed by an automated upgrade / autoremove at some point.

You may be able to discover how this happened by zgrepping
linux-headers-amd64 in /var/log/apt/history.log* and
examining any files that match.

Here's where I upgraded the kernel the other day, and autoremoved
the third (and oldest) version. Obviously I didn't remove
linux-image-amd64, which by analogy with linux-headers-amd64,
keeps the kernel itself up-to-date. (This machine doesn't
currently require kernel headers.)

  Start-Date: 2025-11-18  14:27:31
  Commandline: apt-get dist-upgrade
  Install: linux-image-6.12.57+deb13-amd64:amd64 (6.12.57-1, automatic)
  Upgrade: linux-image-amd64:amd64 (6.12.48-1, 6.12.57-1)
  End-Date: 2025-11-18  14:28:48

  Start-Date: 2025-11-18  14:32:47
  Commandline: apt-get --purge autoremove
  Purge: linux-image-6.12.43+deb13-amd64:amd64 (6.12.43-1)
  End-Date: 2025-11-18  14:33:09

Cheers,
David.


Reply to: