一、安装以下模块

  yum install kernel-devel kernel-headers gcc,然后重启。

二、安装增强功能

  虚拟机centos6.5 --VirtualBox设置全屏

  安装失败,查看日志文件,cat /var/log/vboxadd-install.log,看是否有以下错误:

  (1)错误1:unable to find the sources of your current Linux kernel ...,需要更新操作系统内核,使用命令 yum update kernel,重启系统。

  (2)错误2:building the opengl support module failed,可以忽略,忽略方法:进入到增强文件目录,cd /media/VBOXADDITIONS_4.3.12_93733/,执行命令,export MAKE='/usr/bin/gmake -i',再执行,./VBoxLinuxAdditions.run ,重启系统。

相关文章:

  • 2021-10-13
  • 2021-11-16
  • 2021-12-16
  • 2021-10-21
  • 2021-10-28
猜你喜欢
  • 2021-08-29
  • 2021-11-18
  • 2021-12-05
  • 2022-01-04
  • 2021-11-23
  • 2021-12-11
相关资源
相似解决方案