Support for openSUSE Leap 42.2 in Parallels Desktop 11?

Colin1

Bit poster
Hi,
I have been using Parallels Desktop 11 with Leap 42.1. The only issue I ran into was when the kernel updates. Leap would start to login but crash the Plasma window manager.
To fix the limping VM, Parallel Tools needed to be reinstalled. This required dropping to a terminal (Ctrl-alt-F1) and mounting the Parallel Tools iso /dev/cdrom to the virtual /mnt/cdrom and then running the "install" script.
  • Ctrl-alt-F1
  • mount /dev/cdrom /mnt/cdrom
  • ./install
But now, after the 42.2 upgrade, this trick no longer works ... the screen mostly works, but the mouse is invisible and makes it a little difficult to use. :P

I noticed another post that mentioned 42.2 is not supported. (https://forum.parallels.com/threads/support-for-opensuse-leap-42-2-when.338424/#post-811884 )

So now, am I now out of luck testing openSUSE Leap 42.2 because Parallels Desktop 11's Parallel Tools is behind?
Will Parallels 11 ever support openSUSE Leap 42.2, and if so, when?
Will Parallels 12 support openSUSE Leap 42.2, and if so, when?

Thanks :|
 
I have not used TumbleWeed, but the VM guest "tools" compiled into the kernel is common thing with Linux.

The idea is that you need get the Parallel Tools script to run on the guest.
This is similar when using VirtualBox with Linux as well. The installer/script will compile the "VM tools" into the guest kernel.

You are running into a snag due to the development tools and/or the kernel source files are not installed yet on the guest. Basically the guest kernel needs to compile some VirtualBox Tools stuff.

You need a command similar to
Code:
zypper install gcc kernel-devel

good luck
 
Last edited:
Hello,

I have the exact same issue with Tumbleweed, this time with Parallels 13. GCC and Kernel-Devel already installed. Anybody have any ideas?
 
bump - I believe this warrants a response from Parallels. I have paid for software and it does not appear to fulfill its stated goal.
 
Back
Top