티스토리 뷰
Raw-mode is unavailable courtesy of Hyper-V. (VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT).
해결책
This will work
STEP 1:
Open the command prompt as an Administrator.
STEP 2:
Run the command with no argument: bcdedit
After you run the above command, you will see that the property hypervisorlaunchtype is set Auto by default.
STEP 3:
Disable Hyper-V by running the command: bcdedit /set hypervisorlaunchtype off
STEP 4:
Restart your PC system to use VirtualBox.
To turn Hyper-V back on, run the command: bcdedit /set hypervisorlaunchtype auto
You will need to reboot the system to use Hyper-V.
출처: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/1556
'기타2' 카테고리의 다른 글
[eclipse] 단축키 모음 (0) | 2019.09.18 |
---|---|
[IntelliJ] spring boot 환경 세팅 (0) | 2019.08.30 |
서버 참고 블로그 목록 (0) | 2019.07.23 |
OSI 모델(Open Systems Interconnection Model) - 네트워크 (0) | 2019.07.09 |
윈도우 jenkins + sencha cmd (0) | 2019.06.27 |