I noticed this symptom after upgrading from Windows 10 to Windows 11, not sure whether related though.
I have ensured that:
- CPU virtualization feature is enabled.
- Hypver-V is disabled.
- VirtualBox Extension Pack is installed.
However, the option "Enable VT-x/AMD-V" in the VM's Settings is grayed out. So, I enable it by a workaround of calling command VBoxManage.exe modifyvm "vm.name" --nested-hw-virt on. I am not sure whether this workaround works in this situation, because if uncheck the option, it still appears as grayed out as before.
And, I have also checked "Enable PAE/NX" and "Enable Nested Paging" in the VM's Settings.
Nevertheless, the turtle icon still shows up when running guest VMs. Also, the Guest VM often encounters memory access error while the turtle shows big slowness, see the below screenshot.
I have confirmed that another system service, not Hyper-V, is occupying the hardware virtualization feature of Windows. So, I wonder whether there is any workaround to avoid the above error and keep using the VM for functional test purposes.
