在 Windows 2008 虚拟服务器上启用 Hyper-V 角色
我有一台运行 Windows 2008 Standard 的 VMware 虚拟机,我想启用 Hyper-V 角色以用于学习目的,但 VMware 工作站表示我的处理器不支持虚拟化功能。
我的开发机器使用的是Core2Duo E8200,支持硬件虚拟化。
我必须在 VMware 上进行任何其他设置才能启用此功能吗?
I have a VMware virtual machine running Windows 2008 Standard and I would like to enable the Hyper-V role for learning purposes, but the VMware workstation says my processor doesn't support the virtualization features.
My development machine uses a Core2Duo E8200 which supports hardware virtualization.
Is there any additional setting I must do on VMware to enable this feature?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Hyper-V是一种硬件虚拟化解决方案,不能在虚拟机上运行。 如果您想要启用 Hyper-V,您需要在支持硬件虚拟化并且在 BIOS 中启用执行禁用位的 X64 计算机上执行此操作。
并非所有硬件都支持虚拟化,您可以使用 Steve Gibson 的一个小工具来查看您的系统是否支持虚拟化:Securable希望
这有帮助。
Hyper-V is a hardware virtualization solution and cannot be run on a virtual machine. If you want to enable Hyper-V you'll need to do that on a X64 machine with hardware virtualization support and the execute disable bit both in the BIOS enabled.
Not all hardware supports virtualization, you can use a little tool from Steve Gibson to see if your system supports it: Securable
Hope this helps.