I had this exact problem, even using the examples mentioned above. It turned out that in my fury of trial and error (I'm extremely ADD, reading instructions aren't my thing), I had installed the guest additions and vbox-ose form the Ubuntu repositories. Looking at my kern.log, this seemed to be causing a conflict with the guest additions I was installing from the host.
The fix for me was to uninstall everything virtual box related using synaptic, uninstall the guest additions loaded from the host
replace version and platform to suit :
Code: Select all
sudo /media/VBOXADDITIONS_3.2.6_63112/VBoxLinuxAdditions-x86.run uninstall
Then reboot
Once back online, try again, see if it works.
It's possible that I did not need to un/reinstall the guest additions from CD, but I went ahead because I also had problems with my video (I installed Nvidia drivers, which were also causing similar problems with vboxvideo) that seemed to require the rebuild of the guest additions. If you want to try without rebuilding teh guest additions, by all means give it a go, I'm not even sure you need to reboot, but again, I went with what I was pretty sure was going to work. If anyone wants to simplify what I've done and post results, go for it. Hope this helps someone.