Fedora 42 and Parallels Tools

Discussion in 'Linux Virtual Machine' started by zslg01, May 31, 2025.

  1. zslg01

    zslg01 Member

    Messages:
    48
    - is Fedora 42 supported? I am having errors in the install of tools -- both with terminal using sudo and the gui-install.
     
  2. JamesF23

    JamesF23 Member

    Messages:
    69
    According to the list: 124223 it is currently not officially supported. I have been running Fedora Workstation 42 for quite some time and I have had no major problems from the Parallels Tools updating and working just fine.
     
  3. AndreasS49

    AndreasS49

    Messages:
    1
    Same here. Compilation of module `prl_fs_freeze` fails with "objtool: init_module is deprecated use module_init(fn) instead" -- happens with kernel 6.15 onwards. In ArchLinux the same issue has already been solved with VMware drivers: https://aur.archlinux.org/cgit/aur.git/tree/vmnet.patch?h=vmware-workstation. Applying the modifications in the source code of the prl_fs_freeze module helped.
    Btw Parallels uses `cc` instead of `gcc` - this leads to 'kernel module tainted' notifications - Parallels does not correctly identify the compiler used to compile the sources of the kernel. Changed it hard in Makefile.kmods to use gcc.
     

Share This Page