i've updated my proxmox to the latest 8.1.3 version, and kernel 6.5.11-4 installed with that upgrade.
after rebooting i noticed that the kernel-version in the summary screen still was 6.2.16-3.
i rebooted the system again, and in the linux boot screen, the only kernel visible was 6.2.16-3, while i have more kernels installed
	
	
	
		
the default kernel entry in grub.cfg points to 6.5.11-4
	
	
	
		
the partition the system boots from is sdd
	
	
	
		
i already tried update-grub /dev/sdd several times, but the latest kernel is not visible after a reboot
when installing a new kernel, there are some messages about missing EFI partitions ?
	
	
	
		
				
			after rebooting i noticed that the kernel-version in the summary screen still was 6.2.16-3.
i rebooted the system again, and in the linux boot screen, the only kernel visible was 6.2.16-3, while i have more kernels installed
		Code:
	
	nfs-kernel-server/stable,now 1:2.6.2-4 amd64 [installed]
proxmox-default-kernel/stable,now 1.0.1 all [installed,automatic]
proxmox-kernel-6.2.16-18-pve/stable,now 6.2.16-18 amd64 [installed]
proxmox-kernel-6.2.16-19-pve/stable,now 6.2.16-19 amd64 [installed,automatic]
proxmox-kernel-6.2/stable,now 6.2.16-19 all [installed,automatic]
proxmox-kernel-6.5.11-4-pve-signed/stable,now 6.5.11-4 amd64 [installed,automatic]
proxmox-kernel-6.5/stable,now 6.5.11-4 all [installed,automatic]
proxmox-kernel-helper/stable,now 8.0.9 all [installed]
pve-kernel-6.2.16-3-pve/stable,now 6.2.16-3 amd64 [installed]
pve-kernel-6.2/stable,now 8.0.5 all [installed]
	the default kernel entry in grub.cfg points to 6.5.11-4
		Code:
	
	menuentry 'Proxmox VE GNU/Linux' --class proxmox --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-44a79db9-256c-4ddd-a237-0ec22d1eb400' {
    load_video
    insmod gzio
    if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    insmod part_gpt
    insmod lvm
    insmod ext2
    set root='lvmid/NLUfF0-BHTM-Ulb8-CkI1-TVyC-eiyP-hHxSHv/HqtWP7-mKl0-uc9o-fCc9-R6NC-FQyD-wH1rfo'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint='lvmid/NLUfF0-BHTM-Ulb8-CkI1-TVyC-eiyP-hHxSHv/HqtWP7-mKl0-uc9o-fCc9-R6NC-FQyD-wH1rfo'  44a79db9-256c-4ddd-a237-0ec22d1eb400
    else
      search --no-floppy --fs-uuid --set=root 44a79db9-256c-4ddd-a237-0ec22d1eb400
    fi
    echo    'Loading Linux 6.5.11-4-pve ...'
    linux    /boot/vmlinuz-6.5.11-4-pve root=/dev/mapper/pve-root ro  quiet intel_iommu=off intremap=off
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-6.5.11-4-pve
	the partition the system boots from is sdd
		Code:
	
	root@kellingin:/boot# fdisk -l /dev/sdd
Disk /dev/sdd: 29.3 GiB, 31457280000 bytes, 61440000 sectors
Disk model: PHILIPS        
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xea908e52
Device     Boot Start    End Sectors  Size Id Type
/dev/sdd1  *     2048 264191  262144  128M 83 Linux
	i already tried update-grub /dev/sdd several times, but the latest kernel is not visible after a reboot
when installing a new kernel, there are some messages about missing EFI partitions ?
		Code:
	
	root@kellingin:/boot# apt install proxmox-kernel-6.5.11-3-pve
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  proxmox-kernel-6.5.11-3-pve
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 99.6 MB of archives.
After this operation, 558 MB of additional disk space will be used.
Get:1 http://download.proxmox.com/debian/pve bookworm/pve-no-subscription amd64 proxmox-kernel-6.5.11-3-pve amd64 6.5.11-3 [99.6 MB]
Fetched 99.6 MB in 4s (26.2 MB/s)                      
Selecting previously unselected package proxmox-kernel-6.5.11-3-pve.
(Reading database ... 71336 files and directories currently installed.)
Preparing to unpack .../proxmox-kernel-6.5.11-3-pve_6.5.11-3_amd64.deb ...
Unpacking proxmox-kernel-6.5.11-3-pve (6.5.11-3) ...
Setting up proxmox-kernel-6.5.11-3-pve (6.5.11-3) ...
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 6.5.11-3-pve /boot/vmlinuz-6.5.11-3-pve
update-initramfs: Generating /boot/initrd.img-6.5.11-3-pve
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi.
Alternatively, use --esp-path= to specify path to mount point.
run-parts: executing /etc/kernel/postinst.d/proxmox-auto-removal 6.5.11-3-pve /boot/vmlinuz-6.5.11-3-pve
run-parts: executing /etc/kernel/postinst.d/zz-proxmox-boot 6.5.11-3-pve /boot/vmlinuz-6.5.11-3-pve
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
run-parts: executing /etc/kernel/postinst.d/zz-systemd-boot 6.5.11-3-pve /boot/vmlinuz-6.5.11-3-pve
Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi.
Alternatively, use --esp-path= to specify path to mount point.
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 6.5.11-3-pve /boot/vmlinuz-6.5.11-3-pve
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.5.11-4-pve
Found initrd image: /boot/initrd.img-6.5.11-4-pve
Found linux image: /boot/vmlinuz-6.5.11-3-pve
Found initrd image: /boot/initrd.img-6.5.11-3-pve
Found linux image: /boot/vmlinuz-6.2.16-19-pve
Found initrd image: /boot/initrd.img-6.2.16-19-pve
Found linux image: /boot/vmlinuz-6.2.16-18-pve
Found initrd image: /boot/initrd.img-6.2.16-18-pve
Found linux image: /boot/vmlinuz-6.2.16-3-pve
Found initrd image: /boot/initrd.img-6.2.16-3-pve
Found memtest86+x64 image: /boot/memtest86+x64.bin
done
	
			
				Last edited: