您好,登錄后才能下訂單哦!
這期內容當中小編將會給大家帶來有關VBox安裝增強功能報錯怎么辦,文章內容豐富且以專業的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
執行安裝腳本,報錯:
點擊(此處)折疊或打開
[root@rhel601 vboxsp]# sh VBoxLinuxAdditions.run
Verifying archive integrity... All good. Uncompressing VirtualBox 5.1.12 Guest Additions for Linux........... VirtualBox Guest Additions installer Removing installed version 5.1.12 of VirtualBox Guest Additions... vboxadd.sh: Stopping VirtualBox Additions. Copying additional installer modules ... Installing additional modules ... vboxadd.sh: Building Guest Additions kernel modules. Failed to set up service vboxadd, please check the log file /var/log/VBoxGuestAdditions.log for details. |
查看安裝日志文件:
點擊(此處)折疊或打開
[root@rhel601 vboxsp]# cat /var/log/VBoxGuestAdditions.log
vboxadd.sh: failed: Look at /var/log/vboxadd-install.log to find out what went wrong.
vboxadd.sh: failed: Please check that you have gcc, make, the header files for your Linux kernel and possibly perl installed..
chcon: can't apply partial context to unlabeled file `/usr/lib64/VBoxGuestAdditions/mount.vboxsf'
檢查gcc和make包是否安裝以及kernel和kernel-devel是否安裝,在本次錯誤中,gcc和kernel-devel包沒有安裝,所以需要執行安裝。
點擊(此處)折疊或打開
yum install -y gcc*
yum isntall -y kernel-devel
安裝完成后結果如下:
yum list gcc
yum list make
yum list kernel kernel-devel
點擊(此處)折疊或打開
[root@rhel601 ~]# yum list gcc*
Loaded plugins: product-id, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Installed Packages
gcc.x86_64 4.4.6-4.el6 @local
gcc-c++.x86_64 4.4.6-4.el6 @local
gcc-gfortran.x86_64 4.4.6-4.el6 @local
gcc-gnat.x86_64 4.4.6-4.el6 @local
gcc-java.x86_64 4.4.6-4.el6 @local
gcc-objc.x86_64 4.4.6-4.el6 @local
gcc-objc++.x86_64 4.4.6-4.el6 @local
[root@rhel601 ~]# yum list make
Loaded plugins: product-id, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Installed Packages
make.x86_64
[root@rhel601 ~]# yum list kernel kernel-devel
Loaded plugins: product-id, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Installed Packages
kernel.x86_64 2.6.32-279.el6 @anaconda-RedHatEnterpriseLinux-201206132210.x86_64/6.3
kernel-devel.x86_64 2.6.32-279.el6 @local
再次執行安裝:
點擊(此處)折疊或打開
[root@rhel601 vboxsp]# sh VBoxLinuxAdditions.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.1.12 Guest Additions for Linux...........
VirtualBox Guest Additions installer
Removing installed version 5.1.12 of VirtualBox Guest Additions...
vboxadd.sh: Stopping VirtualBox Additions.
Copying additional installer modules ...
Installing additional modules ...
vboxadd.sh: Building Guest Additions kernel modules.
vboxadd.sh: Starting the VirtualBox Guest Additions.
Could not find the X.Org or XFree86 Window System, skipping. --這里的錯誤忽略
上面表示插件安裝完成。
上述就是小編為大家分享的VBox安裝增強功能報錯怎么辦了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關知識,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。