Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#74919 - [virtualbox] VMs don't start with 6.1.34-4 on linux-lts
Attached to Project:
Community Packages
Opened by Olivier Bilodeau (plaxx) - Tuesday, 31 May 2022, 12:54 GMT
Last edited by Christian Hesse (eworm) - Wednesday, 01 June 2022, 21:03 GMT
Opened by Olivier Bilodeau (plaxx) - Tuesday, 31 May 2022, 12:54 GMT
Last edited by Christian Hesse (eworm) - Wednesday, 01 June 2022, 21:03 GMT
|
DetailsDescription:
When trying to launch any VM, you get a VirtualBox Error: > Failed to open a session for the virtual machine Windows10. > > Failed to load R0 module /usr/lib/virtualbox/VMMR0.r0: Unable to locate imported symbol 'SUPR0FpuBegin' for module 'VMMR0.r0' (VERR_SYMBOL_NOT_FOUND). > > Failed to load VMMR0.r0 (VERR_SYMBOL_NOT_FOUND). > > Result Code: NS_ERROR_FAILURE (0x80004005) > Component: ConsoleWrap > Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed} Important to note that I'm on the linux-lts kernel 5.15.43-1-lts. Latest patch notes for virtualbox seem to indicate kernel 5.18 specific changes that might have been compiled in my kernel module. Not sure. See https://github.com/archlinux/svntogit-community/commit/b103146beee8b7c70d04685033a8536aed2e5aea Steps to reproduce: Try to launch a VM with latest VirtualBox |
This task depends upon
Closed by Christian Hesse (eworm)
Wednesday, 01 June 2022, 21:03 GMT
Reason for closing: Works for me
Additional comments about closing: Works with linux-lts 5.15.44-1
Wednesday, 01 June 2022, 21:03 GMT
Reason for closing: Works for me
Additional comments about closing: Works with linux-lts 5.15.44-1
Patches added in 6.1.34-3 or 6.1.34-4 might introduce a regression for non-5.18 kernel or maybe the dkms built module is building with the ifdef like its 5.18 although you are building for an older version?
Currently trying with linux 5.18.1, it looks ok, the guests are faster than with lts kernel.
I'm using dkms, virtualbox-host-dkms to be exact, in case it matters:
```
==> dkms install --no-depmod vboxhost/6.1.34_OSE -k 5.15.44-1-lts
```
I think this can be closed.