Skip to content

Instantly share code, notes, and snippets.

@austre
Created July 10, 2020 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austre/8a0df667da93b004679ba9c7be0f4775 to your computer and use it in GitHub Desktop.
Save austre/8a0df667da93b004679ba9c7be0f4775 to your computer and use it in GitHub Desktop.
docker-terminal-error-details
PS C:\> docker-machine create GoStackVM --virtualbox-no-vtx-check
Running pre-create checks...
Creating machine...
(GoStackVM) Copying C:\Users\austr\.docker\machine\cache\boot2docker.iso to C:\Users\austr\.docker\machine\machines\GoStackVM\boot2docker.iso...
(GoStackVM) Creating VirtualBox VM...
(GoStackVM) Creating SSH key...
(GoStackVM) Starting the VM...
(GoStackVM) Check network to re-create if needed...
(GoStackVM) Windows might ask for the permission to create a network adapter. Sometimes, such confirmation window is minimized in the taskbar.
(GoStackVM) Found a new host-only adapter: "VirtualBox Host-Only Ethernet Adapter #2"
(GoStackVM) Windows might ask for the permission to configure a network adapter. Sometimes, such confirmation window is minimized in the taskbar.
(GoStackVM) Windows might ask for the permission to configure a dhcp server. Sometimes, such confirmation window is minimized in the taskbar.
Error creating machine: Error in driver during machine creation: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm GoStackVM --type headless failed:
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), componen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment