2024-09-10, 04:43 PM
(This post was last modified: 2024-09-10, 04:43 PM by TheDreadPirate.)
And what does proxmox call all of the extra packages it includes with the kernel (Ubuntu example below). It should be similarly named (headers, modules, modules-extra).
I also see that it installed a newer kernel than what you started with in this thread (6.8.12). Did it install and then change which one you are running on boot?
Code:
chris@rat-trap:~$ sudo apt list --installed | grep 6.8.0-44
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
linux-headers-6.8.0-44-generic/noble-updates,now 6.8.0-44.44 amd64 [installed]
linux-headers-6.8.0-44/noble-updates,now 6.8.0-44.44 all [installed,automatic]
linux-image-6.8.0-44-generic/noble-updates,now 6.8.0-44.44 amd64 [installed]
linux-modules-6.8.0-44-generic/noble-updates,now 6.8.0-44.44 amd64 [installed,automatic]
linux-modules-extra-6.8.0-44-generic/noble-updates,now 6.8.0-44.44 amd64 [installed]
I also see that it installed a newer kernel than what you started with in this thread (6.8.12). Did it install and then change which one you are running on boot?
Code:
uname -a