I recently purchased a new Lenovo T410 with an i7 processor to replace my T410 with an i5 processor. While I’m a heavy user of Dropbox for files and portable versions of many applications I use on a daily basis, I tend not to place my Virtual Machines on Dropbox … go figure :-p. This saves me a ton of time when setting up a new machine since my documents, photos, etc. are automagically copied to the machine once Dropbox has been installed. Add LAN sync to the picture and you’ve got a pretty fast way to provision a new machine
In the process of preparing my new machine, I installed VirtualBox and manually copied over the VDI and XML configuration files. Everything was looking good, until I tried starting one VM which of course had some very important software running on it.
The VM kept rebooting, again and again without stopping to show me the BSOD detailing why. Figuring it was something to do with the drivers I booted into safe mode and tried uninstalling and reinstalling VBox Addons. After rebooting, I was once again caught in the never ending reboot cycle.
I jumped back into safe mode and disabled the automatic reboot after a BSOD (See http://support.microsoft.com/kb/174630 for details on doing this) and rebooted once again, with my fingers crossed.
Success! I was finally able to see the cause of of the BSOD:
Stop: 0x000000CE (0xF7A3C8F8, 0x00000000, 0xF7A3C8F8, 0x00000000)
intelppm.sys
So now I have something Google/Bing that actually describes what’s happening. Moments later, I come across a Tickt #420 – http://www.virtualbox.org/ticket/420, which references this Stop error, but isn’t an exact match to my symptoms. At this point, I’m willing to try pretty much anything to get my VM back up and running, so I follow xok’s instructions
- Boot Into Safe Mode + Networking (F8 @ startup)
- Go to %Systemroot%\Inf\ and delete all OEM#.inf
- Search for intelppm.sys in the c:\windows\ (search for hidden directories and system files) – Delete the 3 results of intelppm.sys
- Reboot the Guest
- Reinstall VBox Additions (might need to do this a couple times to get everything functioning @ 100%)
And BOOM! I’m back alive.