I tried to install VirtualBox 4.1.8 on Ubuntu 11.10 64 bit, but I have a lot of problems.
During installation, I have a black screen with a bunch of codes that I haven't be able to copy. I think it is the tty terminal. After that, the screen crashed and I was forced to reboot pc.
At the start, tty terminal opens again with a lot of codes and errors and I was able to login only pressing ctrl + f7 to return to graphical interface.
When I first opened virtualbox and created a virtual machine and tried to start it, I had this error
I tried to executeKernel driver not installed (rc=-1908)The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing'/etc/init.d/vboxdrv setup'as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
Code: Select all
sudo /etc/init.d/vboxdrv setupI think the error is in Virtualbox kernel modules.
Indeed, I finally decide to remove virtualbox, but I can't do that!!
When I type
Code: Select all
sudo apt-get remove --purge virtualbox-4.1Stopping virtualbox kernel modueles.
I also tried to delete the vdboxusers group, but I have no result.
I don't know what to do, especially because system is very unstable: I can't shutdown it normally, many programs don't open or don't respond, many web pages crashes, also virtualbox doesn't open.
Any toughts?