Installing Parallels Tools

From Rosalab Wiki
Revision as of 16:18, 12 July 2012 by D uragan (Talk | contribs) (translated from Russian)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Parallels Tools is a set of tools developed by the Parallels company shipped together with their Parallels Desktop virtualization software. The tools provides improved integration of a guest system and OSX.

  • Automated changing of screen resolution when resizing VM window (as automated calls to xrandr)
  • Shared clipboard


Installation

The main part of installation is the same as for any other Linux distribution; you can just follow the official instruction from Parallels until the last step.

Caution!
Dialog-warning.png
If you install Parallels Tools in a usual way you can face the problem with booting guest OS. If this is the case, please read the instructions below on how to avoid this.


Finalizing installation

Exit without rebooting

When asked if you want to reboot the virtual machine, choose No. Otherwise the boot will fail.







Additional setup

Before rebooting your machine, it is necessary to remove prl-x11 from autostart, since it can lead to OS boot stall.

cd /etc/

find . -name "???prl-x11" -exec rm -f {} \;

reboot