- It can be applied to almost all operating systems as well as Kali linux.
- Try this if you get an error from your Parallels Tools installation.
- Apply OS - BackBox, Kali linux, AnonymousOS, Ubuntu, Debian etc
- If you get an error, please write issues.
First update Kali Linux environment to the latest version. Copy and execute the following commands one by one:
apt-get clean
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
Restart Kali Linux and install Parallel Tools.
-
mkdir parallels_fixed in
/root/Desktop/
-
If you have a tool installed, there are files. Copy these files into
parallels_fixed
directory. -
Go to the kmods directory (
cd ~/parallels_fixed/kmods
) -
extract the files (
tar -xzf prl_mod.tar.gz
), and remove prl_mod.tar.gz file from that directory (rm prl_mod.tar.gz
) -
Go to the prl_fs directory :
cd /root/Desktop/parallels_fixed/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs
-
Open
prlfs.h
and modify the file by going to line 16 and inserting a new line. Add this text :#include <uapi/linux/mount.h>
The file should now look like this. Save and exit.... #include <linux/fs.h> #include <uapi/linux/mount.h> #include <linux/types.h> ...
-
Go to the kmods directory (
cd ~/parallels_fixed/kmods
) and re-zip the files :tar -zcvf prl_mod.tar.gz . dkms.conf Makefile.kmods
-
Go to the installer directory :
cd ~/parallels_fixed/installer
-
Sudo chmod the script files: install-cli.sh (and others) to be executable eg.
sudo chmod 777 *.sh
-
Then run that file with :
sudo ./install-cli.sh -i --verbose
-
Reboot when it's finished and check working well.