Virtualbox enable nested vtx/amd-v greyed out

后端 未结 8 1353
执笔经年
执笔经年 2021-01-30 20:16

On my Ubuntu 18.04, I\'ve installed VirtualBox 6.0 in order to have nested virtualization. Virtualization is

相关标签:
8条回答
  • 2021-01-30 20:40

    It turned out it was greyed out for a reason! I have Windows 10 host and I used Docker for some time and uninstalled but it kept Hyper-V technology enabled (Which is incompatible with virtualization).

    DO NOT DO ON A SERVER | THIS WILL DISABLE Hyper-V Technology - USE AT YOUR OWN RISK

    Open command prompt as admin and run the following then restart your PC

    DISM /Online /Disable-Feature:Microsoft-Hyper-V

    PowerShell Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor -All

    bcdedit /set hypervisorlaunchtype off

    0 讨论(0)
  • 2021-01-30 20:42

    From what I understand, this option is only available with AMD CPUs, and cannot be enabled on Intel CPUs. This is a little misleading, since the option clearly states both Intel, and AMD virtualization technologies.

    Here is an official confirmation in VirtualBox doc: https://www.virtualbox.org/manual/ch03.html Chapter 3.5.2. Processor Tab

    Enable Nested VT-x/AMD-V: Enables nested virtualization, with passthrough of hardware virtualization functions to the guest VM.

    This feature is available on host systems that use an AMD CPU. For Intel CPUs, the option is grayed out.

    0 讨论(0)
提交回复
热议问题