Recent content by eyeless77

  1. E

    [SOLVED] Cannot boot into new kernel after upgrade to 6.5 (PVE 8.1.3)

    What I've done. 1. Used this script inside 5.15 kernel (https://github.com/jordanhillis/pvekclean.git) with flags pvekclean -rn to remove all kernels except 5.15 and 6.5 2. Installed latest kernel 6.5.11-6-pve with apt dist-upgrade The KVM console is still unresponsive, but the host boots at least.
  2. E

    [SOLVED] Cannot boot into new kernel after upgrade to 6.5 (PVE 8.1.3)

    One more thing I tried: - Remove all 6.2/6.5 kernels with apt remove proxmox-kernel-6.xx.x-pve - Install them from scratch: apt install proxmox-kernel-6.5.11-5-pve, apt install proxmox-kernel-6.2.16-19-pve. Now I've got the following grub menu: But I'm still unable to boot into 6.2.16-19 or...
  3. E

    Proxmox VE 8.1 released!

    Got some issues with upgrading to 8.1 with 100% full /boot partitions. Would appreciate any suggestions. Created a post: https://forum.proxmox.com/threads/cannot-boot-into-new-kernel-after-upgrade-to-6-5-pve-8-1-3.137140/
  4. E

    [SOLVED] Cannot boot into new kernel after upgrade to 6.5 (PVE 8.1.3)

    Some screenshots with 6.5 stuck on boot (quiet). And regular one:
  5. E

    [SOLVED] Cannot boot into new kernel after upgrade to 6.5 (PVE 8.1.3)

    Hi all, I tried to upgrade my hypervisor just as usual by apt update and apt dist-upgrade followed by reboot commands. This was a minor upgrade from 8.0.x to 8.1. But the server didn't boot up. After connecting to KVM console I've noticed that it's stuck on boot. I had some kernel versions...
  6. E

    Can't run WSL2 on 8.1 (VIDEO_DXGKRNL_FATAL_ERROR)

    Hi. I had issues with nested virtualization on AMD Ryzen 5 3600x, somewhere I found a solution to add the following line to VM config (/etc/pve/qemu-server/vmid.conf) args: -cpu 'host,+svm' Give it a try.