I have a LXD VM for Windows 11 that is up and running just fine. I have enabled virtualization on my Ubuntu 22.04 LXD Intel host with:
sudo modprobe kvm_intel nested=1
I have verified that virtualization is enabled:
cat /sys/module/kvm_intel/parameters/nested
On my Windows 11 LXD VM I have installed wsl from an administrator powershell prompt:
wsl --install
This appears to complete without error. Unfortunately, when I reboot the Win11 LXD VM, I get a blue screen prompting me to do a repair and I can’t seem to get past it.
Any ideas? This VM is for dev testing. I do not run any bare metal windows in my lab and I wanted wsl2 for testing.