docker-archive/toolbox

Docker Quickstart Terminal "Unable to the start the VM..."

drazzilb1424 opened this issue · 11 comments

I get the following error:

Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm default --type headless failed:
VBoxManage.exe: error: Raw-mode is unavailable courtesy of Hyper-V. (VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

Details: 00:00:01.943299 Power up failed (vrc=VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT, rc=E_FAIL (0X80004005))
Looks like something went wrong in step ´Checking status on default´... Press any key to continue...

The issue occurred after I restarted my machine and re-launched the terminal as admin. I am not sure if I need to uninstall Hyper-V manager. I believe turning off Hyper-V will cause Docker to stop running.

I have the same issue buddy, did you get any result?

I actually had to turn off Hyper-V. I could then use Docker in CMD

@drazzilb1424 How did you turned off Hyper-V? I'm using Windows 10 Home.

Hi,
It seems something migth from this links on turning off Hyper-V. Hopefully it works on Home edition.
https://forums.virtualbox.org/viewtopic.php?f=6&t=87237

I actually had to turn off Hyper-V. I could then use Docker in CMD

how to turn off hyper -v

Hey Folks,I too faced above issue,finally I solved my issue following below steps:
1.opened C:\Program Files\Docker Toolbox
edited start file as "${DOCKER_MACHINE}" create -d virtualbox --virtualbox-no-vtx-check $PROXY_ENV "${VM}"
when docker toolbox was installed it will be as "${DOCKER_MACHINE}" create -d virtualbox $PROXY_ENV "${VM}"
a

2.run bcdedit in powershell as admin mode,
b
if u see hyper vision launcher type status OFF then ts fine if it is AUTO then run bcdedit /set hypervisorlaunchtype off to change status to OFF

  1. removed all temp files win+R type temp
    4.rebooted my machine
    5.open dockerquickstart it worked

可以考虑是破解主题themeservice.dll themeui.dll uxtheme.dll所导致的,可以下载以下工具,将主题进行恢复:https://download.csdn.net/download/qbz2004/8928731。我也遇到这个问题,当时就是这样解决的

Hey Folks,I too faced above issue,finally I solved my issue following below steps:
1.opened C:\Program Files\Docker Toolbox
edited start file as "${DOCKER_MACHINE}" create -d virtualbox --virtualbox-no-vtx-check $PROXY_ENV "${VM}"
when docker toolbox was installed it will be as "${DOCKER_MACHINE}" create -d virtualbox $PROXY_ENV "${VM}"
a

2.run bcdedit in powershell as admin mode,
b
if u see hyper vision launcher type status OFF then ts fine if it is AUTO then run bcdedit /set hypervisorlaunchtype off to change status to OFF

  1. removed all temp files win+R type temp
    4.rebooted my machine
    5.open dockerquickstart it worked

already did this, but dosen't work for me, when delete all temp and trying to open dockerquickstart it still the same

Hey Folks,I too faced above issue,finally I solved my issue following below steps:
1.opened C:\Program Files\Docker Toolbox
edited start file as "${DOCKER_MACHINE}" create -d virtualbox --virtualbox-no-vtx-check $PROXY_ENV "${VM}"
when docker toolbox was installed it will be as "${DOCKER_MACHINE}" create -d virtualbox $PROXY_ENV "${VM}"
a

2.run bcdedit in powershell as admin mode,
b
if u see hyper vision launcher type status OFF then ts fine if it is AUTO then run bcdedit /set hypervisorlaunchtype off to change status to OFF

  1. removed all temp files win+R type temp
    4.rebooted my machine
    5.open dockerquickstart it worked

This worked for me !! Thanks a ton

Hey Folks,I too faced above issue,finally I solved my issue following below steps:
1.opened C:\Program Files\Docker Toolbox
edited start file as "${DOCKER_MACHINE}" create -d virtualbox --virtualbox-no-vtx-check $PROXY_ENV "${VM}"
when docker toolbox was installed it will be as "${DOCKER_MACHINE}" create -d virtualbox $PROXY_ENV "${VM}"
a

2.run bcdedit in powershell as admin mode,
b
if u see hyper vision launcher type status OFF then ts fine if it is AUTO then run bcdedit /set hypervisorlaunchtype off to change status to OFF

  1. removed all temp files win+R type temp
    4.rebooted my machine
    5.open dockerquickstart it worked

This worked for me. THank you so much.

Hey Folks,I too faced above issue,finally I solved my issue following below steps:
1.opened C:\Program Files\Docker Toolbox
edited start file as "${DOCKER_MACHINE}" create -d virtualbox --virtualbox-no-vtx-check $PROXY_ENV "${VM}"
when docker toolbox was installed it will be as "${DOCKER_MACHINE}" create -d virtualbox $PROXY_ENV "${VM}"
a

2.run bcdedit in powershell as admin mode,
b
if u see hyper vision launcher type status OFF then ts fine if it is AUTO then run bcdedit /set hypervisorlaunchtype off to change status to OFF

  1. removed all temp files win+R type temp
    4.rebooted my machine
    5.open dockerquickstart it worked

This worked ,Thankyou