Symptoms
I am unable to install Parallels Tools in Linux virtual machine. I am executing all needed commands in Terminal, but the installation does not start.
Resolution
- Open Ubuntu Linux Terminal window via shortcut Ctrl+Alt(Option)+T.
-
Get the administrator's / root privileges (depending on your Linux distribution):
sudo su
or
su
-
Make sure the DVD drive in Linux virtual machine is ejected:
eject /dev/cdrom
-
Go to Parallels Desktop menubar > Devices > CD/DVD > Connect image…
Navigate to
/Applications/Parallels Desktop/Contents/Resources/Tools
Click on
prl-tools-lin.iso
and click Open -
Mount the Parallels Tools image to Linux virtual machine:
mkdir /media/cdrom mount /dev/cdrom /media/cdrom
-
Make sure the disk image is successfully mounted:
ls /media/cdrom
it should list the files located on the disk
install* installer/ install-gui* kmods/ tools/ version
-
Go to the Parallels Tools disk and run the installation package:
cd /media/cdrom ./install
Related articles:
Was this article helpful?
Tell us how we can improve it.