`

VirtualBox中安装Ubuntu11.04增强功能

 
阅读更多

VirtualBox中安装Ubuntu11.04增强功能失败

引用

fuliang@fuliang-VirtualBox:~$ sudo /etc/init.d/vboxadd setup
Removing existing VirtualBox DKMS kernel modules ...done.
Removing existing VirtualBox non-DKMS kernel modules ...done.
Building the VirtualBox Guest Additions kernel modules
The headers for the current running kernel were not found. If the following
module compilation fails then this could be the reason.

Building the main Guest Additions module ...done.
Building the shared folder support module ...done.
Building the OpenGL support module ...done.
Doing non-kernel setup of the Guest Additions ...done.
You should restart your guest to make sure the new modules are actually used

在Building VirtualBox Guest Additions kernel modules的时候,缺少kernal的头文件,
使用下面的命令安装:
引用

sudo apt-get install dkms build-essential linux-headers-$(uname -r)

其实build-essential linux-headers已经是最新的了,只是缺少dkms(Dynamic Kernel Module Support),当有新的kernal安装的时候,它能让kernal的设备驱动自动的重新构建。
详情见:http://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support
之后再
引用

sudo /etc/init.d/vboxadd setup

成功:
引用

Removing existing VirtualBox DKMS kernel modules ...done.
Removing existing VirtualBox non-DKMS kernel modules ...done.
Building the VirtualBox Guest Additions kernel modules ...done.
Doing non-kernel setup of the Guest Additions ...done.
You should restart your guest to make sure the new modules are actually used

分享到:
评论

相关推荐

    ubuntu11.04下搭建android平台

    - **方法一**:在硬盘上直接安装 Ubuntu 11.04,这种方式可以获得最佳的性能体验,但需要注意的是,此操作将覆盖当前的系统分区,因此建议备份数据后进行操作。 - **方法二**:通过虚拟机安装 Ubuntu 11.04。这种...

    windows 7 + VirtualBox + Ubuntu + SecurityCRT 教程

    需要注意的是,在安装过程中应确保选择合适的安装选项,以便支持后续的Ubuntu Server安装。 ##### 2. **Ubuntu Server的安装** - **选择版本** 选择Ubuntu Server而不是桌面版的原因在于Server版更为节省资源,...

    Ubuntu开启3D特效

    如果你已经安装好Ubuntu Linux并且能使用图形界面的桌面,这里分两种情况,8.04~10.10版本的用户默认进入的是经典的GNOME Shell桌面,11.04版本的用户默认进入的是Unity桌面。对于习惯了使用经典的GNOME Shell桌面...

    android开发环境搭建——Linux(下)

    - 使用VirtualBox安装Ubuntu 11.04 32-bit,安装过程中可以根据需要选择语言、键盘布局等设置。 - 在安装完成后,重启系统并输入密码登录。 4. **配置Windows与Linux之间的文件共享**: - 对于使用ADSL拨号上网...

    hadoop搭建手册

    以下将详细解析基于Ubuntu 11.04的Hadoop搭建过程,涵盖虚拟机环境准备、网络配置、SSH无密码登录、Java JDK安装以及Hadoop的安装与配置。 #### 一、虚拟机环境搭建 首先,选择VirtualBox作为虚拟化平台,版本为...

    bismark-simulcast:刷新一堆与VLAN并行的路由器!

    BISmark Simulcast:并行安装固件斯蒂芬·伍德罗要求支持802.1Q(VLAN)的以太网交换机VirtualBox或其他x86桌面虚拟化应用程序(VMware工作站等) Ubuntu Server 11.04安装映像(.iso)入门首先阅读doc / setup.m...

Global site tag (gtag.js) - Google Analytics