Skip to content

Instantly share code, notes, and snippets.

@lenciel
Created January 16, 2013 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenciel/4543970 to your computer and use it in GitHub Desktop.
Save lenciel/4543970 to your computer and use it in GitHub Desktop.
Windows 7 VERR_LDR_MISMATCH_NATIVE
I was having a problem with Win7 and Virtualbox 4.2.6. All my vms cannot be started up.
the answer appears to be found by going to C:\USERS\<username>\AppData\Local\VirtualStore\Program Files
and then rmdir /s Oracle
the contents there are created by running Virtualbox without Administrator privilege and can safely be deleted.
the new version of Virtualbox will create new files there, if needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment