Recent content by alia80

  1. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    Success! These are the steps: umount /boot/efi proxmox-boot-tool init /dev/disk/by-uuid/AED9-4562 grub proxmox-boot-tool refresh mount -a reboot After that the system rebooted with the updates showing kernel: Linux 6.17.4-2-pve . Thanks for your help @Gilou, much appreciated :)
  2. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    Could this also solve the problem? proxmox-boot-tool kernel pin 6.17.4-2-pve what are the risks of formatting and re-initializing the efi partition?
  3. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    # efibootmgr BootCurrent: 0006 Timeout: 2 seconds BootOrder: 0006,0007,0000,0001,0002,0003,0004,0005 Boot0000 Windows Boot Manager...
  4. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    I don't have ZFS on the boot drive. I cleared all warnings from pve8to9 prior to apt update && apt dist-upgrade . I don't have bootctl command available.
  5. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    # proxmox-boot-tool status Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace.. System currently booted with uefi AED9-4562 is configured with: uefi (versions: 5.15.158-2-pve, 6.8.12-18-pve, grubx64.efi)
  6. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    Tried the following so far: proxmox-boot-tool kernel unpin proxmox-boot-tool refresh and also: apt install --reinstall proxmox-kernel-6.17 reboot made no difference.
  7. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    # update-grub Generating grub configuration file ... W: This system is booted via proxmox-boot-tool: W: Executing 'update-grub' directly does not update the correct configs! W: Running: 'proxmox-boot-tool refresh' No /etc/kernel/cmdline found - falling back to /proc/cmdline...
  8. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    # proxmox-boot-tool kernel unpin Removed /etc/kernel/next-boot-pin. Removed /etc/kernel/proxmox-boot-pin. # proxmox-boot-tool refresh Running hook script 'proxmox-auto-removal'.. Running hook script 'zz-proxmox-boot'.. Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount...
  9. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    update-grub didn't help and neither did proxmox-boot-tool refresh but I tried that a while ago
  10. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    Unfortunately this could be one of the problems, as I originally started with PVE6 I have a lot of old version: # ls /boot config-5.11.22-1-pve config-5.11.22-7-pve config-5.13.19-2-pve config-5.13.19-6-pve config-5.15.158-2-pve config-6.17.4-2-pve config-6.8.12-18-pve efi grub...
  11. A

    Proxmox VE 8 to 9 in-place update but kernel still on 6.8

    I did an in-place upgrade from PVE8 to PVE9 but after the update the kernel and zfs are still showing old versions even though they both seem to have updated: # pveversion pve-manager/9.1.4/5ac30304265fbd8e (running kernel: 6.8.12-18-pve) # uname -a Linux ghar80 6.8.12-18-pve #1 SMP...