Guru meditation error on Win XP guest OS

Discussions about using Windows guests in VirtualBox.
Post Reply
cristi385
Posts: 4
Joined: 24. Mar 2018, 15:41

Guru meditation error on Win XP guest OS

Post by cristi385 »

Hello,

I get a Guru meditation error and the application fails to start. Guest OS Windows XP SP3 Pro, Host OS Windows 10 Pro version 1709. I am using version 5.2.8. I press OK on the error message I run the application again, choose "Last known good configuration" and after that Windows XP works fine. This is the trouble, XP never starts from the first time. This is happening since I upgraded the application to version 5.2.6.
Attachments
VBox.log.zip
(48.48 KiB) Downloaded 24 times
Last edited by mpack on 24. Mar 2018, 16:33, edited 1 time in total.
Reason: Remove mega attachments.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Guru meditation error on Win XP guest OS

Post by mpack »

In future please trim screenshots before posting them, and we only need one (relevant) log file. I discarded the unwanted attachments from your post.

The log shows that you have VT-x/AMD-v enabled in the VM settings. Your host doesn't support VT-x, so this needs to be disabled. Unfortunately the VirtualBox Manager won't let you change a setting for a feature it thinks doesn't exist, so you need to use the command line.

With all VirtualBox software closed, open a command console, navigate to the "c:\Program Files\Oracle\VirtualBox" folder, and type:-

Code: Select all

VBoxManage modifyvm "XP" --hwvirtex off
... and lets see where that gets us.
cristi385
Posts: 4
Joined: 24. Mar 2018, 15:41

Re: Guru meditation error on Win XP guest OS

Post by cristi385 »

Sorry for the uploading mistakes.
Unfortunately running that command had no effect. It only blinked a blank cmd line window.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Guru meditation error on Win XP guest OS

Post by mpack »

The command has an effect if you followed the instructions carefully. Does the VM settings still show the VT-x/AMD-v checkbox ticked and grayed? Or is it unticked and grayed?
cristi385
Posts: 4
Joined: 24. Mar 2018, 15:41

Re: Guru meditation error on Win XP guest OS

Post by cristi385 »

I followed the instruction carefully! :evil:
I don't see at all, anywhere, a VT-x/AMD-v checkbox. Not on the adanced tab in settings and not even mentioned on the main window.
Attachments
Untitled.jpg
Untitled.jpg (33.06 KiB) Viewed 1952 times
BillG
Volunteer
Posts: 5104
Joined: 19. Sep 2009, 04:44
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows 10,7 and earlier
Location: Sydney, Australia

Re: Guru meditation error on Win XP guest OS

Post by BillG »

VT-x.PNG
Bill
cristi385
Posts: 4
Joined: 24. Mar 2018, 15:41

Re: Guru meditation error on Win XP guest OS

Post by cristi385 »

My Accleration tab in Settings>System is inactive.
Post Reply