新聞中心
小編給大家分享一下怎么處理VirtualBox啟動錯誤消息,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
讓客戶滿意是我們工作的目標,不斷超越客戶的期望值來自于我們對這個行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價值的長期合作伙伴,公司提供的服務(wù)項目有:域名注冊、虛擬主機、營銷軟件、網(wǎng)站建設(shè)、鄂托克網(wǎng)站維護、網(wǎng)站推廣。
我在啟動minikube時,遇到如下錯誤消息:
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
E1010 03:27:37.920050 4827 start.go:174] Error starting host: Error creating host: Error executing step: Running precreate checks.
: We support Virtualbox starting with version 5. Your VirtualBox install is "WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (3.10.0-862.11.6.el7.x86_64) or it failed to load. Please recompile the kernel module and install it by sudo /sbin/vboxconfig You will not be able to start VMs until this problem is fixed. 5.2.18r124319". Please upgrade at https://www.virtualbox.org .
Retrying.
E1010 03:27:37.921090 4827 start.go:180] Error starting host: Error creating host: Error executing step: Running precreate checks.
: We support Virtualbox starting with version 5. Your VirtualBox install is "WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (3.10.0-862.11.6.el7.x86_64) or it failed to load. Please recompile the kernel module and install it by sudo /sbin/vboxconfig You will not be able to start VMs until this problem is fixed. 5.2.18r124319". Please upgrade at https://www.virtualbox.org
核心是這個錯:
The vboxdrv kernel module is not loaded.
執(zhí)行命令行:
rcvboxdrv setup
結(jié)果:
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the gcc make perl packages from your distribution.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
kernel-devel kernel-devel-3.10.0-862.11.6.el7.x86_64
解決方案:
1. 按照這篇文章的介紹安裝gcc make perl package:
2. 安裝kernel header文件。參考:
3. 執(zhí)行命令行:
rcvboxdrv setup
確保看到消息:
vboxdrv.sh: Building VirtualBox kernel modules.
這個vboxdrv的作用,VirtualBox的幫助文檔寫的很清楚:
In order to run other operating systems in virtual machines alongside your main operating system, VirtualBox needs to integrate very tightly into the system. To do this it installs a "driver" module called vboxdrv which does a lot of that work into the system kernel, which is the part of the operating system which controls your processor and physical hardware. Without this kernel module, you can still use the VirtualBox manager to configure virtual machines, but they will not start.
我簡單翻譯一下:
為了在宿主機里以虛擬機的方式運行其他類型的操作系統(tǒng),VirtualBox需要和宿主機操作系統(tǒng)的Kernel交互,進行交互的模塊就稱為vboxdrv驅(qū)動,它本身也是操作系統(tǒng)的一部分,負責控制操作系統(tǒng)的CPU和其他硬件資源。如果沒有vboxdrv驅(qū)動,我們雖然仍舊可以使用VirtualBox manager來管理虛擬機,但無法在宿主系統(tǒng)上啟動這些虛擬機。
rcvboxdrv setup執(zhí)行后問題解決。
以上是“怎么處理VirtualBox啟動錯誤消息”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學習更多知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!
當前標題:怎么處理VirtualBox啟動錯誤消息
網(wǎng)頁地址:http://www.dlmjj.cn/article/jeised.html