打开虚拟机创建好准备启动虚拟机的时候,出现了这个错误:
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. Please reinstall the kernel module by executing '/sbin/vboxconfig' as root. where: suplibOsIni....................................
实际上ubuntu缺少了很多库,所以有的时候因为缺库而导致程序异常,那这个错误是因为缺少了libsdl1.2debian这个库,只需:
apt-get install libsdl1.2debian