运行 sh ./VBoxLinuxAdditions.run 时FAILED,查看日志: /tmp/vbox.0/Makefile.include.header:97: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop. Creating user for the Guest Additions. Cr…
redhat 6.4 安装VirtualBox自动增强功能功能的时候提示: building the main Guest Additions module FAILED unable to find the sources of your current Linux kernel. Specify KERN_DIR-<directory> and run Make again 这个时候需要检测gcc make kernel-level kernel-header 等文件是否安装.具体使用如下…
在笔记本安装Ubuntu11.04增强功能失败 引用 fuliang@fuliang-VirtualBox:~$ sudo /etc/init.d/vboxadd setup Removing existing VirtualBox DKMS kernel modules ...done. Removing existing VirtualBox non-DKMS kernel modules ...done. Building the VirtualBox Guest Additions ke…
一.系统与软件 WIN7 64bit.VirtualBox 5.0.14.CentOS 6.5.SecureCRT 7.2.3 二.使用文件夹共享需要安装增强功能,但是安装时无法读取光盘iso文件 三.为了方便操作,配置静态IP,并使用CRT连接上去(参考http://my.oschina.net/allman90/blog/294847?fromerr=CotpElUe) [root@pc ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEV…
安装时出现一步错误查看log为(log文件是 /var/log/vboxadd-install.log): /tmp/vbox.0/Makefile.include.header:94: *** Error: unable to find the sources of your current Linux kernel. 解决的办法是你的内核更新到最新版本,并安装它的头文件和来源. VirtualBox的需要编译一些驱动程序,当它安装. 只需执行 yum update kernel yum in…
新在虚拟机下安装个CentOS6.5,准备设置个与win7的共享文件夹,遇到一个问题,搞了好几天呢 现在先说一下: 首先,在虚拟机下安装好CentOS这里不说了 然后启动,点击安装增强功能 如下图: 点击之后,会以镜像文件的形式挂载在/dev/cdrom下,因此,想要使用,还需这样 mkdir /mnt/tmp mount /dev/cdrom /mnt/tmp 挂载在tmp目录下,然后 cd /mnt/tmp ls 即可查看文件 查看文件后既可以安装啦!!! 执行sh VBoxLinuxAdd…
1. 下载 可以到官网下载,http://mirror.centos.org/centos/ 如果下载速度太慢的话,也可以到163镜像下载: http://mirrors.163.com/centos/6.6/isos/x86_64/ 选择下载文件  CentOS-6.6-x86_64-bin-DVD1.iso 2. 新建一个Linux虚拟机 在VirtualBox主界面,选择新建(New),然后按照如下步骤新建一个虚拟机. 1. 虚拟电脑名称和系统类型 名称:CentOS_6_6 类型:Lin…
一.安装以下模块 yum install kernel-devel kernel-headers gcc,然后重启. 二.安装增强功能 安装失败,查看日志文件,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…
1. 下载 可以到官网下载,http://mirror.centos.org/centos/ 如果下载速度太慢的话,也可以到163镜像下载: http://mirrors.163.com/centos/6.6/isos/x86_64/ 选择下载文件  CentOS-6.6-x86_64-bin-DVD1.iso 2. 新建一个Linux虚拟机 在VirtualBox主界面,选择新建(New),然后按照如下步骤新建一个虚拟机. 1. 虚拟电脑名称和系统类型 名称:CentOS_6_6 类型:Lin…
VisualBox之所以在Linux上比传统的VMware快得多,关键一点就是它和Linux内核的结合比较紧密,这也是开源的优点. 不过Linux内核更新很频繁,每次更新内核后启动VirtualBox都会提示: VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setu…