VirtualBox

初始版本待辦事項 #19723版本 4 之間的變動


忽略:
時間撮記:
2020-8-5 下午12:24:10 (4 年 前)
作者:
Frank Batschulat (Oracle)
註解:

圖例:

未更動
新增
刪除
修改
  • 待辦事項 #19723 – 描述

    初始 v4  
    66
    77I get the following errors:
     8{{{
    89At main.c:281:
    910- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
     
    1920kmodsign: /lib/modules/5.7.8-050708-generic/misc/vboxnetadp.ko: No such file or directory
    2021vboxdrv.sh: failed: modprobe vboxdrv failed.
    21 
     22}}}
    2223I can run VirtualBox.  However, when I try to run a guest, I receive this message:
     24{{{
    2325Kernel driver not installed (rc=-1908)
    2426The VirtualBox Linux kernel driver is either not loaded or not set up correctly.
    2527where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
    26 
     28}}}
    2729sudo /sbin/vboxconfig fails and gives the same output to the terminal as the installer.
    2830
     
    3133The kernel modules do not work because they are installed in the wrong directory.
    3234The installer puts them in:
     35{{{
    3336/lib/modules/5.7.8/misc     (which is incorrect)
    3437The installer also puts the follow 0 byte files which do not work in /lib/modules/5.7.8-050708-generic/misc/ (which is the correct directory for the modules):
     
    3639-rw-r--r-- 1 root      0 Jul 15 20:02 vboxnetadp.ko.~signed~
    3740-rw-r--r-- 1 root      0 Jul 15 20:02 vboxnetflt.ko.~signed~
    38 
     41}}}
    3942I can fix this by issuing these commands:
     43{{{
    4044sudo rm /lib/modules/5.7.8-050708-generic/misc/vboxnetflt.ko.~signed~
    4145sudo rm /lib/modules/5.7.8-050708-generic/misc/vboxnetadp.ko.~signed~
     
    4347sudo mv /lib/modules/5.7.8/misc/* /lib/modules/5.7.8-050708-generic/misc/
    4448sudo rm -rf /lib/modules/5.7.8
     49}}}
    4550Then I reboot.
    4651

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette