You are not logged in.
I am trying to create a virtual machine with VirtualBox 4.3.36 (default apt-get install) in Q4OS 1.8.7 x64 (Full Profile packages installed) but when I try to start the VM it has the following error:
Has anyone ever experienced this?
Offline
Have you installed 'virtualbox-dkms' package ?
Offline
Good afternoon.
Yes, it is installed.
I've looked for this error in some forums on the Internet, and I think the problem is more complex than it seems... It's also recurrent in Ubuntu, Linux Mint... I've also found countless suggestions to get around the problem, and I'm analyzing which I can use
I will continue researching and if I succeed, I will leave feedback here.
Thank you!
Offline
try using
sudo /usr/lib/virtualbox/vboxdrv.sh setup
Offline
@Dai_trying,
Actually there is the "vboxdrv.sh" file in "/usr/lib/virtualbox/", I searched for this damn and had not been able to find !!!
But I managed to solve it differently, before reading your suggestion!
What did I do:
I deleted the version of VBOX that I had installed by the repository:
sudo apt-get purge virtualbox\*
I downloaded the latest version of the official Virtual Box website:
Debian 8 ("Jessie")
http://download.virtualbox.org/virtualbox/5.1.26/virtualbox-5.1_5.1.26-117224~Debian~jessie_amd64.deb
I installed two packages of "libqt5" (VBOX depends on them):
sudo apt-get install libqt5opengl5 libqt5x11extras5
And, finally, I installed Virtual Box with dpkg:
sudo dpkg -i virtualbox-5.1_5.1.26-117224~Debian~jessie_amd64.deb
Problem solved!
In another opportunity I will test the version of the repository (4.3.36) with your command.
Greetings!
Offline
@rafaelramos
The right way to install Virtualbox 5.1 on Q4OS should be to add Virtualbox repository and install Virtualbox package. First of all, purge all related packages you have installed before. Then run in terminal:
$ sudo qrepoadd --gui
pick 'virtualbox' repository from drop-down to add it into Q4OS
Proceed Virtualbox setup:
$ sudo apt-get update
$ sudo apt-get install virtualbox-5.1
Now, you will have official Virtualbox repo installed, so you will get Virtualbox fixes and updates.
Please read Q4OS documentation, chapter '14. External software repositories' https://www.q4os.org/dqa007.html#extrepo
Offline
@rafaelramos
The right way to install Virtualbox 5.1 on Q4OS should be to add Virtualbox repository and install Virtualbox package. First of all, purge all related packages you have installed before. Then run in terminal:
$ sudo qrepoadd --gui
pick 'virtualbox' repository from drop-down to add it into Q4OSProceed Virtualbox setup:
$ sudo apt-get update
$ sudo apt-get install virtualbox-5.1Now, you will have official Virtualbox repo installed, so you will get Virtualbox fixes and updates.
Please read Q4OS documentation, chapter '14. External software repositories' https://www.q4os.org/dqa007.html#extrepo
Thank you guys !
Offline