rdbreak / rhcsa8env

This is a RHCSA8 study environment built with Vagrant/Ansible
https://join.slack.com/t/redhat-certs/shared_invite/zt-7ju3rz7b-_G3Njp3PDwdBG_81SwPeLA
MIT License
295 stars 177 forks source link

VirtualBox is complaining that the kernel module is not loaded. #62

Closed swapnilhin closed 2 years ago

swapnilhin commented 2 years ago

[Advit@fedora rhcsa8env-master]$ vagrant up The provider 'virtualbox' that was requested to back the machine 'server2' is reporting that it isn't usable on this system. The reason is shown below:

VirtualBox is complaining that the kernel module is not loaded. Please run VBoxManage --version or open the VirtualBox GUI to see the error message which should contain instructions on how to fix this error. [Advit@fedora rhcsa8env-master]$ cat /etc/^C [Advit@fedora rhcsa8env-master]$ uname -a Linux fedora 5.14.10-300.fc35.x86_64 #1 SMP Thu Oct 7 20:48:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

swapnilhin commented 2 years ago

[Advit@fedora rhcsa8env-master]$ VBoxManage --version WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (5.14.10-300.fc35.x86_64) 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.

6.1.26r145957 [Advit@fedora rhcsa8env-master]$