cannot get WSL2 to work in Windows 11, that is virtualized inside of proxmox 8

Can you run the command: wsl —-status in order to verify from that screenshot it could be WSL 1.0.
I can get WSL 1 running but not WSL 2.
 
Have you tried passing through integrated Intel Graphics? This above works in getting the VM to boot to the Windows Desktop but you get the Error 43 message for the Intel Iris XE graphics and the OS doesn't list the GPU in Task Manager.
i can confirm this breaks GPU passthrough :-(
 
win11
args: -cpu host,hv_passthrough,level=30,-waitpkg

work fine, 4090 passthrough also work
OMG this worked!!! AMAZING

If you are having this problem and you're anything like me, you might not even know what he means by this but its super simple so Ill give you some context.

In your host edit the config for your windows VM

nano /etc/pve/qemu-server/<vm-id>.conf
add the line that he posted to the bottom of the file (obviously if you already have an args line, you may need to edit it instead:

args: -cpu host,hv_passthrough,level=30,-waitpkg

Start VM up and viola!
 
Last edited:
I can confirm that on i9-13900K this works:

Code:
args: -cpu Cooperlake,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time,+vmx

while this doesn't work:
Code:
args: -cpu host,hv_passthrough,level=30,-waitpkg

I didn't try GPU passthrough and it's disabled in my setup,
 

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!