Hi Guys,
Replying to myself... because maybe I found a solution.
Here's what I did.
Maybe you can try it too.
Not sure it will work, because I run Debian 8.1 "Pure" (so not a Distro based on Debian, like Linux Mint or Ubuntu...).
First thing is to make sure some required packages are installed : dkms, make, gcc and linux-headers. To install those (in case they aren't already) just run :
sudo apt-get install dkms gcc make linux-headers-$(uname -r)
Once it's done, mount the Parallels Tools CD... guess by now you all know how to do that.
When the CD mounts, create a folder on your desktop (name it whatever you want).
Open the CD window, select everything that's in it and copy it to the folder you created.
Once you copied everything, open a Terminal, and go to the directory you just created. In terminal that would be :
cd [drag the directory... path should copy automatically]
Once in the directory, in the Terminal window enter :
sudo su chmod -R 777 *
[This allows you to enable read/write permissions on every file/folder in the folder you created and applies to subfolders. PLEASE NOTE : this might ask you to enter your password]
Once done, type :
sudo ./install
[If that does not work, try this :
- su
./install]
Please note : during install, the installer reported I should install some additional packages : one was printer-driver-postscript-hp and the other was ???? Maybe related to my machine... If so, just note the name of the packages required, abort the install process and just enter :
sudo apt-get install [name of the required package]. You should then be good to go !!!!
This worked for me... hope it works for you
All I can say is that now Parallels seems to work more than decently. I'm building my own ROM for my smartphone and PD uses about 100% of CPU resources, which allows me to build at maximum speed... Cool.
Regards.