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 #3910

Closed
AGtechm opened this issue Mar 20, 2019 · 8 comments
Assignees
Labels
co/virtualbox os/windows priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@AGtechm
Copy link

AGtechm commented Mar 20, 2019

Failing with below error code. This also happens for the previous versions of both minikube and virtualbox. Tried to disable device guard but still the same issue.

Unable to start VM: start: 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 1 (0x1). More details may be available in 'C:\Users\Swati.minikube\machines\minikube\minikube\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

@tstromberg tstromberg changed the title Minikube 0.35 with VirtualBox 6.0.4 failing to startup on windows 10 home he virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 Mar 22, 2019
@tstromberg tstromberg changed the title he virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 The virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 Mar 22, 2019
@tstromberg
Copy link
Contributor

Could you attach the output of the log file it mentioned? VBoxHardening.log

  • What happens if you run minikube delete followed by minikube start?

@tstromberg tstromberg added os/windows co/virtualbox triage/needs-information Indicates an issue needs more information in order to work on it. labels Mar 22, 2019
@AGtechm
Copy link
Author

AGtechm commented Mar 22, 2019 via email

@AGtechm
Copy link
Author

AGtechm commented Mar 22, 2019

VBoxHardening.log

Logs attached

@tstromberg
Copy link
Contributor

tstromberg commented Mar 22, 2019

Thanks! This seems to be the important part of why VirtualBox is failing:

23d8.47c4: Error -104 in supR3HardenedWinReSpawn! (enmWhat=5)
23d8.47c4: Error relaunching VirtualBox VM process: 5

I found a few related pages from non-minikube users about this issue, which makes it sound like some other installed software may be interfering with VirtualBox's ability to function properly.

Looking at your log, I don't see any 3rd party software packages that are listed as "adversaries", but
based on these pages, my advice is to try the following:

  1. Disable any real-time antivirus programs, such as Norton, Comodo, or Trusteer Endpoint Protection (Rapport)
  2. Reinstall VirtualBox
  3. Reboot
  4. Try minikube delete and minikube start again.

Please let me know if this helps.

@tstromberg tstromberg added the needs-solution-message Issues where where offering a solution for an error would be helpful label Apr 4, 2019
@tstromberg tstromberg changed the title The virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 VBoxManage.exe: The virtual machine 'minikube' has terminated unexpectedly with exit code 1 (0x1) Apr 4, 2019
@tstromberg tstromberg added the priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. label Apr 4, 2019
@sharifelgamal sharifelgamal self-assigned this Apr 24, 2019
@sharifelgamal sharifelgamal removed the needs-solution-message Issues where where offering a solution for an error would be helpful label May 1, 2019
@tstromberg
Copy link
Contributor

Dupe of #3845

@tstromberg tstromberg changed the title VBoxManage.exe: The virtual machine 'minikube' has terminated unexpectedly with exit code 1 (0x1) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine May 3, 2019
@tstromberg tstromberg added triage/duplicate Indicates an issue is a duplicate of other open issue. and removed triage/needs-information Indicates an issue needs more information in order to work on it. labels May 3, 2019
@andygithubchen
Copy link

OMG ! Trusteer(IBM) is my problem.

@luisrojas17
Copy link

luisrojas17 commented Nov 8, 2021

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.

@peyafaguerre
Copy link

I have the same problem in windows 10 when I launched vagrant up.
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap,
interface IMachine
Any help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/virtualbox os/windows priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

6 participants