Windows 10 May 2019 Update (build 1903)를 실행하면 Vagrant 환경이 시작되지 않습니다.
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를 시작할 수 있습니다.
Reference
이 문제에 관하여(Windows 10 May 2019 Update (build 1903)를 실행하면 Vagrant 환경이 시작되지 않습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/YujiHatanaka/items/92e07515e530589c3dfe
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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를 시작할 수 있습니다.
Reference
이 문제에 관하여(Windows 10 May 2019 Update (build 1903)를 실행하면 Vagrant 환경이 시작되지 않습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/YujiHatanaka/items/92e07515e530589c3dfe텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)