Installing and Upgrading Parallels Tools in Text Mode in Linux

After upgrading to Parallels Desktop, the X Server may fail to start in Linux virtual machines. To fix the problem, you need to install Parallels Tools in text mode.

  1. Start the virtual machine.
  2. When you see a message that X Server failed to start, switch to another virtual console using Ctrl+Option+F1 (Ctrl+Alt+F1) or Ctrl+Option+F2 (Ctrl+Alt+F2) and enter your login details.
  3. Choose Install Parallels Tools from the Actions menu to connect the Parallels Tools ISO image to your virtual machine.

    The prl-tools-lin.iso image file will be connected to the virtual machine's CD/DVD drive.

  4. In the virtual machine console, type the following command to gain the root privileges:

    su

  5. Check if the Parallels Tools CD image is mounted by entering

    mount | grep iso9660

    If this command does not return anything, proceed to the next step.

    If this command returns anything like

    skip the next step and proceed to the following one.

    If this command returns anything like

    with the noexec option present in parentheses, you need to unmount the disc using the following command and then proceed to the next step:

    umount /dev/cdrom

  6. To mount the Parallels Tools installation disc image, enter the following:

    mount -o exec /dev/cdrom /media/cdrom

  7. When the installation disc image is mounted, change the directory to the CD/DVD drive directory using

    cd /media/cdrom/

  8. In the CD/DVD drive directory, enter the following to launch Parallels Tools installation:

    ./install

  9. Follow the Parallels Tools Installer instructions to complete the installation.
  10. When the installation of Parallels Tools is complete, restart your virtual machine.

For general information on installing Parallels Tools in Linux, refer to Installing Parallels Tools in a Linux Guest OS.

Was this topic helpful?