Recently in virtualbox Category

Virtualbox OSE on Debian GNU/Linux amd64

| 2 Comments | No TrackBacks

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

VirtualBox

| No Comments | No TrackBacks

Como en el 90% de los trabajos, el sistema operativo de cabecera es alguna versión de Windows. Mi actual trabajo no es la excepción.
Y no hay nada más aburrido que un Windows con Office como único software instalado. Si quieres tener una máquina interesante debes instalarle un mundo de software para que los 3GHz y 1GB de memoria RAM sirvan para algo mejor que para escribir documentos, oficios y presentaciones. Pero instalar software en Windows es poco menos que cavernícola, sobre todo después de haber usado Debian. Tienes que buscar el software que necesitas, descargar la versión más reciente y esperar que instale todo en c:\Archivos de programa\ en lugar de c:\Program Files\. Si todo sale bien, ya tienes tu software instalado. Repite esto N veces y después de un par de horas tienes un sistema más o menos decente. Todo bien hasta que alguien te dice que existe una nueva versión de tal software.
Entonces repites el proceso de instalación para dicho paquete. Y una vez más para otro software y así hasta el infinito por los siglos de los siglos. ¡Qué flojera!

About this Archive

This page is a archive of recent entries in the virtualbox category.

Uncategorized is the previous category.

virtualización is the next category.

Find recent content on the main index or look in the archives to find all content.