Windows XP guest will not start, VB 3.1.8, Ubuntu 10.04

Discussions about using Windows guests in VirtualBox.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Windows XP guest will not start, VB 3.1.8, Ubuntu 10.04

Post by Sasquatch »

I see a few things in the logs. First the hardware virtualisation part, but that might not mean anything:

Code: Select all

Enabled            <integer> = 0x0000000000000001 (1)
Exclusive          <integer> = 0x0000000000000001 (1)
VMX - Virtual Machine Technology       = 0 (0)
SVM - AMD VM Extensions                = 0 (0)
HWACCM: No VT-x or AMD-V CPU extension found. Reason VERR_SVM_NO_SVM
It's turned on, but not working because the system does not have VT-x/AMD-V. Again, this might not mean anything, there are some VMs on my system that show the same and do not have any problem booting.

Now for the interesting part:

Code: Select all

00:00:12.054 SharedFolders host service: connected, u32ClientID = 1
00:00:15.588 Guest requests the VM to be turned off
00:00:15.588 Changing the VM state from 'RUNNING' to 'POWERING_OFF'.
...
00:00:15.619 Console::powerDown(): A request to power off the VM has been issued (mMachineState=Stopping, InUninit=0)
It seems that the machine itself is requesting a power down, it doesn't crash. The VM status isn't aborted in the list, it should be just 'powered off'.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
bbbaldie
Posts: 2
Joined: 11. Jun 2010, 01:53
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: XP

Re: Windows XP guest will not start, VB 3.1.8, Ubuntu 10.04

Post by bbbaldie »

Well, after reading your reply, Sasquatch, it began to feel like a corrupted configuration. So I moved the machine out of the .Virtualbox folder in my home directory, then deleted it (the .Virtualbox folder).

Starting up Virtualbox, I added a new machine using the moved snapshot. It fired up fine.

Thanks for your indirect help. :mrgreen:
Post Reply