If you have a minimal base installation of Ubuntu Server 8.10 than you have to install the following:
- build-essential
- linux-headers
on you command line type:
sudo apt-get install build-essential linux-headers-`uname -r`
then goto VBox Menu Device, there select Install Guest Additions, than you can mount the Guest Additions as CDROM. On your command line type the following:
root@ubuntu810servervm:/media/cdrom# mount /dev/cdrom /media/cdrom
mount: block device /dev/scd0 is write-protected, mounting read-only
root@ubuntu810servervm:/media/cdrom# cd /media/cdrom
root@ubuntu810servervm:/media/cdrom# ls -l
total 16468
dr-xr-xr-x 3 root root 2048 2009-02-16 17:27 32Bit
dr-xr-xr-x 2 root root 2048 2009-02-16 17:27 64Bit
-r--r--r-- 1 root root 192 2009-01-23 10:36 AUTORUN.INF
-r-xr-xr-x 1 root root 1928117 2009-02-16 17:26 VBoxLinuxAdditions-amd64.run
-r-xr-xr-x 1 root root 1761598 2009-02-16 17:26 VBoxLinuxAdditions-x86.run
-r--r--r-- 1 root root 4768256 2009-02-16 17:25 VBoxSolarisAdditions.pkg
-r-xr-xr-x 1 root root 4389880 2009-02-16 17:17 VBoxWindowsAdditions-amd64.exe
-r-xr-xr-x 1 root root 477712 2009-02-16 17:05 VBoxWindowsAdditions.exe
-r-xr-xr-x 1 root root 3532024 2009-02-16 17:07 VBoxWindowsAdditions-x86.exe
root@ubuntu810servervm:/media/cdrom# sudo ./VBoxLinuxAdditions-x86.run
Follow the onscreen instructions. That’s it.
I followed your steps, and still having issues … I did not install (and would not like) the GUI, but want to expand the screen so I can type and read better. I mounted the CD, browse the VB additions file(s), ran it … after installed the headers, but I’m recieving this error:
Could not find X.org or Xfree.86 on the guest system
The X window drivers will not be installed
Dear Jose, if you do not have the gui installed you can ignore this error message this only tells you that the vbox additions for Xfree.86 could not be installed, this is always the issue if you have a non gui (server) installation. Regards Jörg.
Thanks so much for your help! Now I feel a bit stupid for my question, hahaha… but I learned something new. I’m learning Linux and it is an amazing Os but learning curve is a bit high. Thank you for reply,
Regards,
Jose
Hi,
i follow your instruction, but it doesn’t works. Everthing is installed without problems.
I want to change the size of my window, but nothing happen. it is still the same size.
I activate the mouse in Terminalmodus, but Virtualbox keep it catch.
What are the vantage of the guest addition?
I hope you can help me.
Cheers
Sam
have you rebooted the Virtual Machine??
Yes i did.
What could it be?
Same for me dosent work ;-(
[...] I then had to configure the VM for sharing files between the VM and local machine using the “guest additions” software from VirtualBox, see http://joergweis.wordpress.com/2009/03/07/install-virtualbox-guest-additions-on-ubuntu-server-810/ [...]
I found this how-to and it should work for your version of ubuntu. I did this on an ubuntu 9.10 server and all went perfectly.
http://bkintegration.com/2010/10/install-virtualbox-additions-on-ubuntu/
[...] source: http://joergweis.wordpress.com/2009/03/07/install-virtualbox-guest-additions-on-ubuntu-server-810 [...]
Thanks, worked for me!
Thank you!