Welcome 微信登录

首页 / 操作系统 / Linux / Ubuntu 14.04下安装VirtualBox4.3出现vboxdrv: Unknown symbol mcount (err 0)

Kernel driver not installed (rc=-1908)The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing"/etc/init.d/vboxdrv setup"as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.如果你的系统是Ubuntu的可以这样解决:
sudo aptitude update
sudo aptitude install dkms
sudo /etc/init.d/vboxdrv setup但是执行最后一条命令时报错, 通过dmesg查看 ,发现是vboxdrv: Unknown symbol mcount (err 0)再搜索该错误发现是gcc版本不对。  该问题产生原因是因为前面配置MTK开发环境时将gcc版本链接为4.4。 将此处改为链接4.8. 重新执行上面第三条命令,问题解决。VirtualBox安装Windows 8.1遇到0x000000C4错误解决办法  http://www.linuxidc.com/Linux/2014-11/108855.htm在 Ubuntu 12.10 中使用 Virtualbox 安装 Win7 http://www.linuxidc.com/Linux/2012-11/74195.htmUbuntu中用VirtualBox虚拟机安装Windows XP完整图解 http://www.linuxidc.com/Linux/2010-09/28435p8.htmVirtualBox 虚拟机安装 Ubuntu 13.10 截图 http://www.linuxidc.com/Linux/2013-11/92698.htmUbuntu安装虚拟机软件 VirtualBox 4.3.10 http://www.linuxidc.com/Linux/2014-03/99113.htmVirtualBox 的详细介绍:请点这里
VirtualBox 的下载地址:请点这里更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2本文永久更新链接地址