Today, I want to install a virtual machine in Ubuntu8.04. I used to install virtualbox and add the user to the virtualbox group. But today I am reporting this error to VirtualBoxkerneldrivernotinstalled. Release/dev/vboxdrvwasnotcreatedf.
Today, I want to install a virtual machine in Ubuntu 8.04. I used to install virtual box and add the user to the virtualbox group. But today I am reporting this error.
VirtualBox kernel driver not installed. the vboxdrv kernel module was either not loaded or/dev/vboxdrv was not created for some reason. please install the virtualbox-ose-modules package for your kernel, e.g. virtualbox-ose-modules-generic .. VBox status code:-1908 (VERR_VM_DRIVER_NOT_INSTALLED ).
Return code:
Zero x 80004005
Components:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
It is said that the kernel has not loaded the VirtualBox module. I checked a lot of solutions on the Internet and it seems that it is useless. I used the following methods and succeeded.
Sudo aptitude install virtualbox-ose-modules-generic
Restart the machine
Sudo apt-get install virtualbox-
Ose-source
Sudo module-assistant update
Sudo module-assistant prepare
Sudo module-assistant a-I virtualbox-ose
Sudo/etc/init. d/vboxdrv restart
Run VirtualBox. You can use it now.