Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suddenly getting "Failed to load VMMR0.r0 (VERR_LDR_MISMATCH_NATIVE)"

Failed to load VMMR0.r0 (VERR_LDR_MISMATCH_NATIVE)

My VMs on Virtualbox 4.2 (on Windows 7 32-bit) were running absolutely fine until I started installing a new VM, which would not go beyond the Linux boot screen.

I deleted the VM and created new one, but it still didn't run.

So I installed the new version of VirtualBox (version 4.3.6.r91406) and rebooted the machine; but when I started any of my previously working VMs, I got the following error

Failed to open a session for the virtual machine m14
Failed to load VMMR0.r0
(VERR_LDR_MISMATCH_NATIVE

with the following details:

Result Code: E_FAIL (0x80004005)
Component: Console
Interface: IConsole
{8ab7c520-2442-4b66-8d74-4ff1e195d2b6}

On checking the forums, I saw few posts asking to check the .vbox files. In the directory of the VM, there are two, m14.vbox and m14.vbox-prev.

I removed the prev file and restarted the VM, again got same error, and the m14.vbox-prev file came again. So I then removed the original m14.vbox file and renamed the prev file to original and then started the VM: it still didn't work.

Any clues fixing this?

like image 982
Gautam Somani Avatar asked Feb 09 '14 02:02

Gautam Somani


People also ask

How do I fix failed to load R0 module?

Re: Failed to load R0 module A workaround is to disable HVCI aka Memory integrity as follows: On your Windows host, go to Start > Settings > Update & security > Windows Security > Device security > Core isolation details, turn off Memory integrity and reboot the Windows host.

How do I uninstall VirtualBox?

Method 2: Uninstall Oracle VM VirtualBox via Apps and Features/Programs and Features. Look for Oracle VM VirtualBox in the list and click on it. The next step is to click on uninstall, so you can initiate the uninstallation.


2 Answers

Hi I had the same problem in version 4.3 I disabled the floppy and the CD into the system configuration of the virtual machine and then the machine has started properly without realizing the error.

enter image description here

like image 138
Alejandro Rodriguez Avatar answered Oct 14 '22 23:10

Alejandro Rodriguez


Add or update the extension pack.

If that doesn't solves the problem, then uninstall the Virtual Box, delete the following folder:

C:\USERS\<username>\AppData\Local\VirtualStore\Program Files\Oracle

then install Virtual Box again and run it as administrator. (In some cases running it as simple user may work too.)

like image 38
Gautam Somani Avatar answered Oct 14 '22 21:10

Gautam Somani