Hi, I'm trying to run Vbox.
I'm using Ubuntu Server Image from linode, i downloaded VirtualBoxOSE2.0.4 and compiled it.
The kernel i used 2.6.18.8-linode10.tar.bz2
In order to enable load vboxdrv module i download kernel source from
http://linode.com/src/
Untar in /usr/src/linux
copied kernel config from /proc/config.gz gunziped and moved to .conf in the kernel
then builded kernel modules and installed
sudo make modules
sudo make modueles_install
The vboxdrv magic differs with the gcc version, but forcing module should work, but gives the error
vboxdrv: Unknown symbol register_cpu_notifie
Reading in vbox forums
register_cpu_notifier is part of the SMP support in the Linux kernel. I guess that this is missing from the VectorLinux 2.6.20 kernel.
But is clear that linode kernel enable SMP in the kernels.
I'm trying to do this with a newer kernel version from linode.
I hope do a guide howto vbox linode soon
=P