Skip to content

Instantly share code, notes, and snippets.

@kprasad99
Created April 24, 2020 18:53
Show Gist options
  • Save kprasad99/3305026aab1e2270a6d0a734d6dd0a71 to your computer and use it in GitHub Desktop.
Save kprasad99/3305026aab1e2270a6d0a734d6dd0a71 to your computer and use it in GitHub Desktop.
Enable Nested Virtualization for VirtualBox VMs

How to enable Nested Virtualization for VirtualBox VMs

To enable nest virt for VirtualBox VMs execute below command

VBoxManage modifyvm <vm-name> --nested-hw-virt on
Note
Nested Virt, VT-X is supported on Intel i7 7-generation+ cpus and AMD CPUs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment