Inclusion of VirtualBox in the repository.
Fixes T322, invalidates T2837.
Signed-off-by: Pierre-Yves <pyu@riseup.net>
Differential D1228
Initial version of virtualbox Authored by kyrios123 on Oct 19 2017, 3:28 PM. Tags Referenced Files
Tokens
Details
Inclusion of VirtualBox in the repository. Signed-off-by: Pierre-Yves <pyu@riseup.net> Could run a 32-bit VM inside my test VM.
Diff Detail
Event TimelineComment Actions Installed -current and -common and opened it OK but can't launch any VMs. Added myself to vboxusers group and rebooted as well. Comment Actions Thanks for this valuable feedback. I think I know what the problem is. ? If you run VirtualBox from a terminal, you have the following error, right? WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (4.13.9-29.current) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/vboxconfig
You will not be able to start VMs until this problem is fixed.So you can load the module with sudo modprobe vboxdrv I just have to figure out how to do this. I think I have to put a conf file in /usr/lib64/modules-load.d. Comment Actions This is still a work in progress but now the vboxdrv kernel module should be automatically loaded so it should be possible to start the VM Comment Actions I think this version should be fine. All feedbacks welcome! Update:
Comment Actions OK AWESOME! This is now working. I had to run sudo modprobe vboxdrv, tested but got another error about networking so ran sudo modprobe vboxnetflt and it works! I tested a VM I already had from my existing VirtualBox .run install (this was installed prior to testing). Audio worked fine on youtube in firefox too. There are a few other vbox* modules: vboxnetadp vboxnetflt vboxpci vboxvideo so they might need to be enabled too, not sure. Comment Actions Another check just done and the guest ISO will automatically download when you try to insert it. Comment Actions Use acpica-unix instead of iasl name as the dependency is already available in the repository with this name. Comment Actions Did you try with the latest version ? What is the output of sudo /usr/lib64/virtualbox/vboxdrv.sh status ? |