A instalação do VBox Guest Additions não pode encontrar cabeçalhos para Kali kernal 4.14.0-kali1-amd64

0

Eu instalei o Kali no VirtualBox e agora estou tentando instalar o Guest Additions para obter visualização em tela cheia.

Eu atualizei e instalei meus pacotes e instalei o dkms. Quando tento instalar o linux-headers, recebo o seguinte:

# apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
linux-headers-4.14.0-kali1-amd64 is already the newest version (4.14.2-1kali1).
0 upgraded, 0 newly installed, 0 to remove and 86 not upgraded.

Os cabeçalhos instalados são os seguintes:

# dpkg --get-selections | grep linux-headers
linux-headers-4.14.0-kali1-amd64        install
linux-headers-4.14.0-kali1-common       install
linux-headers-amd64             install

Quando tento executar o CD de adições de comentários, recebo o seguinte:

Verifying archive integrity... All good.
Uncompressing VirtualBox 5.0.40 Guest Additions for Linux............
VirtualBox Guest Additions installer
Removing installed version 5.0.40 of VirtualBox Guest Additions...
Removing existing VirtualBox DKMS kernel modules ...done.
Removing existing VirtualBox non-DKMS kernel modules ...done.
update-initramfs: Generating /boot/initrd.img-4.13.0-kali1-amd64
update-initramfs: Generating /boot/initrd.img-4.14.0-kali1-amd64
Copying additional installer modules ...
Installing additional modules ...
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.
Press Return to close this window...

Parece-me que os cabeçalhos de linux corretos para o kernal estão instalados. Por que o VBox não consegue encontrá-los?

Tentei atualizar para o VBox 5.2.2, mas após remover a versão existente e instalar o 5.2.2, não consegui iniciar o Kali-Linux - captura de tela anexada .

    
por Chris Fgl 18.12.2017 / 10:25

1 resposta

0

Você deve seguir o tutorial para instalar o VirtualBox Gest Additions na Documentação oficial do Kali Linux .

The VirtualBox Guest Additions provide proper mouse and screen integration, as well as folder sharing, with your host operating system. To install them, proceed as follows.

Start up your Kali Linux virtual machine, open a terminal window and issue the following commands.

apt-get update
apt-get install -y virtualbox-guest-x11
reboot
    
por 18.12.2017 / 10:35