Update VirtualBox troubleshooting paragraph

Signed-off-by: Pierre-Yves <pyu@riseup.net>
This commit is contained in:
Pierre-Yves 2017-12-14 23:00:12 +01:00
parent 7f18c52906
commit 686f4a446b
No known key found for this signature in database
GPG Key ID: 940519FDF9407DC2
1 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,6 @@
+++
title = "VirtualBox"
lastmod = "2017-11-22T19:03:00+02:00"
lastmod = "2017-12-16T20:35:00+02:00"
+++
# VirtualBox
@ -26,11 +26,25 @@ virtualbox | virtualbox-current
----- | -----
VirtualBox modules for the **linux-lts** kernel | VirtualBox modules for the **linux-current** kernel
You **must** reboot your computer before running VirtualBox for the first time
### Troubleshooting
If the wrong VirtualBox package was installed, the following error will pop up when starting a virtual machine. Please check the instructions just above to install the correct package for your kernel.
{{< altimg "vbox-kernel.png" "help-center/software/virtualbox/" >}}
The Error `Kernel driver not installed (rc=-1908)` may occur if
- The computer was not restarted before launching VirtualBox for the first time
- The computer is not booted on the latest kernel. Make sure to apply the updates from the Software Center and restart your machine.
- The wrong VirtualBox package was installed. Please check the instructions just above to install the correct package for your kernel.
- VirtualBox was manually installed and it conflicts with the version installed from the Solus Repository. The below commands usually help solving this last problem.
``` bash
sudo /opt/VirtualBox/uninstall.sh
eopkg li | grep virtualbox | awk '{print $1}' | xargs sudo eopkg it --reinstall
sudo reboot
```
## Solus as Guest
### Preparing your system