Windows 10 May 2019 Update (build 1903)를 실행하면 Vagrant 환경이 시작되지 않습니다.

1549 단어 VagrantWindows10
Windows 10 May 2019 Update(build 1903)를 실행한 후
Vagrant가 일어나지 못했습니다.

초개요



Windows 10의 대형 업데이트 May 2019 Update (build 1903)를 실행하면 Hyper-V가 유효하게 되었습니다. Hyper-V를 비활성화하면 원래대로 치료됩니다.

상세



Vagrant가 내는 오류는 다음과 같습니다.
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "6b4d817d-53dc-43df-a5fe-6e2b25a710b5", "--type", "headless"]

Stderr: VBoxManage.exe: error: Call to WHvSetupPartition failed: ERROR_SUCCESS (Last=0xc000000d/87) (VERR_NEM_VM_CREATE_FAILED)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

May 2019 Update에서는 Windows의 샌드박스가 추가되었기 때문에 Hyper-V가 활성화되어 VT-X 모드를 사용할 수 없게 된 예감이 있습니다.
htps // ch. Nicki bp. 이. jp/아 tcl/n xt/코m/18/00723/042400005/

VT-x를 활성화하려면



Windows 키를 누르고 cmd를 입력하고 나온 명령 프롬프트 아이콘을 마우스 오른쪽 단추로 클릭하고 관리자로 실행을 누릅니다.

bcdedit /set hypervisorlaunchtype off

라고 치고 この操作を正しく終了しました。 와 나온 곳에서 재기동합니다.
그러면 VT-x 모드가 활성화되고 Vagrant를 시작할 수 있습니다.

좋은 웹페이지 즐겨찾기