原文章地址:[url]http://www.ithowto.ro/2009/03/howto-install-guest-additions-for-virtualbox-on-debian-lenny-50/[/url]
I have the following setup. The Host machine is running Windows Vista 64 with VirtualBox.
I’ve installed Debian Lenny 5.0 from a NetCD and now i want to install the guest additions modules. The guest additions are very useful because they have a lot of usability features like: copy-ing/pasting from the guest system to the host sistem, you can fly the mouse pointer in and out of the guest system and so on.
On the VirtualBox menu go to Devices and click Install Guest Additions. This will mount a virtual cd in your linux guest system. Go to your cd-rom ( which also has the guest additions for windows ) :
cd /cdrom and run ./VBoxLinuxAdditions-x86.run.
You might get an error about installing linux kernel headers and build packages. That can easily be solved by using apt-get :
apt-get install build-essential linux-headers-`uname -r`
the ‘uname -r’ will autocomplete the kernel needed kernel version.
After this rerun the ./VBoxLinuxAdditions-x86.run and it should all go well. Reboot the debian system and enjoy the magical guest additions.
I have the following setup. The Host machine is running Windows Vista 64 with VirtualBox.
I’ve installed Debian Lenny 5.0 from a NetCD and now i want to install the guest additions modules. The guest additions are very useful because they have a lot of usability features like: copy-ing/pasting from the guest system to the host sistem, you can fly the mouse pointer in and out of the guest system and so on.
On the VirtualBox menu go to Devices and click Install Guest Additions. This will mount a virtual cd in your linux guest system. Go to your cd-rom ( which also has the guest additions for windows ) :
cd /cdrom and run ./VBoxLinuxAdditions-x86.run.
You might get an error about installing linux kernel headers and build packages. That can easily be solved by using apt-get :
apt-get install build-essential linux-headers-`uname -r`
the ‘uname -r’ will autocomplete the kernel needed kernel version.
After this rerun the ./VBoxLinuxAdditions-x86.run and it should all go well. Reboot the debian system and enjoy the magical guest additions.
Debian Lenny 安装 VirtualBox Guest Additions
本文介绍如何在 Debian Lenny 5.0 上安装 VirtualBox Guest Additions,包括复制粘贴、鼠标无缝切换等功能的配置步骤。首先通过 VirtualBox 菜单安装虚拟光驱,然后解决内核头文件缺失问题,最后重启系统完成安装。

被折叠的 条评论
为什么被折叠?



