VMMR0_DO_NEM_INIT_VM failed: VERR_NEM_MISSING_KERNEL_API_2 (VERR_NEM_MISSING_KERNEL_API_2).
VT-x is not available (VERR_VMX_NO_VMX).

 

我还是以Virtualbox为主吧,毕竟在里面也能用linux 的 docker.

 

Virtualbox will get upset and not run if Microsoft Hyper-V is enabled.

Here's the solution:

1) Open command prompt as administrator

  search for 'command'
  right-click then select 'run as administrator'

2) paste the following command:
  dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
3)Then reboot.

相关文章:

  • 2021-11-19
  • 2022-12-23
  • 2022-01-07
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-04
  • 2021-08-06
  • 2022-01-01
  • 2022-12-23
  • 2021-07-16
  • 2021-11-30
  • 2022-01-31
相关资源
相似解决方案