Last active
April 24, 2020 11:05
-
-
Save pakonda/1723883740ed6a0149d18040ed709e00 to your computer and use it in GitHub Desktop.
virtualbox nested guest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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