Nested virt is a complex beast, even of the most "advanced" hypervisor (VMware). It will be hopefully a lot better in 2025 in Xen, but there's no magic: when you add such level of indirection, many things are wonky, while you need to stay secure and have decent performances, which is really really hard in nested.
Vates
People working at Vates
Posts
-
RE: Nested Virtualization for Linux VMs with AMD SVM enabled in BIOS fails - hangs at nested VM boot for DockerDesktop and/or libvirt
-
RE: VM Failing to Reboot
@kagbasi-ngc
{dbgsettings}
are there but{default}/debug
is not set to Yes. -
RE: VM Failing to Reboot
@kagbasi-ngc Could you check
bcdedit /store bcd /enum all
(you can do this from Safe Mode, just dobcdedit /enum all
) to see if the debugger settings are still there? For reference, it should look like:Windows Boot Loader ------------------- identifier {current} ... debug Yes ... Debugger Settings ----------------- identifier {dbgsettings} debugtype Serial debugport 1 baudrate 115200
-
RE: Automatically balance VMs between Hosts within a single pool
I think you are looking for the load balancer plug-in.
-
RE: VM Failing to Reboot
@kagbasi-ngc Does it get stuck at "Waiting to reconnect..."? Do you get anything when telnet-ing to the VM's serial port?