0

Someone know why I can't see nested VT-x option in virtualbox ?

my setup is:

  • OS : windows 10 Home.
  • CPU : i7-4510U.
  • Virtualization : enabled in BIOS.

I tried disabling windows features Plateform virtual Machine and Hypervisor But nothing is working. The command systeminfo on CMD says yes for all Hyper-v options.

VT-x is required by Android emulator which I want to start on a ubutu virtual machine.

1 Answers1

0

I resolved the same yesterday. Shut down the VM (save doesn't work) and VirtualBox, and on the command line:

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

It should now be enabled in the VM settings.

Peregrino69
  • 5,004