Why can't I start the Virtual Machine I just built using VitrualBox?
Asked Answered
G

8

10

Everything used to work fine, but I haven't been using Virtual Box for several weeks. Now all of the sudden, I get the following exception when trying to start my Windows 10(32-Bit) VM. Note - Things were working fine several weeks ago. As far as I can tell, I haven't changed anything on my system that would cause this. The exception details are as follow:

VirtualBox - Error In supR3HardenedWinReSpawn (rc=-5640) Please try reinstalling VirtualBox. where supR3HardenedWinReSpawn what: 1 VERR_SUP_VP_THREAD_NOT_ALONE (-5640) - Process Verification Failure: The process has more than one thread

I have been researching this for some time, to avail. Any help would be greatly appreciated.

Galatia answered 22/6, 2018 at 16:27 Comment(0)
G
3

In case anyone is in the same predicament, I will share what finally fixed my issue. I found a post during my hours and hours of searching that said you have to enable virtualization in BIOS settings. I checked my machine and virtualization was enabled, so I went on searching. At a loss for what to try next, I finally tried turning virtualization off, just to see. No change, but when I went to turn it back on, just as a flook I turned Turbo off, and what do you know - All of the suddent I can start my VM. So the solution, in case it saves someone time:

  1. Uninstall Virtual Box (Latest Version)
  2. Reboot your machine and enter BIOS
  3. Make sure anything with the term 'Virtualization' is turned on
  4. Make sure anything with the term 'Turbo' is turned off
  5. Reboot your machine
  6. Install Virtual Box

Hopefully this saves some poor soul what I had to go through to get this thing working.

Galatia answered 23/6, 2018 at 17:21 Comment(0)
R
14

There is a workaround:

  1. Open VMbox manager
  2. Run your VM with option "Detachable start"
  3. Wait a while and then use "Show" to show the screen

Detachable start option

Show the screen

My setup: Oracle VM Box 6.0 running on Win10, VM is Ubuntu 18.04

Rounce answered 2/2, 2019 at 15:3 Comment(1)
I edited the post, maybe this will be more understandable.Brazenfaced
P
11
Pubes answered 26/1, 2023 at 8:32 Comment(4)
Wow. Windhawk was spot on. How did you know?Abecedarium
Uninstalling WindHawk fixed the issue for meHigginbotham
Don't have to uninstall Windhawk, but do have to do this. Specifically adding C:\Program Files\Oracle\VirtualBox\* as an exclusion.Trainee
Well thank you good personJulijulia
S
4

If you are using vagrant to boot up your Virtual machine, then in most cases the error is due to improper shutdown of the VM. A fix that worked for me is to execute vagrant halt or similar commands multiple times until you have a clean boot.

Sumba answered 15/10, 2019 at 15:18 Comment(0)
G
3

In case anyone is in the same predicament, I will share what finally fixed my issue. I found a post during my hours and hours of searching that said you have to enable virtualization in BIOS settings. I checked my machine and virtualization was enabled, so I went on searching. At a loss for what to try next, I finally tried turning virtualization off, just to see. No change, but when I went to turn it back on, just as a flook I turned Turbo off, and what do you know - All of the suddent I can start my VM. So the solution, in case it saves someone time:

  1. Uninstall Virtual Box (Latest Version)
  2. Reboot your machine and enter BIOS
  3. Make sure anything with the term 'Virtualization' is turned on
  4. Make sure anything with the term 'Turbo' is turned off
  5. Reboot your machine
  6. Install Virtual Box

Hopefully this saves some poor soul what I had to go through to get this thing working.

Galatia answered 23/6, 2018 at 17:21 Comment(0)
I
2

Workaround 1:

Just increase the RAM size from virtual box settings

Right Click on OS image . Settings->System->MotherBoard Increase the base memory

Workaround 2:

Change the Paravirtualization Interface from default to none

Right Click on OS image . Settings->System->Acceleration Change acceleration from default to none.

The above one's was basically a workaround , which can work in some but not in all.

The best thing would be to reinstall virtual box with latest version which virtual box has tried to rectify the bug and use the same vdi files which was made by Virtual Box .

Iberia answered 17/1, 2019 at 13:3 Comment(1)
This is a very weak answer. Of course I tried that.Galatia
O
1

Try to do these steps:

1. Uninstall the VirtualBox program.
2. In your C:\users\\ might have two folders called ".VirtualBox" and "VirtualBox VMs": Delete them
3. Restart your PC
4. Install VirtualBox again
5. Add again your VM
6. It must working fine!

These steps worked for me!

Outcrop answered 7/2, 2019 at 4:2 Comment(0)
R
1

One of the most common causes that will cause this type of behaviour is a missing driver (VBoxDrv.inf). It’s possible that due to some permission issues, the installation of this crucial driver doesn’t complete during the initial installation. In this case, you can fix the problem by installing the VBoxDrv.inf manually.

1.Fix the directory problem Press Windows key + R to open up a Run dialog box. Inside the text box, type ‘regedit’ and press Enter to open up Registry Editor. When you’re prompted by the User Account Control (UAC), click Yes to grant admin access. Once you’re inside the Registry Editor, use the left-hand section to navigate to the following location: HKEY_LOCAL_MACHINE\system\currentcontrolset\services\vboxdrv

After you arrive at the correct location, move over to the right-hand section and 
double-click on ImagePath the path associated should be \C:\Program 
Files\Oracle\VirtualBox\drivers\vboxdrv\VBoxDrv.sys 
if not replace with the above path and click ok.
  1. Install the VBoxDRV.inf OPen location C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv right-click on VBoxDrv.inf and choose Install from the context menu. Then in cmd run command "sc start vboxdrv" Restart system. This should work.
Ringtailed answered 26/10, 2020 at 10:13 Comment(0)
A
1

I encountered this same error (rc=-5640) numerous times and installed and reinstalled it again and again, and it did not work.

Solved it by starting the Guest VM using "Headless Start" or "Detachable Start."

Archaeornis answered 12/8 at 4:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.