However, somebody's machine like mine one in the company have the weird problem. The problem is when I starts up the Windows images, no matter it's IE6, IE7 or IE8, blue screen will appear and keep restarting the virtual image.
After several rounds of searching solution from the net, the problem is due to Windows trying to load up VirtualPC processor, not VirtualBox process, which is never gonna work. So to solve this
- start the windows up in safe mode (by pressing F8)
- open command prompt, run the following command:
"sc config processor start= disabled"
*note: there is a space between '=' and 'disabled' - restart
No comments:
Post a Comment