Installed wrong kernel image and header by mistake

Raza Dufresne

Member
Feb 7, 2018
8
0
6
38
So I made a bit mistake. I meant to SSH into another machine but instead SSHed into my proxmox machine that I have windows running on and ran the command to install 'linux-image-5.9.0-0.bpo.5-cloud-amd' and 'linux-headers-5.9.0-0.bpo.5-cloud-amd' from buster backports.

I'm not sure what the current proxmox kernel image and headers are and how to install them back.

Any help would be appreciated.
 
Code:
apt install proxmox-ve pve-container pve-ha-manager pve-manager pve-qemu-kvm qemu-server spiceterm pve-kernel-5.4
apt remove --purge linux-image-*
update-initramfs -k all -u
update-grub
reboot
 
Last edited: