在ubantu下的virtualbox啓動windows xp系統是出現錯誤的解決方法

1、出現錯誤的代碼:

p, li { white-space: pre-wrap; } 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.


2、解決方法:(打開終端,在終端下輸入下面的命令)

sudo apt-get update

sudo apt-get install dkms

sudo /etc/init.d/vboxdrv setup


3、最後就可以重啓virtualbox下面的windows xp系統了

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章