Installing VirtualBox Guest Additions in Ubuntu

Step 1: After starting the ubuntu in VirtualBox Select Device->Install Guest Additions… from VirtualBox menu.

Step 2: Now in ubuntu open terminal and type the following bash command to install the VirtualBox guest addition

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

Then it will ask for the password, type your password and just after that you will have VirtualBox guest addition installed in your ubuntu. If you have older version of Ubuntu then it might require to upgrade your Linux kernel.

Here VBoxLinuxAdditions-x86.run is the file name of my VirtualBox guest addition.

One thought on “Installing VirtualBox Guest Additions in Ubuntu

  1. Thanks. It’s an old post but on 11.04 the filename is now VBoxLinuxAdditions.run but this helped me get it in the right direction. Thanks again.

Leave a comment