Running VirtualBox machine causes Blue Screen of Death on host Windows 7 PC

30

3

VirtualBox has now twice caused a BSOD on my host operating system Windows 7. The first time I was running VirtualPC so thought the two Virtual Systems together might have caused the issue, but this time it was just VirtualBox.

I didn't get the error code.

Has anyone had similar problems?

Toby Allen

Posted 2012-08-03T17:01:02.040

Reputation: 2 634

This sounds like a bug with Virtual Box have you reported it to Oracle? – Ramhound – 2012-08-03T17:08:45.950

Can you find the BSOD dump files and check for anything related to this event? – Darius – 2012-08-03T17:14:57.253

There is not enough details to give you an accurate answer: what is the Bug Check Code (i.e.: Stop 0X blah blah blah)? – climenole – 2012-08-04T17:38:31.403

Answers

0

What is the configuration of your Win-7 machine? VirtualBox is a huge resource drainer. Even with 4GB RAM and a 3.2 ghz dual-core, it lags when I try to run anything on the host and guest at the same time. Also, check your onboard graphics-memory, and read this manual carefully for anything that might apply to your architecture:

https://www.virtualbox.org/wiki/Technical_documentation

Prahlad Yeri

Posted 2012-08-03T17:01:02.040

Reputation: 841

40

I tried all of the above mentioned answers, none of them worked.

So I found out the Hyper-V in windows 7 and higher (in my case it is windows 10) is the culprit!

I disabled the Hyper-V services as below and the issue is fixed!

Follow the following steps:

  1. Find the "Turn windows features on or off" from control panel (or type windows features in windows search box)

  2. Uncheck the "Hyper-V" feature from the list

turn Windows features on or off window screenshot

InkHeart

Posted 2012-08-03T17:01:02.040

Reputation: 501

3+1. Works for me on Windows 10 (winver 1607) and VirtualBox 5.1.26 – honzakuzel1989 – 2017-09-07T05:50:31.807

3+1, this saved my life on Windows 10. I am running Docker (that uses Hyper-V) and Oracle VM VirtualBox and they don't fit together well. Is there anywhere we could report this as an issue so that future generations wouldn't have to suffer this pain? – eddyP23 – 2017-09-27T09:12:53.143

1This solution fixed my VirtualBox 5.2 on Windows 10. Thanks – Strabek – 2017-12-11T14:23:54.663

I have the same problem with VBox causing an occasional BSOD, but in my case the Hyper-V is NOT installed (already unchecked in the list of features, like suggested here). So, I don't know what I am supposed to do, in light of the fact that I cannot work without the VBox for the docker machine I need for the current local project run... – TheCuBeMan – 2018-09-05T12:01:47.317

6

This happens many times, especially when running more than one virtual machine at a time. I.e. two Linux virtual machines, etc.

I looked at the dumps and it's definitely Virtual Box (at least as recent as 4.3.4). I've see it with single as well as multiple Windows 7 VMS also.

Doesn't occur frequently, and I prefer Vbox over VMWare, so I continue to use. I usually just restart and everything is fine.

Also:

In particular, VirtualBox SATA drivers are causing BSOD, so default to IDE.

Campbellus

Posted 2012-08-03T17:01:02.040

Reputation: 61

2

Ok so these are all the known fixes I found for the blue screen error.

  1. You should check if HyperV is enabled if it is you should disable it

  2. If that does not work you will need to go into virtual box settings and change display option or acceleration option.In display (click on graphics controller and test out each option) (also in the tab system go to acceleration where you see paravirtualization interface test each option until you find the one that works) i cant give the specific option since I don't know what computer you own.

Here are some of the causes for this issue;incompatibility with driver or display,installing another virtual box application with current one installed and lastly,left over files if you where to remove virtual box and reinstall it.

Please share these fixes with everyone with a issue like this

Support

Posted 2012-08-03T17:01:02.040

Reputation: 21

1

None of the above has worked for me. However, this simple trick allowed me to run the troubled VM:

  1. Run the machine in headless start mode (Go to start and then choose headless start from the drop-down list)
  2. After the machine cleans the cache and shows the login screen at the little window of VBox page, click on show machine (the green arrow in the main menu).

Make sure to backup your important files :)

Ayman Sabbah

Posted 2012-08-03T17:01:02.040

Reputation: 11

0

Another option is to try Hyper-V itself. Search for Hyper-V Manager. Hyper-V Manager

Alejandro G. Carlstein

Posted 2012-08-03T17:01:02.040

Reputation: 1

Could you say why it is better? – Toto – 2017-11-05T19:48:44.517

0

In my case the other VMs had created a virtual switch on the nic driver.

I went and removed all the non-standard settings on the adapter and let the OS auto-detect it and configure as if it was a new start up. (After disabling Hyper-V and Virtual Box which had been set up natively on the PC.)

Then I was able to fire up vagrant and get things to work. I was using Vagrant 1.9.6 and VBox 5.1.28.

Hope this helps someone else.

htm11h

Posted 2012-08-03T17:01:02.040

Reputation: 107

0

I was having exactly the same problem and none of the above answers fixed my problem.

Situation:

  1. Everytime I started a virtual machine under VirtualBox, my windows 10 PC would throw a BSOD with

    "The error is: SYSTEM_SERVICE_EXCEPTION".

    • The error was 100% reproducible. (meaning it happened every time).
    • I couldn't even see the BIOS screen coming up (neither in VMWare nor in VirtualBox).
  2. The difference for VMWare was, when I tried to start a virtual machine under VMPlayer, although I didn't get a BSOD, the whole PC just froze.

  3. My Windows 10, VirtualBox and VMWare are all up-to-date as of 07.08.2019. Still the behavior could be reproduced.

  4. Hypervisor was already off in the settings. So it could not be the culprit in this case, as suggested in some of the other answers.

Solution:

I turned off my anti-virus (Avast - you bad boy! ) and since then I have not gotten a BSOD. Neither a BSOD for running a VirtualBox machine nor a PC-freeze for running a VMware virtual machine. (source)

Duck Dodgers

Posted 2012-08-03T17:01:02.040

Reputation: 131