VirtualBox 실행안되는 문제 - Call to NEMR0InitVMPart2 failed: VERR_NEM_INIT_FAILED개발 환경/VirtualBox & VMWare2021. 11. 13. 14:31
Table of Contents
반응형
VirtualBox 6.1.28에서 발생한 문제입니다.
VirtualBox와 WSL을 동시에 사용할 수 없습니다.
최초작성 2021. 11. 13
명령 프롬프트를 관리자 모드로 실행하여 다음 명령을 각각 실행해준 후, 재부팅을 해야 합니다.
WSL 사용시에는
bcdedit /set hypervisorlaunchtype auto
VirtualBox 사용시에는
bcdedit /set hypervisorlaunchtype off
참고
https://forums.virtualbox.org/viewtopic.php?f=6&t=104175&start=15
virtualbox.org • View topic - "...Call to NEMR0InitVMPart2 failed: VERR_NEM_INIT_FAILED (VERR_NEM_VM_CREATE_FAILED)..."
srpen6 wrote:Same problem here. Switching to 6.1.26 (and changing nothing else) fixed it forme.Also, I dont appreciate the different comments about the Hyper-V, as thatobviously has nothing to do with the issue. All youre doing is sending people ona wild g
forums.virtualbox.org
반응형