I use Ubuntu 8.04 amd64 + VirtualBox 1.6.2. I installed fresh version of Windows XP SP3 and it works fine. But every time for some reasons (I do not know why) I see "blue screen of death" (I can't read text because It appears for a short time) and my virtual machine reboots. Can you help me with this problem? Thanks.
P.S. For WinXP_SP2 the same problem.
WinXP SP3 and blue screen of death
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
My settings:
ACPI - enabled
IO APIC - disabled
VT-x/AMD-V - disabled
PAE/NX - disabled
IDE controller type - PIIX4
Hard disk - enabled IDE
CD/DVD-ROM - enabled
Floppy - disabled
Audio - disabled
Network - enabled NAT
Serial port - disabled
USB/USB2.0 - enabled
Share folders - added one
Remote display - disabled
ACPI - enabled
IO APIC - disabled
VT-x/AMD-V - disabled
PAE/NX - disabled
IDE controller type - PIIX4
Hard disk - enabled IDE
CD/DVD-ROM - enabled
Floppy - disabled
Audio - disabled
Network - enabled NAT
Serial port - disabled
USB/USB2.0 - enabled
Share folders - added one
Remote display - disabled
-
TerryE
- Volunteer
- Posts: 3572
- Joined: 28. May 2008, 08:40
- Primary OS: Ubuntu other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
- Contact:
I believe that this is an NT kernel panic caused by a driver going "out of band". Basically, there are strict rules on how long an individual drivers can mask interrupts and lock certain resources within certain constraints. This is so that other drivers can do what they need to do within adequate response limits. This is what "realtime" programming is all about: if a driver needs to respond to a interrupt in 10mSec then 20mSec or even 11mSec isn't good enough. Something has gone wrong. And this could lead to all sorts of subtle problems (such as your HDD being corrupted). Rather than let this happen, the NT kernel pulls the plug and shuts down (the BSOD).
So:
So:
- You need to review all of your drivers and resident programmes that can use Ring 0. It is almost certainly an interaction between some.
- These can include virus scanners, HDD encryption, usb device drivers, other "systray" applications and services.
- I would remove all that are no longer appropriate in a VM.
- I would also (temporarily) disable as many others as possible (e.g. your PDA or scanner drivers)
- Clearly one of the main "drivers" involved here is the VBox VMM itself. This may have timing issues. Which kernel are you using (uname -r)?
- Also make sure that you are using the VBox host install and VBox GA at the same version (e.g. 1.6.2 PUEL or Ubuntu 1.5.6 OSE or whatever). Don't mix and match.
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
Google your Q site:VirtualBox.org or search for the answer before posting.
BSOD with a cloned image
I get a similar issue with creating new cloned VDI's...
I have an image that works perfectly XP sp2 on and xp sp2 box, (VirtualBox 1.6.2).
1. I shut it down
2. VBoxManage CloneVDI XXX YYY
3. Create a new VM with the cloned VDI attached and I get the same BSOD whilst booting the new machine.
I have currently taken to file copying the VDI and moving the older one to disk.
Cheers
Tim
I have an image that works perfectly XP sp2 on and xp sp2 box, (VirtualBox 1.6.2).
1. I shut it down
2. VBoxManage CloneVDI XXX YYY
3. Create a new VM with the cloned VDI attached and I get the same BSOD whilst booting the new machine.
I have currently taken to file copying the VDI and moving the older one to disk.
Cheers
Tim
