[SOLVED] Update proxmox while keeping pinned kernel

Por12

Member
Mar 6, 2023
59
3
13
Hi there,

One of my proxmox servers has the kernel 6.5.13-5 pinned as newer versions give issues with the Coral TPU PCIe (at least they gave issues a couple weeks ago so I decided to pin down the version following recommendations on this forum).

Code:
pve-manager/8.2.2/9355359cd7afbae4 (running kernel: 6.5.13-5-pve)

I'd like to update all the other packages while keeping this pinned version active. Can anyone guide me on how to do it? All documentation I find online seems to end at "how to pin down a specific kernel".

Thanks!
Regards
 
Thanks! For future reference: apt-mark hold $(uname -r) holds current active kernel (uname -r returns current active kernel).