Automatic Parallels Tools Installation

Discussion in 'Linux Virtual Machine' started by DamienB3, Mar 9, 2023.

  1. DamienB3

    DamienB3 Bit poster

    Messages:
    1
    Hi,
    I'm using vagrant to create rapidly Linux VMs on Parallels.
    Each time a new Linux kernel is downloaded (Linux updates), I have to reinstall Parallels Tools manually.
    I would like to automate this process (possibly via some shell script).
    Is there a CLI command available to mount the Parallels Tools image on a Linux guest O.S. ?
    This command would mimic the Actions => Update Parallels Tools available from the UI.
    Or may be there is another way to fetch the correct / latest image from the Internet ?

    BR,

    Damien.
     
  2. ClementiaD

    ClementiaD Bit poster

    Messages:
    1
    If you'll find a solution, write here about it, I'm having a same issue.
     
  3. Pavel Merkulov

    Pavel Merkulov Parallels Team

    Messages:
    146
    Hello,

    Thank you for your feedback.

    To mount a Parallels Tools disk, run the command below:

    prlctl set <vm_name> --device-set cdrom0 --image <iso_path> --connect

    For <iso_path> it should be either

    /Applications/Parallels Desktop.app/Contents/Resources/Tools/prl-tools-lin.iso

    or

    /Applications/Parallels Desktop.app/Contents/Resources/Tools/prl-tools-lin-arm.iso

    Depends on the architecture you use (x86 or ARM).

    Then run the installation command from the article: https://kb.parallels.com/113394

    Should you have any additional questions, let us know.
     

Share This Page