代码: 全选
The character device /dev/vboxdrv does not exist.
Please install the virtualbox-ose-dkms package and the appropriate
headers, most likely linux-headers-generic.
You will not be able to start VMs until this problem is fixed.
按照网上到方法,
代码: 全选
1.sudo apt-get install virtualbox-ose-source
安装模块源码然后
2. cd /usr/src
解压源码
3.sudo tar xjvf virtualbox*.bz2
4.cd modules/virtualbox-ose
5.sudo ./build_in_tmp install
让他编译安装模块驱动