Merge pull request #108 from kyrios123/master

Update VirtualBox troubleshooting paragraph
This commit is contained in:
Joshua Strobl 2017-12-16 21:54:39 +02:00 committed by GitHub
commit cf42f0357b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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