install vb guest addins for ubuntu server

http://blog.brettalton.com/2010/04/28/installing-guest-additions-in-virtualbox-for-an-ubuntu-server-guest/

check the above link...

the key point is to grab essential headers from repository like:

sudo apt-get install build-essential linux-headers-`uname -r`

&

sudo apt-get install xserver-xorg xserver-xorg-core

扫描二维码关注公众号,回复: 1387755 查看本文章

in case desktop isn't available.

猜你喜欢

转载自mathgl.iteye.com/blog/937679