If you attempted to install Virtual Box Guest-Additions via mounting the disk and running
it compiled the drivers necessary for Guest Additions, but it never seemed to work.
To install Guest Additions in Ubuntu 10.10, you’ll need to install a pre-packaged version available through the repositories. Run the command below:
After a quick reboot you should be set up.
Enjoy Ubuntu 10.10. It’s the little things like this that make testing it in a virtual machine worthwhile.
sudo ./VBoxLinuxAdditions-x86.run
To install Guest Additions in Ubuntu 10.10, you’ll need to install a pre-packaged version available through the repositories. Run the command below:
sudo apt-get install virtualbox-ose-guest-x11
Enjoy Ubuntu 10.10. It’s the little things like this that make testing it in a virtual machine worthwhile.
Comment