New Windows 11 VM Fails Boot After Update

I fixed it thanks to some other infos here from the forums.

Solution for me:

vm.conf
args: -cpu host,hv_passthrough,level=30,-waitpkg
(remove "cpu:" info line)

set /sys/module/kvm/parameters/ignore_msrs to Y

  • temporary
echo "Y" > /sys/module/kvm/parameters/ignore_msrs

  • persistent
echo "options kvm ignore_msrs=1" >> /etc/modprobe.d/kvm.conf
modprobe -r kvm
modprobe kvm


Sources:
https://forum.proxmox.com/threads/w...n-windows-guest-on-13th-gen-intel-cpu.131950/
https://pve.proxmox.com/wiki/Nested_Virtualization#Troubleshooting

Thanks everyone
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!