Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

Oh! OH!!!! Okay, I found something! Adding this kernel command line boot parameter FIXES IT:
Code:
xe.vram_bar_size=-1
To tidy up your Kernel command line, you can tweak / create /etc/modprobe.d/xe.conf by adding:
Code:
options xe vram_bar_size=-1
After that, run update-initramfs -uk all to ensure your initramfs are fresh. Once that’s done, you can remove it from your kernel command.
Now you’re all set!