Parallels Tools Installation for RHEL/CentOS/Fedora Kernel Sources Not Found

The Tip Try to Solve the Kernel Headers are Not Found by the Parallels Tools Installer

  • Be Sure that the Kernel Headers are Properly Installed
    1. Update the Kernel:
      su -c "yum update kernel && reboot"
    2. Install the Kernel Headers:
      su -c "yum install kernel-headers kernel-devel"
  • If Still Not Solved Try Fixing with:
    su -c "cd /lib/modules && ln -s /usr/src/kernels/<yourKernelVersion> ."