Hi,

Anyone of you have encountered an issue with installing VirtualBox Addition?

I have installed Kali Linux 2018.1 and done the following to enable full screen, drag and drop and shared clipboard to the host machine.

#apt-get update && apt-get upgrade -y
#apt-get install -y virtualbox-guest-x11
#reboot

It didn't work and then I tried to load the Guest Additions CD:
Virtual Box Menu: Devices -> Insert Guest Additions CD
#mkdir VBox
#cp -Rv /media/cdrom0/* ~/Vbox/
#cd Vbox/
#chmod +x VBoxLinuxAdditions.run
#./VBoxLinuxAdditions.run

Then it showed the following error:

This system is not currently setup to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-amd64 linux-headers-4.14.0-kali3-amd64

This is really absurd. I tried to "apt-cache search linux-headers-4.14.0-kali3-amd64", but nothing was found. I've tried "apt-cache search linux-headers" and it only showed for kernel version 4.15.

Why would they remove the header file in the repository for kernel 4.14 when Kali Linux kernel version 4.15 is not even available???