Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.53 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.53 KB

Not needed on Debian 10 (buster), since prl-tools works fine

Parallels Tools Fix for Debian 9 (stretch)

Kernel 4.9.0

This script fixes compile errors in parallels-tools (from prl-tools-lin.iso) so the installer works on Debian 9 guests.

Make sure Paralles Tools is mounted on the guest VM and run script in the VM. If the tools are not mounted the script will try to mount the iso itself from current dir. After it's done the installer should work without errors.

If you dont have Parallels Tools package you can get it on a hardware node
from "/usr/share/parallels-server/tools". Or you can download latest version from
http://updates.virtuozzo.com/cloudserver/6.0/Updates/Packages
You need to get "parallels-server" (verify rpm checksum with repodata).
The iso can be extracted like this:
$ rpm2cpio parallels-server-6*.rpm | cpio -iv --to-stdout "*prl-tools-lin.iso" > prl-tools-lin.iso

You can also just manually apply the included patch instead

To optionally create an updated iso (mkiso can also be used):
$ genisoimage -o prl-tools-lin.iso -R -J -l -v -V "Parallels Tools" parallels-tools

For more info see Virtuozzo Forums/Support/KB