Failed to load ring-0 module 'VBoxEhciR0.r0' for device 'usb-xhci'
Posted: 7. Sep 2020, 00:28
Hello,
My VM's don't start anymore since I upgraded to Linux 5.4.63-1-lts.
I removed the old VirtualBox version, then I installed the virtualbox-host-dkms package without errors.
I enabled the kernel modules vboxdrv, vboxnetadp and vboxnetflt and added myself to the vboxusers group. I also did a reboot.
I installed the Extension Pack using vboxmanage and I made sure the versions are correct - 6.1.12.
Version:
Extpack: Oracle_VM_VirtualBox_Extension_Pack-6.1.12.vbox-extpack
But the VM does not start. Apparently there is a problem with the USB interface.
I already had the same type of error with Linux kernel 5.8. Downgrading to 5.7 solved the problem for me. Now I am on LTS and it's not working for new.
How to solve this problem?
My VM's don't start anymore since I upgraded to Linux 5.4.63-1-lts.
I removed the old VirtualBox version, then I installed the virtualbox-host-dkms package without errors.
I enabled the kernel modules vboxdrv, vboxnetadp and vboxnetflt and added myself to the vboxusers group. I also did a reboot.
I installed the Extension Pack using vboxmanage and I made sure the versions are correct - 6.1.12.
Version:
Code: Select all
$ vboxmanage --version
6.1.12r139181But the VM does not start. Apparently there is a problem with the USB interface.
Code: Select all
Failed to open a session for the virtual machine windows_10.
Failed to load R0 module /usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxEhciR0.r0: RTLdrGetBits failed (VERR_SYMBOL_VALUE_TOO_BIG).
Failed to load ring-0 module 'VBoxEhciR0.r0' for device 'usb-xhci' (VERR_SYMBOL_VALUE_TOO_BIG).
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}How to solve this problem?