VirtualBox 6.1 Guru Meditation error (VERR_IEM_INSTR_NOT_IMPLEMENTED)

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Chuckieegg
Posts: 2
Joined: 25. Mar 2021, 12:19

VirtualBox 6.1 Guru Meditation error (VERR_IEM_INSTR_NOT_IMPLEMENTED)

Post by Chuckieegg »

I've been having random VirtualBox 6.1 crashes, which I'd assumed were due to lack of ram / ram issues.

I've now upgraded to more ram and I'm still seeing them, so investigated the latest Guru Meditation and I'm seeing this error:

00:44:26.495323 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:44:26.495324 !!
00:44:26.495325 !! VCPU0: Guru Meditation -5300 (VERR_IEM_INSTR_NOT_IMPLEMENTED)
00:44:26.496473 !!

Google doesn't seem to provide any further information, any suggestions what I can do or if there is something I can tweak to work around this. Having my VM stop working at random is a pita! I've attached the full log too.

I'm running windows 10 64 bit host, and Ubuntu 20.04.2 LTS 64-bit guest

Thank you.
Attachments
VBox.log.1.zip
(101.02 KiB) Downloaded 8 times
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: VirtualBox 6.1 Guru Meditation error (VERR_IEM_INSTR_NOT_IMPLEMENTED)

Post by mpack »

Try disabling Hyper-v.
00:00:03.529890 HM: HMR3Init: Attempting fall back to NEM: VT-x is not available
00:00:03.552818 NEM: WHvCapabilityCodeHypervisorPresent is TRUE, so this might work...
See FAQ: HMR3Init: Attempting fall back to NEM (Hyper-V is active)

I would also reduce CPU cores to 2. More cores never necessarily makes any PC faster, but in the case of a VM unused cores will definitely make it slower.
Chuckieegg
Posts: 2
Joined: 25. Mar 2021, 12:19

Re: VirtualBox 6.1 Guru Meditation error (VERR_IEM_INSTR_NOT_IMPLEMENTED)

Post by Chuckieegg »

Thank you!

I actually do code development in my VM which is heavily multi-threaded, so more CPU cores does help me quite a bit.

I've removed hyper-v following the instructions you linked (I thought I already had, I experimented with WSL2 to replace the VM a month or so back but it wasn't good enough performance wise).

Time will tell if this helps, it used to blow up every 2-3 days so I should know by early next week.
Post Reply