Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

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

Closed
drazzilb1424 opened this issue Apr 3, 2018 · 11 comments
Closed

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

drazzilb1424 opened this issue Apr 3, 2018 · 11 comments

Comments

@drazzilb1424
Copy link

drazzilb1424 commented Apr 3, 2018

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.

@MarcusVJ
Copy link

MarcusVJ commented May 7, 2018

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

@drazzilb1424
Copy link
Author

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

@josenobile
Copy link

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

@adela1905
Copy link

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

@aniltweak
Copy link

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

how to turn off hyper -v

@RavitejaPatel
Copy link

RavitejaPatel commented Jul 14, 2019

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

@ZheBigFish
Copy link

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

@syahwanius
Copy link

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

@namratha03
Copy link

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

@rajshekartargar
Copy link

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.

@ManiChandana46
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests