设置主板支持虚拟化

Your CPU does not support long mode

今天在笔记本上试图虚拟一个64位LINUX系统,VMWARE报错。

尝试虚拟的操作系统是Oracle的Enterprise Linux 4 for X86-64,因此在系统选项中选择了OtherLinux 64bit,尝试系统后系统报错:

This CPU isVT-capable, but VT is not enabled (check your BIOS settings).
You have configured this virtual machine as a 64-bit guest operating system.However, this host's CPU is not capable of running 64-bit virtual machines orthis virtual machine has 64-bit support disabled.
For more detailed information, see
http://www.vmware.com/info?id=152

点击确定,屏幕显示错误信息为:

Your CPU does notsupport long mode. Use a 32bit distribution.

对于这种情况,需要设置BIOS将Inter Virtualization Technology设置为ENABLE,然后重启系统,就可以了。

如果BIOS设置里没有类似的设置,那么系统就无法虚拟64位的系统了。

二、华硕H61主板 i3 2120 支持虚拟化

支持虚拟化技术(Intel VT),在CPU选项里找VT-X项,设为开启就行了

猜你喜欢

转载自hospop.iteye.com/blog/2046162