Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi AvinashM. Fedora 31 is not supported as a guest OS with Parallels Desktop 15 for Mac. Please refer this article to know the list of supported guest OS and the kernel version.I have exactly the same issue and this is driving me nuts.
I run Fedora 31 with the latest Linux kernel 5.5.7 and, as all of you, I'm getting "ERROR: "call_tg_sync" [/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/prl_fs.ko] undefined!".
As far as I know, I have been having such compilation issues since kernel 5.4.x. Linux kernel 5.3.x is fine though.
Any idea?
You can refer to this commit: https://github.com/torvalds/linux/commit/39808e451fdf30d20099a92e5185a0acb028d826Cheers.
This makes a lot of sense, but it's so bizarre that it would be missing for 5.5 (or in the case of @AvinashM, 5.4)... unless there was a kernel-specific directive that ended at 5.4 (or 5.3) when building the Makefile. I even looked for things like that. Weird.
Geez... what a cluster.You can refer to this commit: https://github.com/torvalds/linux/commit/39808e451fdf30d20099a92e5185a0acb028d826
Seems like yo may have done a lot of unnecessary work, @DanielT16.
You can run an update, just add the following to /etc/dnf/dnf.conf:
exclude=kernel*
Which will skip all kernel updates in dnf.
And if you accidentally run into a problem with any kernel, the previous kernel is still installed, you only need to:
1. Retro the headers back to the appropriate version (see my similar post above for this case)
2. Boot back into the old 5.4 kernel and when it hangs, do the Ctrl-F2 (or is it Opt-F2, whatever) trick to get to non-graphic login screen.
3. Login to that, mount the virtual tools cd, and run the command line .install for Tools.
4. When that's done, reboot back into the old kernel again, but tell grub to set that as the default using grub2-set-default.