How to install Virtual Box Additions on Ubuntu
|
Friday, 15 June 2007 06:45 |
|
If you install ubuntu as a guest on virtual box, you need to do a couple of things to install the virtualbox additions:
- Mount your ubuntu cd/iso from the virtualbox GUI.
- Install GNU Compiler and header files (use the command uname -r and substitute it with KERNELVERSION in the command below)
- sudo apt-get install build-essential linux-headers-KERNELVERSION
- Now mount the VirtualBoxAdditions cd/iso from the virtualbox GUI.
- Run the VirtuaBox installer:
- Sudo sh /media/cdrom/VBoxLinuxAdditions.run all
- Restart the virtual machine and you are all done!
|