divx118 / crouton-packages

Kernel-headers packages to use with crouton
56 stars 16 forks source link

Error "RTR3InitEx failed with rc=-1912 (rc=-1912)" when attempting to start Virtual Box #57

Open MikeJewski opened 7 years ago

MikeJewski commented 7 years ago

I followed the guide from https://github.com/dnschneid/crouton/wiki/Build-kernel-headers-and-install-Virtualbox-(x86) , and everything was working correctly. That was until the last time that I started up my chroot, when my crosh printed "WARNING: /etc/rc.local failed with code 1", and now the vboxdrv modules are not loaded up when I start. I tried manually unmounting, and modprobing all of the modules, but then Virtual box throws the error "where: supR3HardenedMainInitRuntime what: 4 VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support driver doesn't match the version of the user. ".

divx118 commented 7 years ago

@MikeJewski You are probably running into https://github.com/divx118/crouton-packages/issues/45 can you please confirm getting supdrvGipCreate: failed to allocate the GIP page. rc=-26 when loading the vboxdrv.ko? Use dmesg to see the error message. If so then we close this issue and keep tracking it in #45.