Oracle Linux: After Leapp Upgrade from OL7 to OL8 the Running Kernel is UEK6 — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Note!! Please register for a free account to access the full content and also to participate in Q&A in the community

Oracle Linux: After Leapp Upgrade from OL7 to OL8 the Running Kernel is UEK6

edited Aug 18, 2025 12:18PM in Linux

Applies to:

Oracle Cloud Infrastructure - Version N/A and later

Oracle Linux 8

Symptoms

After a successful upgrade from Oracle Linux 7 to Oracle Linux 8 the runtime kernel remains in UEK6

e.g.

# uname -r
5.4.17-2136.346.6.el8uek.x86_64

Cause

This is to be expected. The original OL7 system was running kernel UEK6, so the upgraded OL8 system uses the same kernel family by default.

Solution

Apply the recommended steps to change UEK kernel family versions in Oracle Linux.

1) Disable the ol8_UEKR6 repository:

$ sudo  dnf config-manager --enable ol8_UEKR7

2) Enable the ol8_UEKR7 repository:

$ sudo  dnf config-manager --disable ol8_UEKR6

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!