Between Kernel Revisions #1006
Unanswered
Magnus-Jager
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to use the tool on a centos 7.9 system and have run into the following situation.
I do a yum upgrade and am at the current centos 7.9 kernel:
Name : kernel
Arch : x86_64
Version : 3.10.0
Release : 1160.102.1.el7
I run add the redhat.repo and run analyze and the redhat repo is ahead of the centos one. It instructs me to install the updated kernel.
ERROR - (ERROR) IS_LOADED_KERNEL_LATEST::INVALID_KERNEL_VERSION - Invalid kernel version detected
IF I follow the directions and install the 105 kernel off the REDHAT repo the next analyze gives this error.
WARNING - Custom kernel detected. The booted kernel needs to be signed by CentOS.
ERROR - (ERROR) RHEL_COMPATIBLE_KERNEL::INVALID_KERNEL_PACKAGE_SIGNATURE - Incompatible booted kernel version
Description: Please refer to the diagnosis for further information
Diagnosis: The booted kernel version is incompatible with the standard RHEL kernel. Custom kernel detected. The booted kernel needs to be signed by CentOS.
Is there a way to get around this timing problem? I can imagine missing the sweet spot where both the centos and redhat repo's have the same exact version and being stuck checking until they line up again. We have several boxes to do this on.
Beta Was this translation helpful? Give feedback.
All reactions