Despite installation of the package, getting same error again.
JavaScript
x
Error : kernel module failed
Kernel headers not found for target kernel4.19.0-8-amd64. Please install them and execute
Host: Win 10
VBox: Debian 10
Advertisement
Answer
This is typical issue, actually not an issue simply missing headers. Run following commands
JavaScript
$ sudo apt install linux-headers-4.19.0-8-amd64
$ sudo apt install dkms
Then run guest script again
JavaScript
sudo sh VBoxLinuxAdditions.run
Finally reboot the machine
JavaScript
$ sudo reboot