Hi,
on one of my hosts the kernel panics in an early phase of the boot process ("VFS ...."). This only happens in 6.5.13-3-pve. 6.5.13-1-pve and every older kernels are fine.
I use ZFS as storage (HDD an NVMe) and the root-fs is on an MD-mirror (NVMe). Solved the problem temporarily by modifying /etc/default/grub to not use the newest kernel.
(1: use the second option in grub-menu, which is "Advanced options for Proxmox...", then 2: use the third option in the submenu, which is the first older kernel)
then
This is far from ideal, but it works for the moment.
on one of my hosts the kernel panics in an early phase of the boot process ("VFS ...."). This only happens in 6.5.13-3-pve. 6.5.13-1-pve and every older kernels are fine.
I use ZFS as storage (HDD an NVMe) and the root-fs is on an MD-mirror (NVMe). Solved the problem temporarily by modifying /etc/default/grub to not use the newest kernel.
Code:
GRUB_DEFAULT='1>2'
then
root@pve# update-grub
This is far from ideal, but it works for the moment.