I have the following scenario. I am running Ubuntu 14 LTS in Virtualbox on a Windows 10 system.
Inside this ubuntu, I would like to install Virtualbox, where I need to run a custom ISO docker image.
Now the problem is that Virtualbox on Ubuntu does not support VT-X / AMD-v.
VT-X / AMD-v is enabled on my system, everything works well. How to enable it in the second virtual box?
Windows10-> VirtualBox (VT-X / AMD-v OK) → Ubuntu-> Virtualbox (VT-X / AMD-v is missing)
source
share