美文网首页
虚拟机报错 “VT-x is not available”

虚拟机报错 “VT-x is not available”

作者: 凉风儿 | 来源:发表于2017-04-19 18:41 被阅读0次

有时使用虚拟机报错VT-x is not available,怎么回事? 通常情况下,报错的原因有3个:

  • VT-x 在 BIOS 中未被启用
  • CPU 不支持 VT-x 技术
  • Hyper-V 虚拟化在 windows 中已经被启用

解决办法

  1. 启用 BIOS 中的 VT-x;
  2. 禁用 Hyper-V ,用管理员身份运行以下命令
> dism.exe /Online /Disable-Feature:Microsoft-Hyper-V # 禁用
> dism.exe /Online /Enable-Feature:Microsoft-Hyper-V # 启用

相关文章

网友评论

      本文标题:虚拟机报错 “VT-x is not available”

      本文链接:https://www.haomeiwen.com/subject/aquhzttx.html