原文章地址:
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.
分享到:
相关推荐
Help_for_'install_Guest_Additions'_on_VirtualBox's_vboxguestadd
通常这些问题是因为 VirtualBox 的 Guest Additions 组件未能正确安装所导致的。 #### 报错信息 在尝试安装 Guest Additions 时,会看到类似这样的错误提示:“Could not mount the media/drive C:\Program Files\...
基于Vagrant openSUSE/Tumbleweed.x86_64集成VirtualBox ...[default] GuestAdditions 6.1.0 running --- OK. 关闭虚拟机 /usr/local/bin/vagrant halt 销毁镜像 /usr/local/bin/vagrant destroy --force
VirtualBox 功能扩展包 解决VirtualBox中安装的ubuntu无法调整分辨率问题(640x480)。
任何期颐最新软件包的用户,包括但不限于内核、SAMBA、git、桌面...[default] GuestAdditions 6.1.0 running --- OK. 关闭虚拟机 /usr/local/bin/vagrant halt 销毁镜像 /usr/local/bin/vagrant destroy --force
为 CoreOS 构建 VirtualBox Guest Additions 并使用 Vagrant 设置共享文件夹 这只是一个实验项目来证明这种可能性。 我知道这不是一个好主意,但您可能对特定情况感兴趣。 要求 = v4.3.18 >= v1.6.5 如何使用 $ ...
这时候,需要安装 VirtualBox 中的一个工具,叫做 Guest Additions,中文叫法不一定:增强工具包,功能增强包,增强功能包,都是一个意思。 Guest Additions 是 VirtualBox 中的一个工具,提供了许多高级功能,如...
在使用VirtualBox创建虚拟环境时,为了实现主机与虚拟机之间的无缝交互,通常需要安装所谓的“增强功能包”(Guest Additions)。这些增强功能不仅能够提供更好的图形性能,还能实现诸如自动调整分辨率、共享剪贴板...
1. **API 文档**:这个文档详细介绍了VirtualBox的编程接口,包括Guest Additions、VirtualBox Manager以及VirtualBox API。开发者可以通过这些接口与虚拟机进行通信,控制虚拟硬件、管理虚拟磁盘、网络设置等。 2....
Oracle Database 11g Release 2 (11.2.0.3) RAC On ...Install Guest Additions Create Shared Disks Clone the Virtual Machine Install the Grid Infrastructure Install the Database Check the Status of the RAC
接着,安装VirtualBox Guest Additions,以优化虚拟机性能和实现与宿主机之间的功能整合。这通常可以通过挂载VirtualBox的光驱镜像来完成。安装完Guest Additions后,您可以在虚拟机和宿主机之间共享剪贴板、实现...
根据提供的文档信息,我们可以总结出以下关于在Windows 10上安装VirtualBox并创建Ubuntu虚拟机的相关知识点: ### 一、VirtualBox简介 **VirtualBox**是一款由Oracle公司开发的虚拟化软件,允许用户在一台物理...
VirtualBox的增强型键盘和鼠标支持(Guest Additions)是另一个亮点,它能提供更好的用户体验,比如无缝的窗口拖放功能和共享文件夹功能,这使得在eNSP环境中传输文件变得更加便捷。 总的来说,VirtualBox-5.2.26...
Ubuntu 20.04代号Focal Fossa长期支持版本LTS成为Canonical核心。稳定性、可预测性和可靠性。 新版本将于 10 月 24 日进入开发...[default] GuestAdditions 6.1.2 running --- OK. 登录 /usr/local/bin/vagrant ssh
- **复制 Guest Additions**:将 Guest Additions 映像文件复制到 `/usr/share/virtualbox/` 目录下,命令为 `sudo cp VBoxGuestAdditions_4.1.8.iso /usr/share/virtualbox/VBoxGuestAdditions.iso`。 - **配置 ...
5. **Guest Additions**:VirtualBox Guest Additions是一组优化虚拟机性能和互动性的驱动程序和服务,SDK提供了安装和更新Guest Additions的方法。 6. **脚本自动化**:通过SDK,开发者可以编写脚本自动化大量重复...
使用方式为: 安装软件 vagrant virtualbox ...[default] GuestAdditions 6.0.14 running --- OK. 关闭虚拟机 /usr/local/bin/vagrant halt 销毁镜像 /usr/local/bin/vagrant destroy --force
5. **扩展功能**:VirtualBox提供了丰富的API和Guest Additions,允许用户安装额外的驱动程序和工具,以增强虚拟机的功能,如自动调整窗口大小、拖放操作等。 6. **快照功能**:用户可以创建虚拟机的快照,保存当前...