I am using Vbox on a Ubuntu host to run Arca Noae 503. Currently when starting the virtual machine of Arca Noae, I am getting an error message that the Vbox Linux driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv, the Vbox version is 6.0.4 r128413 (qt 5.9.5). The host is Ubuntu 18.04 on kernel 5.3.0-28 loaded on 01/17/20. The install of Vbox ran fine on 01/15/20. The error message indicates to run /sbin/vboxconfig as root which I have however it fails with the message “vboxdrv.sh: failed: Look at /var/log/vbox-setup.log to find out what went wrong”, however I am unable to find in the log what to do differently. The file “vboxdrv.sh” permissions are root and executable. The error message also notes that there are permission problems with /dev/vboxdrv, however I can not find vboxdrv.sh in that path.
Thanks for all of the suggestions. I added Virtualbox to the Debian sources list so that Vbox will update in the future when a new versions is released. I then installed version 6.1 and resolved all of the questions related to guest additions. The new install is working well and resolved all of the issues.
usermod -a -G vboxusers [USERNAME]
– da_kingpin Feb 08 '20 at 01:52apt-get install
orapt install
will cause you trouble, "don't do that" if you're an inexperienced user (= not aware of the plausible problems that come of it). – Hannu Feb 08 '20 at 11:36