[Solved] Error at vm startup

Discussions related to using VirtualBox on Windows hosts.
Post Reply
peterrr
Posts: 4
Joined: 15. Jan 2019, 22:46

[Solved] Error at vm startup

Post by peterrr »

Hi everyone,

I moved two VM in another PC. First VM is running very well, but the second one can not start. Shows an error while loading the system. Logs in the attachment. Please help me.
Attachments
log.zip
(55.35 KiB) Downloaded 10 times
peterrr
Posts: 4
Joined: 15. Jan 2019, 22:46

Re: error at vm startup

Post by peterrr »

Somebody help me ?
peterrr
Posts: 4
Joined: 15. Jan 2019, 22:46

Re: error at vm startup

Post by peterrr »

I found the following error:

Code: Select all

00:00:31.967423 fatal error in recompiler cpu: Trying to execute code with memory type addr_code=00000000f6b18020 addend=ffffffff1465e000 at 00000000f6b1832b. (iHandlerMemType=0x38 iMMIOMemType=0x30)
00:00:31.967426 
00:00:31.967642 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'
00:00:31.967666 Console: Machine state changed to 'GuruMeditation'
00:00:31.967893 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:31.967894 !!
00:00:31.967895 !!         VCPU0: Guru Meditation -2301 (VERR_REM_VIRTUAL_CPU_ERROR)
00:00:31.967968 !!
00:00:31.967991 !!
00:00:31.967992 !! {mappings, <NULL>}
VT-x is turned off

Code: Select all

c:\Program Files\Oracle\VMware\VBoxManage modifyvm "FENDT" --hwvirtex off
What can be the problem?
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: error at vm startup

Post by mpack »

It looks like this guest is doing something nasty, implying that it isn't a standard XP distro. You need to turn VT-x back on, and enable it in the VM settings. Hardware virtualization is much more robust against "nasties".

I notice also that the Guest Additions are way out of date, and no extension pack is installed. You should fix both of those (the GAs can probably be installed by booting the guest in safe mode).

Another thing you could try is to disable the internal audio. The error seems like it may be audio related. We can discuss solutions if the problem is confirmed.
peterrr
Posts: 4
Joined: 15. Jan 2019, 22:46

Re: error at vm startup

Post by peterrr »

I turn on VT-x in bios host and setting VM and it works :) Thank you so much.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: error at vm startup

Post by mpack »

Thanks for reporting back.
Post Reply