You are not logged in.
I made a previous post where I had some issues setting up a virtualbox to run windows 11. I was following a variety of different guides, and I beleive this is why non of the proposed solutions worked.
This time I tried to just follow what is posted here on the arch wiki: https://wiki.archlinux.org/title/VirtualBox
I have run into a few early issues I was hoping you could help me figure out.
I began by updating and installing:
$ sudo pacman -S virtualbox virtualbox-guest-iso I chose
virtualbox-host-modules-archover the option for
virtualbox-host-dkms, because I am not running LTS kernel. This is where I run into my first issue.
I try to manually launch the vboxdrv module with
modprobe vboxdrvand I get the following error:
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.19.2-arch1-1I though updating my linux headers might help so I ran:
pacman -Syy linux-headersbut I am still getting this error. Any suggestions?
Last edited by charper_flow (2022-09-05 17:45:55)
Offline
I began by updating...
If the update included a new kernel have you rebooted yet?
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.19.2-arch1-1
The current kernel version in the repos is 5.19.6
Offline
I though updating my linux headers might help so I ran:
pacman -Syy linux-headersbut I am still getting this error. Any suggestions?
That is a partial upgrade and if you performed a partial update before you installed virtualbox that would explain the issue.
It could also be caused by not rebooting since upgrading the kernel.
Offline
Thanks guys that fixed the problem. Still having the same issue with virtualboxvhanging on windows 11 install, but it looks to be a like a pretty common problem. I think I will look into other virtual machine options.
Offline