Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine #3859

Closed
pabitrab opened this issue Mar 12, 2019 · 4 comments
Labels
co/virtualbox kind/bug Categorizes issue or PR as related to a bug. os/windows priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.

Comments

@pabitrab
Copy link

Hi,
I have installed minikube and kubernetes-cli in Windows 10 Enterprise OS using choco install

After installing the same and restarting, when I am trying to create the VM, it is giving error: Unable to install as HyperV is already enabled. When I am disabling the HyperV feature and trying it once again after restart, below error is coming
C:\WINDOWS\system32>minikube start
o minikube v0.35.0 on windows (amd64)

Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
! Unable to start VM: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
VBoxManage.exe: error: The virtual machine 'minikube' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005). More details may be available in 'C:\Users\pabitra_b.minikube\machines\minikube\minikube\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

Also note output pf below commands:
C:\WINDOWS\system32>minikube delete
x Deleting "minikube" from virtualbox ...

  • The "minikube" cluster has been deleted.

C:\WINDOWS\system32>kubectl config use-context minikube
error: no context exists with the name: "minikube".
C:\WINDOWS\system32>minikube status
host:
kubelet:
apiserver:
kubectl:

@tstromberg
Copy link
Contributor

tstromberg commented Mar 13, 2019

What version of VirtualBox are you runinng? I am curious if you could try using the latest stable release (6.0.4) to see if it helps.

https://stackoverflow.com/questions/30837998/oracle-virtualbox-terminated-unexpectedly-with-exit-code-1073741819-0xc000000/32310186 has some more information about this issue.

Thank you!

@tstromberg tstromberg added co/virtualbox os/windows kind/bug Categorizes issue or PR as related to a bug. needs-solution-message Issues where where offering a solution for an error would be helpful labels Mar 13, 2019
@tstromberg
Copy link
Contributor

Also, if updating VirtualBox doesn't help, could you please attach C:\Users\pabitra_b.minikube\machines\minikube\minikube\Logs\VBoxHardening.log ?

Thank you for your help.

@tstromberg tstromberg added triage/needs-information Indicates an issue needs more information in order to work on it. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. labels Mar 13, 2019
@tstromberg tstromberg removed the needs-solution-message Issues where where offering a solution for an error would be helpful label May 2, 2019
@tstromberg tstromberg changed the title minikube start fails exit code -1073741819 (0xc0000005). VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine May 3, 2019
@tstromberg
Copy link
Contributor

Dupe of #3845

@luisrojas17
Copy link

Nothing that you recommend works. I do not have any antivirus and I still have the same problem.

Failed to start virtualbox VM. Running "minikube delete" may fix it: creating
host: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualB
ox\VBoxManage.exe startvm minikube --type headless failed:
VBoxManage.exe: error: The virtual machine 'minikube' has terminated unexpectedl
y during startup with exit code 1 (0x1). More details may be available in 'C:\U
sers\BereniceRE.minikube\machines\minikube\minikube\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap,
interface IMachine

I have intalled windows 8.1 and VirtualBox 6.1.28.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/virtualbox kind/bug Categorizes issue or PR as related to a bug. os/windows priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Projects
None yet
Development

No branches or pull requests

3 participants