AMD-V 不可用 (VERR_SVM_NO_SVM)

Sta*_*ord 14 virtualbox virtual-machine

Virtualbox 和正在运行的虚拟机以前可以使用。我不记得是什么改变了它不再工作。

每当我尝试启动或创建新的虚拟机时,都会弹出此错误:

AMD-V is not available (VERR_SVM_NO_SVM). AMD-V 不可用 (VERR_SVM_NO_SVM)。

我尝试制作新的 64 位 ubuntu 和 32 位 ubuntu。我现有的 VM 也收到该错误。总是同样的错误。我试过重新安装virtualbox,但这没有帮助。

设置:

  • Ryzen 7 1700x 与 Windows 10。
  • 在 bios 设置中启用了 SVM。
  • 正如其他答案所指出的那样,我已关闭 Hyper-v。

Hyper-V 已关闭

我知道可能有重复,但这些答案并不令人满意:

har*_*ymc 18

尝试 :

  • 要确保 Hyper-V 完全禁用,请输入提升的命令提示符:

    bcdedit /set hypervisorlaunchtype off
    
    Run Code Online (Sandbox Code Playgroud)
  • 运行gpedit.msc并转到 Local Computer Policy > Computer Configuration > Administrative Templates > System > Device Guard > Turn on Virtualization Based Security,然后设置为Disabled。对CredentialGuard做同样的事情。

  • 检查Windows Defender Security Center > Device Security > Core Isolation Details,它已关闭。

  • 我想我也必须重新启动电脑,至少 (4认同)
  • 我使用了`bcdedit /set hypervisorlaunchtype off`并重新启动,现在virtualbox又可以工作了 (2认同)