Could someone give me any clues what going on here?
When I installed proxmox I had
Then, after upgrading OS to 8 version it's installed newer version of a kernel
However, I still have the old version.
I tried to update with the guide of proxmox but stuck with the old kernel version
Every time when I did something I upgraded configs with the tool and rebooted the OS
1 - I put kernel into manual section in proxmox-boot-tool, still the same
2 - I even tried to override grub configs with
3 - I pinned the kernel I wanted and still the same
4 - The last step that I made was removing the old kernel and still nothing
(NOTE: this server is playground)
There wasn't selection menu for kernels
When I installed proxmox I had
Code:
Linux prox 5.15.102-1-pve
Then, after upgrading OS to 8 version it's installed newer version of a kernel
Code:
6.2.16-3-pve
However, I still have the old version.
Code:
root@prox:~# uname -a
Linux prox 5.15.102-1-pve #1 SMP PVE 5.15.102-1 (2023-03-14T13:48Z) x86_64 GNU/Linux
I tried to update with the guide of proxmox but stuck with the old kernel version
Every time when I did something I upgraded configs with the tool and rebooted the OS
1 - I put kernel into manual section in proxmox-boot-tool, still the same
2 - I even tried to override grub configs with
GRUB_DEFAULT="gnulinux-advanced-066c6f2a736fc09e>gnulinux-6.2.16-3-pve-advanced-066c6f2a736fc09e" and still the same
, nothing3 - I pinned the kernel I wanted and still the same
4 - The last step that I made was removing the old kernel and still nothing
(NOTE: this server is playground)
There wasn't selection menu for kernels
Code:
root@prox:~# dpkg -l |grep pve-kernel
ii pve-firmware 3.7-1 all Binary firmware code for the pve-kernel
rc pve-kernel-5.15.107-2-pve 5.15.107-2 amd64 Proxmox Kernel Image
ii pve-kernel-6.2 8.0.2 all Latest Proxmox VE Kernel Image
ii pve-kernel-6.2.16-3-pve 6.2.16-3 amd64 Proxmox Kernel Image
rc pve-kernel-helper 7.2-14 all Function for various kernel maintenance tasks.
Code:
root@prox:~# proxmox-boot-tool kernel list
Manually selected kernels:
None.
Automatically selected kernels:
6.2.16-3-pve
root@prox:~#
Code:
root@prox:~# proxmox-boot-tool reinit
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
UUID="4423-0349" SIZE="536870912" FSTYPE="vfat" PARTTYPE="c12a7328-f81f-11d2-ba4b-00a0c93ec93b" PKNAME="sdc" MOUNTPOINT=""
Mounting '/dev/disk/by-uuid/4423-0349' on '/var/tmp/espmounts/4423-0349'.
Installing systemd-boot..
E: bootctl is not available - make sure systemd-boot is installed
root@prox:~# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
System currently booted with uefi
4423-0349 is configured with: uefi (versions: 6.2.16-3-pve)
Code:
root@prox:~# ls /lib/modules/
5.19.17-2-pve 6.2.16-3-pve
Last edited: