twitter
    Find out what I'm doing, Follow Me :)

How To Install Virtualbox Guest Additions On A Ubuntu 10.04 Lucid Lynx Virtual Machine

First, go to the Devices menu for your virtual machine, and select Install Guest Additions.



This will mount a CD image in your Ubuntu virtual machine with the Guest Additions installer; you should see the icon appear on your virtual machine’s Desktop. Double-click on the icon to mount it.

Next, open a Terminal window.You’ll need to navigate to the /media directory, and then change to the directory representing the CD image.

cd /media/

The name is usually something like VBOXADDITIONS_version_release, for example:

VBOXADDITIONS_3.1.6_59338

Change to the VBOXADDITIONS directory, and then launch the installer. You can do this with this command for a 32 bit virtual machine:

sudo ./VBoxLinuxAdditions-x86.run

For a 64 bit machine:

sudo ./VBoxLinuxAdditions-amd64.run

Type your password to authenticate, and the Guest Additions Installer will launch. It usually takes a few minutes to complete, and once you’re finished, the installer will return you to the Terminal prompt.

Once the installer is done, reboot your Ubuntu virtual machine.

When your Ubuntu virtual machine reboots, it will now support mouse integration, and you’ll be able to increase the resolution beyond 800×600.

The video below will show you how to install Guest Additions with Ubuntu 10.04. Once you see how it’s done it will only take a few minutes and one VirtualBox restart, then you’re good to go.


0 comments:

Post a Comment