Virtualbox OSE on Debian GNU/Linux amd64

I use to have virtualbox installed in my machine from the packages provided by virtualbox.org.A few week ago I replaced it with the OSE available from the Debian repositories.

One package that wasn’t available for my architecture (amd64) was virtualbox-ose-modules.

Installing virtualbox-ose went without problems but when I started a virtualbox I received a message like:


VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or
/dev/vboxdrv was not created for some reason. Please install the virtualbox-ose-modules package
for your kernel and execute '/etc/init.d/vboxdrv start' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).

Asking Mr. Google “he” gave me the answer by pointing his artificial finger to:

http://www.esdebian.org/forum/print.php?id=115990&forum=15

and to:

http://debaday.debian.net/2007/12/05/virtualbox-a-virtual-pc-for-you/

So I did, as root:


# aptitude install virtualbox-ose-source module-assistant
# m-a prepare virtualbox
# m-a a-i virtualbox
# dpkg -i /usr/src/virtualbox-ose-modules-*
# modprobe vboxdrv

and after that virtualbox worked like a charm


2 Responses to “Virtualbox OSE on Debian GNU/Linux amd64”

  • bookter Says:

    I just migrated from SuSE 10.3 to (32-bit)Etch. I had been using VMware on SuSE. I tried out VirtualBox and installation went off smoothly, though I had to add my user account to the vbox group manually. After that I was able to install XP to a VM just fine, but was a little bummed to learn that guest additions aren’t available for W98se. A shame, because VMware is a little pricey.

  • miguel.coba Says:

    Yes, that’s a issue to have in mind when installing Win98. Besides that, virtualbox is a great virtualization software.

Leave a Reply