Hallo,
das habe ich gefunden:
https://askubuntu.com/questions/386150/virtualbox-fails-to-start-machine-after-installing-extensions
Da steht ich soll folgendes umsetzen:
Yes, other answers are right: you have a extension-virtualbox mismatch. However, there is a better way, a more Ubuntu way, to solve this using the distro's own installer which is packaged as virtualbox-ext-pack and found in the multiverse.
- If the multiverse is not enabled, enable the multiverse.
- Close out of VirtualBox.
- In the terminal, run sudo apt-get install virtualbox-ext-pack
if for any reason that's already installed and you want to have reinstalled (thus guaranteeing you fix all the problem).
sudo apt-get --reinstall install virtualbox-ext-pack
Ich habe versucht diese Schritte zu befolgen. Die Eingabe von:
sudo apt-get install virtualbox-ext-pack
führt zur Ausgabe von:
E: Paket virtualbox-ext-pack kann nicht gefunden werden.
Eine Ahnung, warum sudo apt-get install virtualbox-ext-pack nicht funktioniert?