Ubuntu: VirtualBox Module und Kernel Updates
Linux/OpenSource März 4th, 2009Ubuntu liefert freundlicherweise regelmäßig Sicherheitsupdates aus. Das betrifft natürlich dann auch den Linux Kernel. Leider klappt danach der Start von VirtualBox (eine kostenlose Virtualisierungslösung von Sun Microsystems) nicht mehr. (Und das trotz installiertem dkms Paket.)
Die Lösung – wenn auch “zu Fuß” – sieht dann so aus, dass man dafür sorgt dass die neuen VirtualBox Module kompiliert und installiert werden.
sudo /etc/init.d/vboxdrv setup
* Stopping VirtualBox kernel module * done.
* Removing old VirtualBox kernel module * done.
* Recompiling VirtualBox kernel module * done.
* Starting VirtualBox kernel module * done.
- Ubuntu Lucid Virtualbox: VERR_SUPDRV_COMPONENT_NOT_FOUND
- Virtualbox 2.2 auf Ubuntu installieren
- VirtualBox 2.1 auf Ubuntu: Host USB Proxy Service (VERR_FILE_NOT_FOUND) Fehler
- VirtualBox 2.2 USB Probleme mit Ubuntu
- Ubuntu VirtualBox 2 – VMware konvertieren, die Anleitung!
- Linux kernel testen – mit Grub einmal booten
- VirtualBox: VERR_CFGM_VALUE_NOT_FOUND
- VirtualBox 3.1: Live Migration und Snapshot Komfort

März 5th, 2009 at 23:44
Da mir Virtualbox sehr wichtig ist und auch jeweils die neueste Version: nach der Installation von Ubuntu zuerst die neueste Version von Virtualbox installieren, anschließend System-/Kernelupdates machen: dann werden die Module automatisch für die neuen Kernel kompiliert (bzw. nach Rückfrage)!