VirtualBox is an x86 virtualization software package, originally created by German software company innotek, now developed by Sun Microsystems as part of its Sun xVM virtualization platform. This mini-HOWTO will guide you though VirtualBox 2.1.0 installation on Debian Lenny/sid.
As Sun Microsystem already release Virtual 2.1.2 with number of bug fixes, please refer to my upgrade procedure for more information.
Prepare your Debian Lenny
For sure that you should have your Debian box install with Lenny (if you have any question, please refer to my simple Debian Lenny installation guideline). Moreover, you should have a complete X desktop installed, e.g.
tasksel --new-installChoose the "Desktop environment" and "manual package selection". Check if any package missed, and get the GNOME install.
Install VirtualBox 2.1.0
VirtualBox provide some official guideline for Debian-based Linux installation. I will just mention some critical points.
Prepare your /etc/apt/sources.list and add the following line:
deb http://download.virtualbox.org/virtualbox/debian lenny non-freeImport the PGP key with:
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | apt-key add -Finally, install your VirtualBox 2.1.0:
apt-get update
apt-get install virtualbox-2.1Start your VirtualBox within X
Up to now your VirtualBox should install correctly. You can start its GUI with the following command within your GNOME:
VirtualBoxThe license agreement page will prompt up, and you are asked to provide your contact email, too. After that, VirtualBox's main GUI is out:
Create your first VirtualBox client
Press the "New" button to start the virtual client installation wizard:
You will be asked for the name of client, its OS type, and size of memory:
For harddisk that is a bit tricky. We should press the "New" button, follow the instructions, create the new virtual harddisk, and use it for our new virtual client:
Confirm all basic setup and press "Finish":
Can we start now? Hmm... Not really yet, we should give some tweak before install the new guest OS:
So finally... You can start the guest now and install OS for it :D


















Post new comment