Hi. I've noticed that Virtualbox is not working in Knoppix 7.4.This release boots by default using the knoppix64 option. I know virtualbox didn't work in 7.2 using knoppix64, but in 7.4 it doesn't work booting with knoppix either. This is the error I get:. Trying to run /etc/init.d/vboxdrv setup as it suggests doesn't work: . The only solution I've found is uninstalling virtualbox and installing the one downloaded from virtualbox.org:
Code:
sudo apt-get remove virtualbox*
Code:
sudo dpkg -i virtualbox-4.3_4.3.14-95030~Debian~wheezy_i386.deb
Note that it's the i386 version, dpkg won't let you install the amd64 one. Does anybody know how to run virtualbox right from the CD? Thanks.