Skip to content

Instantly share code, notes, and snippets.

@pakonda
Last active April 24, 2020 11:05
Show Gist options
  • Save pakonda/1723883740ed6a0149d18040ed709e00 to your computer and use it in GitHub Desktop.
Save pakonda/1723883740ed6a0149d18040ed709e00 to your computer and use it in GitHub Desktop.
virtualbox nested guest
# In case “enable Nested VT-x/AMD-v” is greyed out then we can enable it via command line , execute the following command,
VBoxManage modifyvm vm-name --nested-hw-virt on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment