Enable nested VT-x/AMD-V on Virtualbox

If you have VT-x enabled on your BIOS, but this option is grayed out on Virtualbox interface, you can do the following to fix:

You may need to locate to the bin folder of virtualbox, if you’re on Windows, the following command should work.

VBoxManage modifyvm vm-name --nested-hw-virt on

# On windows
VBoxManage.exe modifyvm vm-name --nested-hw-virt on

Please change vm-name to your VirtualBox machine name

Add to my src(0)

No account yet? Register

Spread the love

Leave a Comment