Error with scan_source_kernel actor during Leapp preupgrade
I'm conducting an in-place upgrade of a RHEL 7 x86_64 system from 7.9 to 8.6 (the latest version).
When I run the command leapp preupgrade, I get this error:
Following errors occurred and the upgrade cannot continue:
1. Actor: scan_source_kernel
Message: Unable to identify package providing the booted kernel.
The leapp-report.txt file doesn't provide any additional information:
Risk Factor: high (error)
Title: Unable to identify package providing the booted kernel.
Summary:
Key: <key string>
Here's the output from yum list installed | grep kernel:
kernel.x86_64 3.10.0-1160.99.1.el7 @custom-repository
kernel.x86_64 3.10.0-1160.102.1.el7 @updates
kernel.x86_64 3.10.0-1160.105.1.el7 @updates
kernel-tools.x86_64 3.10.0-1160.105.1.el7 @updates
kernel-tools-libs.x86_64 3.10.0-1160.105.1.el7 @updates
I can't find any information about this error or actor online in order to troubleshoot. What am I missing?