`
huangro
  • 浏览: 332559 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

HowTo: Install guest additions for VirtualBox on Debian Lenny 5.0

阅读更多
原文章地址:http://www.ithowto.ro/2009/03/howto-install-guest-additions-for-virtualbox-on-debian-lenny-50/

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.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics