|
发表于 2011-5-19 01:40:25
|
显示全部楼层
今天刚刚用virtualbox 4.0.8版在windows里安装了一个wheezy,第一次用这个东东,看到wheezy里有Guest Additions 4.0.4,直接安装上,屏幕分辨率只有1024x768。仔细看了下它只是把Guest Additions ISO文件给安装到系统中,ISO文件中的Guest Additions程序没有自动安装上。后来干脆用官网的4.0.8版按以下的帮助信息自己安装。
4.2.2.1.7. Debian
1.In order to fully update your guest system, open a terminal and run
apt-get update
as root followed by
apt-get upgrade
2.Install the make tool and the GNU C compiler using
apt-get install make gcc
3.Reboot your guest system in order to activate the updates.
4.Determine the exact version of your kernel using uname -a and install the correct version of the linux-headers package, e.g. using
apt-get install linux-headers-2.6.26-2-686
5.sudo ./VBoxLinuxAdditions.run |
|