Servus,
Wenn ich unter Kali die VBox Guest Additions installieren will, bekomme ich immer die gleiche Fehlermeldung. Zunächst mal wie ich bei der Installation vorgegangen bin:
apt-get update && apt-get install -y linux-headers-$(uname -r)
cp /media/cdrom0/VBoxLinuxAdditions.run /root/
chmod 755 /root/VBoxLinuxAdditions.run
cd /root
./VBoxLinuxAdditions.run
Dort bekomme ich dann diese Fehlermeldung:
Failed to set up service vboxadd, please check the log file
/var/log/VBoxGuestAdditions.log for details.
In der Log-Datei steht dann folgendes:
vboxadd.sh: failed: Look at /var/log/vboxadd-install.log to find out what went wrong.
vboxadd.sh: failed: Please check that you have gcc, make, the header files for
your Linux kernel and possibly perl installed..
In der vboxadd-install.log steht wiederum das hier:
/tmp/vbox.0/Makefile.include.header:97: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Schluss.
Creating user for the Guest Additions.
Creating udev rule for the Guest Additions kernel module.
Allerdings habe ich in meinen Sources was drin stehen.
Hatte einer ähnliche Probleme & kann mir helfen?
Danke!