Intel VT-x/EPT for virtualization is not supported on this platform...VMware Workstation does not support nested virtualization on this host. Module 'HV' failed to start...

question

1. This platform does not support virtualized Intel VT-x/EPT. Intel VT-x/EPT without virtualization, continue?

2. VMware Workstation does not support nested virtualization on this host. Module 'HV' failed to start. Failed to start virtual machine.

Solution steps

Confirm system virtualization is enabled

ctrl + shift + esc to open the task manager, switch to [performance] view
task01

In VMware settings, cancel [Virtualized CPU performance counter]
vm01

Completely disable Hyper-V functionality

run cmd as administrator

C:\WINDOWS\system32>dism.exe /Online /Disable-Feature:Microsoft-Hyper-V

部署映像服务和管理工具
版本: 10.0.19041.844

映像版本: 10.0.19045.2965

禁用一个或多个功能
[==========================100.0%==========================]
操作成功完成。

command to modify the configuration of the system bootloader, disable Hyper-V at system startup
run cmd as administrator,

C:\WINDOWS\system32>bcdedit /set hypervisorlaunchtype off
操作成功完成。

or

C:\WINDOWS\system32>bcdedit /set {
    
    current} hypervisorlaunchtype off
操作成功完成。

restart computer

shutdown /r

kernel isolation

After some computers are restarted, the system in the virtual machine still cannot run normally, you can try to turn off [Kernel Isolation].
vm02

Kernel isolation is stopped, and the ELAM driver (Early Launch Antimalware) early launch process will be replaced by the standard launch process.

Restart the computer.

Guess you like

Origin blog.csdn.net/u013669912/article/details/130920193