Hey Parallels User!
I have been wondering, if someone got the latest Kali Linux (2023.3) running with Parallels and Parallels Tools to enable functions such as clipboard and display resolutions?
Following image was mounted to CD-ROM:
prl-tools-lin.iso
I have downloaded the following versions:
- Kali Linux 2023.3 No Linux headers found for the kernel
- Kali Linux 2023.1 No Linux headers found for the kernel
- Kali Linux 2022.2
Since I couldnt find any repo that contains linux-headers-$(uname -r) for the installed kernel, I did a full dist-upgrade on 2023.3 Kali Linux, installed the headers from the official repo.
Still receiving the error attached below.
I have mounted the Parallels Tools as CD and executed the following command:
Code:
sudo mount -oro,exec /dev/cdrom /media/cdrom
sudo /media/cdrom/install
As it seems like, it cant install Parallels Tools due to the makefile not existing when executing the make command manually.