Skip to content

Instantly share code, notes, and snippets.

@magnetikonline
Last active July 28, 2022 07:25
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save magnetikonline/8c1e9a798791a7d18a4b to your computer and use it in GitHub Desktop.
Save magnetikonline/8c1e9a798791a7d18a4b to your computer and use it in GitHub Desktop.
Install Parallels version 10/11/12/13 tools on Ubuntu server guest.

Install OSX Parallels version 10/11/12/13 tools on Ubuntu server guest

Have tested these instructions successfully under Ubuntu 16.04LTS and 14.04LTS.

  • Create Ubuntu server instance under Parallels (obviously).
  • Start VM, goto Actions - Install Parallels Tools... to mount the ISO image.
    • Note: if this fails, or updating tools for an existing guest you can do the following:
    • Goto Devices > CD/DVD 1 > Connect Image....
    • Select the following ISO image: /Applications/Parallels Desktop/Contents/Resources/Tools/prl-tools-lin.iso.
    • This will mount the tools CD image.
  • From the terminal, run the following commands:
     $ sudo su
     $ apt-get install gcc make
     $ mkdir -p /media/cdrom
     $ mount /dev/cdrom /media/cdrom
     $ cd /media/cdrom
     $ ./install
  • Follow prompts to install tools.
  • Reboot
  • Host shares should now be mounted in Ubuntu guest under /media/psf via the installed prltoolsd service, set to start on system boot-up.
  • All done

Reference

@ssbarnea
Copy link

ssbarnea commented Aug 4, 2016

It would be much easier if Parallels would provide a single-line installer that does not use any cdrom media.

@Hzzone
Copy link

Hzzone commented Apr 13, 2017

Thanks so much! It solved my problem!

@yiraaan
Copy link

yiraaan commented Sep 22, 2017

thanks!

@jetflicks
Copy link

This also works with Parallels 12 and 13 on MacOS (OSX) 10.13.2

@magnetikonline
Copy link
Author

Thx @jetflicks - updated.

@Dnomyar000
Copy link

thanks so much!

@magnetikonline
Copy link
Author

Not a problem @Dnomyar000 - to be honest, I'm surprised these instructions still work. Haven't used Parallels in years!

@Nimoi
Copy link

Nimoi commented Jun 7, 2022

This guide is still helpful, thanks. Works for me on Mac M1 with Parallels 17 for Ubuntu Server 22.04

@magnetikonline
Copy link
Author

Awesome @Nimoi - thanks for commenting with that info. Will be useful for others 👍

@sherifbaruwa
Copy link

worked perfectly.. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment