Driver issues when installing VirtualBox on Ubuntu 10.04
Installing VirtualBox, I got this error: Kernel driver not installed '/etc/init.d/vboxdrv setup'
Fix:
1. Run command: sudo apt-get install linux-headers-$(uname -r)-preempt
2. Run command: sudo apt-get install dkms
3. Run command: sudo apt-get install virtualbox-ose
4. Run command: sudo /etc/init.d/vboxdrv setup
P.S. If you'd like the VM OS to access the Internet and also computers on the local network (such as a web server running on the Host) use "Bridged Adapter" for the Network type:
Fix:
1. Run command: sudo apt-get install linux-headers-$(uname -r)-preempt
2. Run command: sudo apt-get install dkms
3. Run command: sudo apt-get install virtualbox-ose
4. Run command: sudo /etc/init.d/vboxdrv setup
P.S. If you'd like the VM OS to access the Internet and also computers on the local network (such as a web server running on the Host) use "Bridged Adapter" for the Network type:
Comments
Post a Comment
Keep it clean and professional...