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的命令列方法簡介命令列
- flutter升級後 執行專案報錯 Warning: Podfile is out of dateFlutter
- [隨手翻譯]如何從Fedora 16升級到Fedora 17(Desktop & Server)Server
- centos 5.6核心升級到 linux-3.2.23 報錯!CentOSLinux
- 如何Fedora 24升級至Fedora 25版?Fedora24升級至Fedora25版的詳細教程
- CentOS升級核心與容器執行時核心引數的關係CentOS
- 如何升級fedora的版本
- 升級到Linux 2.4核心(轉)Linux
- ArchLinux/Manjaro升級到6.9核心後的問題解決LinuxJAR
- [原創]Fedora5編譯升級核心版本(更新完畢)編譯
- /bin、/sbin、/usr/bin、/usr/sbin、/usr/local/sbin放置可執行檔案的區別
- Linux升級核心後報No volume groups found錯誤Linux
- 升級核心
- Fedora 30系統的升級方法
- 9.2.0.4 升級到10.2.0.5升級後 Oracle Ultra Search 元件NO SCRIPTOracle元件
- [求助] 升級核心後網路卡不工作(轉)
- 升級windows10系統後VirtualBox不能用如何解決Windows
- virtualBox環境Ubuntu升級後太卡,轉debian很絲滑Ubuntu
- ubuntu核心升級Ubuntu
- 麒麟核心升級
- 執行map()後,報:
- cnpm 核心模組 npminstall 升級到 async 總結NPM
- Linux 核心準備升級到 Rust 1.77LinuxRust
- Fedora 17上安裝virtualbox
- pip 升級後runpy.py報錯
- Mac os 升級到11.0版本後 啟動擴充套件報錯Mac套件
- 執行緒和鎖,鎖升級執行緒
- linux 核心升級步驟,kernel升級Linux
- 執行database replay進行升級測試Database
- 升級RH9.0到2.6.5核心全過程(轉)
- Linux核心升級Linux
- CentOS 8 升級核心CentOS
- 【Python】升級python後pip報錯Python
- python3升級後的報錯Python
- 9i 升級到 10g SQL執行計劃校驗SQL
- Mac升級到high sierra後cocoapods失效Mac
- ORACLE EXADATA升級—從11.2.3.1.0到11.2.3.3.0–(9)升級後的檢查Oracle
- Fedora 1/ rh as 3 安裝oracle 9.2.0, 並升級到9.2.0.4詳細過程(轉)Oracle