When we start a virtual machine from VirtualBox, you can generate the error message spawning session, the virtual machine being blocked, unable to run.
This problem is because the VirtualBox kernel module is not compiled under the host operating system kernel. The errror may occur when you install VirtualBox for the first time or when updating the kernel on the host computer.
To solve the problem must be run from a terminal, the following order:
sudo / etc / init.d / vboxdrv setup This command
VirtualBox module recompile the kernel on the host system.
VMs already created can still be used.
This problem is because the VirtualBox kernel module is not compiled under the host operating system kernel. The errror may occur when you install VirtualBox for the first time or when updating the kernel on the host computer.
To solve the problem must be run from a terminal, the following order:
sudo / etc / init.d / vboxdrv setup This command
VirtualBox module recompile the kernel on the host system.
VMs already created can still be used.
0 comments:
Post a Comment