Announcement

Collapse
No announcement yet.

Virtualbox: Kernel driver not installed (rc=-1908)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Virtualbox: Kernel driver not installed (rc=-1908)

    Hello everybody,
    I get the messages

    Code:
    Kernel driver not installed (rc=-1908)
    
    The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please reinstall virtualbox-dkms package and load the kernel module by executing
    
    'modprobe vboxdrv'
    
    as root.
    
    If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.
    
    where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
    ​
    Code:
    Für die virtuelle Maschine [B]Lubuntu_provisoir[/B] konnte keine neue Sitzung eröffnet werden.
    
    The virtual machine [B]'Lubuntu_provisoir'[/B] has terminated unexpectedly during startup with exit code 1 (0x1). [TABLE="border: 0, cellpadding: 0, cellspacing: 5"]
      [TR]
      [TD]Fehlercode:[/TD]
      [TD]NS_ERROR_FAILURE (0x80004005)[/TD]
      [/TR]
      [TR]
      [TD]Komponente:[/TD]
      [TD]MachineWrap[/TD]
      [/TR]
      [TR]
      [TD]Interface:[/TD]
      [TD]IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}[/TD]
      [/TR]
      [/TABLE]
     
    ​
    When I try to start Lubuntu on Virtualbox.
    Please, would you know what I should do?
    Last edited by nicrnicr; Aug 17, 2024, 06:57 AM.

    #2
    Did you do what was directed in the message? sudo apt-get install --reinstall virtualbox-dkms
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Thank you Snowhog for your answer.

      Code:
      auie@auie-Latitude-E5530:~$ sudo apt-get install --reinstall virtualbox-dkms
      [sudo] Passwort für auie:  
      Paketlisten werden gelesen… Fertig
      Abhängigkeitsbaum wird aufgebaut… Fertig
      Statusinformationen werden eingelesen… Fertig
      Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
       libwpe-1.0-1 libwpebackend-fdo-1.0-1
      Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
      Die folgenden zusätzlichen Pakete werden installiert:
       virtualbox virtualbox-qt
      Vorgeschlagene Pakete:
       vde2 virtualbox-guest-additions-iso
      Die folgenden Pakete werden aktualisiert (Upgrade):
       virtualbox virtualbox-dkms virtualbox-qt
      3 aktualisiert, 0 neu installiert, 0 zu entfernen und 22 nicht aktualisiert.
      Es müssen noch 0 B von 46,1 MB an Archiven heruntergeladen werden.
      Nach dieser Operation werden 1.024 B Plattenplatz zusätzlich benutzt.
      Möchten Sie fortfahren? [J/n] J
      (Lese Datenbank ... 267295 Dateien und Verzeichnisse sind derzeit installiert.)
      Vorbereitung zum Entpacken von .../virtualbox-qt_6.1.50-dfsg-1~ubuntu1.22.04.3_amd64.deb ...
      Entpacken von virtualbox-qt (6.1.50-dfsg-1~ubuntu1.22.04.3) über (6.1.50-dfsg-1~ubuntu1.22.04.1) ...
      Vorbereitung zum Entpacken von .../virtualbox-dkms_6.1.50-dfsg-1~ubuntu1.22.04.3_amd64.deb ...
      Module virtualbox-6.1.50 for kernel 6.5.0-44-generic (x86_64).
      Before uninstall, this module version was ACTIVE on this kernel.
      
      vboxdrv.ko:
      - Uninstallation
        - Deleting from: /lib/modules/6.5.0-44-generic/updates/dkms/
      - Original module
        - No original module was found for this module on this kernel.
        - Use the dkms install command to reinstall any previous module version.
      
      
      vboxnetadp.ko:
      - Uninstallation
        - Deleting from: /lib/modules/6.5.0-44-generic/updates/dkms/
      - Original module
        - No original module was found for this module on this kernel.
        - Use the dkms install command to reinstall any previous module version.
      
      
      vboxnetflt.ko:
      - Uninstallation
        - Deleting from: /lib/modules/6.5.0-44-generic/updates/dkms/
      - Original module
        - No original module was found for this module on this kernel.
        - Use the dkms install command to reinstall any previous module version.
      
      depmod.................
      Deleting module virtualbox-6.1.50 completely from the DKMS tree.
      Entpacken von virtualbox-dkms (6.1.50-dfsg-1~ubuntu1.22.04.3) über (6.1.50-dfsg-1~ubuntu1.22.04.1) ...
      Vorbereitung zum Entpacken von .../virtualbox_6.1.50-dfsg-1~ubuntu1.22.04.3_amd64.deb ...
      Entpacken von virtualbox (6.1.50-dfsg-1~ubuntu1.22.04.3) über (6.1.50-dfsg-1~ubuntu1.22.04.1) ...
      virtualbox-dkms (6.1.50-dfsg-1~ubuntu1.22.04.3) wird eingerichtet ...
      Loading new virtualbox-6.1.50 DKMS files...
      Building for 6.8.0-40-generic
      Building initial module for 6.8.0-40-generic
      Done.
      
      vboxdrv.ko:
      Running module version sanity check.
      - Original module
        - No original module exists within this kernel
      - Installation
        - Installing to /lib/modules/6.8.0-40-generic/updates/dkms/
      
      vboxnetadp.ko:
      Running module version sanity check.
      - Original module
        - No original module exists within this kernel
      - Installation
        - Installing to /lib/modules/6.8.0-40-generic/updates/dkms/
      
      vboxnetflt.ko:
      Running module version sanity check.
      - Original module
        - No original module exists within this kernel
      - Installation
        - Installing to /lib/modules/6.8.0-40-generic/updates/dkms/
      
      depmod...............
      virtualbox (6.1.50-dfsg-1~ubuntu1.22.04.3) wird eingerichtet ...
      virtualbox-qt (6.1.50-dfsg-1~ubuntu1.22.04.3) wird eingerichtet ...
      Trigger für mailcap (3.70+nmu1ubuntu1) werden verarbeitet ...
      Trigger für desktop-file-utils (0.26-1ubuntu3) werden verarbeitet ...
      Trigger für hicolor-icon-theme (0.17-2) werden verarbeitet ...
      Trigger für man-db (2.10.2-1) werden verarbeitet ...
      Trigger für shared-mime-info (2.1-2) werden verarbeitet ...
      auie@auie-Latitude-E5530:~$
      
      ​
      It still don't work.


      Code:
      If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.
      
      where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.​
      My BIOS is on Legacy.


      Comment


        #4
        Originally posted by nicrnicr View Post
        Please reinstall virtualbox-dkms package and load the kernel module by executing 'modprobe vboxdrv'
        So, you did the first part, but did you do the second? sudo modprobe vboxdrv
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Thank you Snowhog for your answer.
          Code:
          auie@auie-Latitude-E5530:~$ sudo modprobe vboxdrv
          [sudo] Passwort für auie:  
          auie@auie-Latitude-E5530:~$
          ​
          It still don't work.
          There is written that I should show you the log, but I'm not allowed to upload the file and if I copy it I need 3 posts to show it as it is very long.
          Last edited by nicrnicr; Aug 24, 2024, 02:26 AM.

          Comment

          Working...
          X