[Solved] Guru meditation

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Linux_on_win10
Posts: 3
Joined: 20. May 2019, 12:12

[Solved] Guru meditation

Post by Linux_on_win10 »

Hello,

Searches say it is a memory related issue. However, changing RAM allocation does not help.
The log says Guru meditation kicks after a patmR3HandleDirtyInstr line

Code: Select all


00:00:26.063698 PATM: Disabling IDT e patch handler c1547fd8
00:00:26.067044 PATM: Disabling IDT 1 patch handler c154806c
00:00:26.068466 PATM: Disabling IDT 2 patch handler c15480d8
00:00:26.068724 PATM: Disabling IDT 3 patch handler c15481c4
00:00:26.070539 PATM: Disable block at c10121e5 - write c1012212-c1012213
00:00:26.070792 PATM: Disable block at c10122d1 - write c101233b-c101233c
00:00:26.685529 PATM: patmR3HandleDirtyInstr: dirty instruction at feaf41a0 (c1549188) ignored, because instruction in function was reused as target of jump
00:00:33.161755 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'
00:00:33.161828 Console: Machine state changed to 'GuruMeditation'
00:00:33.162150 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:33.162152 !!
00:00:33.162152 !!         VCPU0: Guru Meditation -2403 (VERR_TRPM_DONT_PANIC)
00:00:33.162207 !!
00:00:33.162921 !! TRAP=0e ERRCD=0000000000000000 CR2=00000000ff803004 EIP=fe56cdc0 Type=0 cbInstr=ff
00:00:33.164511 !! EIP in VMMRC.rc (fe56b000) at rva 1dc0 near symbols:
00:00:33.164515 !!    fe56ccc0 rva 00001cc0 off 00000100  selmRCGuestGDTWritePfHandler
00:00:33.164517 !!    fe56cfb0 rva 00001fb0 off -000001f0 selmRCGuestTSSWritePfHandler
00:00:33.166233 !! fff8:fe56cdc0 8b 07                   mov eax, dword [edi]
00:00:33.166453 !!
00:00:33.166454 !!
00:00:33.166455 !!
00:00:33.166535 Hypervisor CPUM state: 


Environment:

Host : Win 10, 64 bit
CPU: x-64
Vbox: 5.1.26 r117224 (Qt5.6.2)
Guest: Porteus-4.0, 32bit, LXDE

Thank you.
Last edited by Linux_on_win10 on 20. May 2019, 13:30, edited 1 time in total.
andyp73
Volunteer
Posts: 1631
Joined: 25. May 2010, 23:48
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Assorted Linux, Windows Server 2012, DOS, Windows 10, BIOS/UEFI emulation

Re: Guru meditation

Post by andyp73 »

Partial logs are not any help I'm afraid. We will need to see the full VBox.log file from the guest in question. zip the log file and post it.

-Andy.
My crystal ball is currently broken. If you want assistance you are going to have to give me all of the necessary information.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
Linux_on_win10
Posts: 3
Joined: 20. May 2019, 12:12

Re: Guru meditation

Post by Linux_on_win10 »

Thank you.

Attached files:
File 1 is the log from the last run.
File 2 is the whole log from the opening post


Edit: The last log does not mention Guru meditation although Vbox threw one!
Attachments
VBox.log.zip
Files : 2
(67.68 KiB) Downloaded 54 times
andyp73
Volunteer
Posts: 1631
Joined: 25. May 2010, 23:48
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Assorted Linux, Windows Server 2012, DOS, Windows 10, BIOS/UEFI emulation

Re: Guru meditation

Post by andyp73 »

VBox.log wrote:
VirtualBox VM 5.1.26 r117224 win.amd64 (Jul 27 2017 12:32:13) release log
VirtualBox 5.1.26 is very old (almost at it's 2nd birthday). I would recommend upgrading to the latest 5.2.30 or 6.0.8 version.
VBox.log wrote:
00:00:04.013298 HM: HMR3Init: Falling back to raw-mode: VT-x is disabled in the BIOS for all CPU modes
You need to enable this in the motherboard / PC / laptop BIOS. Your Intel Pentium N3710 CPU supports it. See your PC's manufacturer help on how to do this. Also, make sure that nothing else has an exclusive hold on the VT-x.

-Andy.
My crystal ball is currently broken. If you want assistance you are going to have to give me all of the necessary information.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
Linux_on_win10
Posts: 3
Joined: 20. May 2019, 12:12

Re: Guru meditation

Post by Linux_on_win10 »

Thank You. Enabling VT-x did the trick.
Post Reply