我在 Windows 7 主机上有一个 Debian (VirtualBox) 客户机。
我正在尝试安装客户机附加组件,并执行了以下步骤。
- “apt-get 更新”
- “apt-get 升级”
- “apt-get 安装 build-essential 模块助手”
- “我准备一下”
- “安装/media/cdrom0”
- “cd /media/cdrom0”
“sh VBoxLinuxAdditions.运行”
步骤 7 无法安装来宾添加项,并显示以下消息:
=============================================
root@vig-debian:/media/cdrom0# sh VBoxLinuxAdditions.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.1.14 Guest Additions for Linux.........
VirtualBox Guest Additions installer
Removing installed version 4.1.14 of VirtualBox Guest Additions...
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 ...fail!
(Look at /var/log/vboxadd-install.log to find out what went wrong)
Doing non-kernel setup of the Guest Additions ...done.
Installing the Window System drivers
Warning: unknown version of the X Window System installed. Not installing
X Window System drivers.
Installing modules ...done.
Installing graphics libraries and desktop services components ...done.
root@vig-debian:/media/cdrom0#
错误说“未找到当前正在运行的内核的标题”
下面是我的内核版本和标题,我认为没问题。
root@vig-debian:/media/cdrom0# uname -a
Linux vig-debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux
root@vig-debian:/media/cdrom0# cd /usr/src/
root@vig-debian:/usr/src# ls
linux linux-headers-3.16.0-4-common vboxguest-4.1.14
linux-headers-3.16.0-4-amd64 linux-kbuild-3.16
root@vig-debian:/usr/src#
答案1
不,这并不好,更确切地说:还不够。
apt install linux-headers-3.16.0-4-amd64
答案2
警告:安装了未知版本的 X Window System。未安装
X Window System 驱动程序。
您的系统上需要安装一些软件包:
apt-get install virtualbox-guest-x11 xserver-xorg xserver-xorg-core