
Why do I have a super old kernel in /usr/lib/kernel that is causing a seemingly harmless error when running clr-boot-manger nowadays? I never knew the existence of said kernel in this directory until now. The CBM error:
[ERROR] cbm (../src/bootman/kernel.c:L143): Valid kernel found with no cmdline: ///usr/lib/kernel/com.solus-project.current.5.0.7-114 (expected /usr/lib64/kernel/cmdline-5.0.7-114.current)
[ERROR] cbm (../src/bootman/kernel.c:L143): Valid kernel found with no cmdline: ///usr/lib/kernel/com.solus-project.current.5.0.7-114 (expected /usr/lib64/kernel/cmdline-5.0.7-114.current)
Is it safe to simply deleted it from this /usr/lib/kernel directory with rm
?