VirtualBoxのエラー

Ubuntu上のVirtualBoxで、ゲストのXPを起動しようとすると、頻繁に以下のエラーが表示される。
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Please install the virtualbox-ose-modules package for your kernel and execute '/etc/init.d/vboxdrv start' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).

次のコマンドで、プロセスをリスタートすると正しく起動できた。
$ sudo /etc/init.d/vboxdrv setup
$ sudo /etc/init.d/vboxdrv restart

コメント