Installing VirtualBox additional tools on Ubuntu 9.10 Karmic Koala

2 Comments

This procedure was tested on VirtualBox 3.0.12 for Windows and Ubuntu 9.10 Server 32 bit as Guest.

To be able to enjoy seamless integration between the host operating system and the VirtualBox guest you have to install VirtualBox Additional Tools on the guest operating system.

To do so, follow the steps:

Ensure you have a working Internet connection.

Step 1:

Install requirements for the Additional Tools:

sudo apt-get install gcc linux-source-virtual linux-headers-virtual dkms

Reboot after installation.

Step 2:

After logging in again find the Install Additional Tools option on the Devices menu.

Then on your guest mount the cdrom:

sudo mount /media/cdrom

Step 3:

Now install the tools:

cd /media/cdrom
./VBoxLinuxAdditions-x86.run

This will install the additional tools for virtual box.

Reboot your system and you’re all set.

2 Comments (+add yours?)

  1. cameron
    Aug 24, 2010 @ 16:46:44

    i cant seem to get past step1?
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    gcc is already the newest version.
    E: Couldn’t find package linux-source-virtual
    ???
    what am i not doing?

  2. smachado
    Sep 03, 2010 @ 13:22:03

    Are you using Ubuntu 9.10?

Leave a Reply

*