Fedora升級到4.3.4核心後virtualbox執行/sbin/rcvboxdrvsetup報Badargumentsetup
[t@bjb0541 ~]$ uname -a
Linux bjb0541 4.3.4-300.fc23.x86_64 #1 SMP Mon Jan 25 13:39:23 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
升級核心後,VirtualBox 通常要執行核心驅動的重新編譯載入,跟據執行過程中的提示,執行驅動編譯載入命令:
[t@bjb0541 ~]$ virtualbox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (4.3.4-300.fc23.x86_64) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/rcvboxdrv setup
You will not be able to start VMs until this problem is fixed.
但是提示Bad argument setup
[t@bjb0541 ~]$ sudo /sbin/rcvboxdrv setup
Bad argument setup
替代解決方法是執行sudo /usr/lib/virtualbox/vboxdrv.sh setup
[t@bjb0541 ~]$ sudo /usr/lib/virtualbox/vboxdrv.sh setup
Stopping VirtualBox kernel modules [ 確定 ]
Uninstalling old VirtualBox DKMS kernel modules [ 確定 ]
Trying to register the VirtualBox kernel modules using DKMS[ 確定 ]
Starting VirtualBox kernel modules [ 確定 ]
[t@bjb0541 ~]$
具體可以參考https://www.virtualbox.org/ticket/15055
The above mentioned test builds contain the fix. And the next 5.0.x maintenance release will contain the fix (no ETA). As furthemore written about, doing
sudo /usr/lib/virtualbox/vboxdrv.sh setup
will work as well, even if you didn`t install a test build and the maintenance update is not available yet.
相關文章
- 將Fedora 31升級到Fedora 32的命令列方法簡介命令列
- /bin、/sbin、/usr/bin、/usr/sbin、/usr/local/sbin放置可執行檔案的區別
- flutter升級後 執行專案報錯 Warning: Podfile is out of dateFlutter
- 如何Fedora 24升級至Fedora 25版?Fedora24升級至Fedora25版的詳細教程
- ArchLinux/Manjaro升級到6.9核心後的問題解決LinuxJAR
- CentOS升級核心與容器執行時核心引數的關係CentOS
- Fedora 30的升級方法
- 如何升級fedora的版本
- virtualBox環境Ubuntu升級後太卡,轉debian很絲滑Ubuntu
- Linux 核心準備升級到 Rust 1.77LinuxRust
- Fedora 30系統的升級方法
- Linux核心升級Linux
- 麒麟核心升級
- cnpm 核心模組 npminstall 升級到 async 總結NPM
- 執行緒和鎖,鎖升級執行緒
- windows11升級系統後重新安裝virtualbox虛擬網路卡變 virtualbox host only Ethernet adapter #2WindowsAPT
- 執行map()後,報:
- CentOS 8 升級核心CentOS
- python3升級後的報錯Python
- pip 升級後runpy.py報錯
- CentOS 7核心升級教程。CentOS
- centos7 核心升級CentOS
- Mac os 升級到11.0版本後 啟動擴充套件報錯Mac套件
- 升級Spring Cloud到Finchley後的一點坑SpringCloud
- oracle 10 rac 升級 10.2.0.1升級到10.2.0.5Oracle
- 【Azure Function App】Azure Function 從.Net6 升級到 .Net8 後 Function出現執行時版本錯誤FunctionAPP
- CentOS6.X 升級核心CentOS
- ccproject升級到1135Project
- 14 使用DBMS_ROLLING 執行滾動升級
- 工業執行平穩提質升級XG
- mongodb單機從3.2升級到4.0.4升級MongoDB
- CentOS 7 停服後(2024-06-30)升級最新的Linux 核心CentOSLinux
- 核心執行緒執行緒
- 升級到 Pulsar3.0 後深入瞭解 JWT 鑑權JWT
- MacOS升級到Monterey後python SSL握手失敗問題MacPython
- Win10升級助手無法執行是怎麼回事?Win10升級助手無法執行的解決方法Win10
- Windows下繫結執行緒到指定的CPU核心Windows執行緒
- 為什麼使用者執行緒必須對映到核心執行緒?執行緒
- Ubuntu 16.04 升級Linux 系統核心UbuntuLinux