Guillaume Chartrand

Registered
Jan 19, 2016
2
0
1
Canada
cPanel Access Level
Root Administrator
Hi, I installed a new Cpanel server on CentOs 7.2 I installed all the system update and WHM 11.52.2 (build 5)
When the system boot, grub choose the kernel 3.10.0-327.4.5.el7.x86_64 which seems to be the last available.
If I run "uname -r" I gott the same version as booted but the securitu advisor in WHM always complaint about mismatch

Current kernel version does not match the kernel version for boot. running kernel: 3.10.0-327.4.5.el7.x86_64, boot kernel: Reboot the system in the Graceful Server Reboot area. Check the boot configuration in grub.conf if the new kernel is not loaded after a reboot.

how to resolve that. If I boot with the previous boot, the error appears too but with the other kernel version.

Thanks
 
Last edited by a moderator:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

Please post the output from the following commands:

Code:
uname -a
rpm -q kernel
Thank you.
 

Guillaume Chartrand

Registered
Jan 19, 2016
2
0
1
Canada
cPanel Access Level
Root Administrator
uname -a
Linux www.xxxxxxxx.qc.ca 3.10.0-229.20.1.el7.x86_64 #1 SMP Tue Nov 3 19:10:07 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

rpm -qa kernel
kernel-3.10.0-327.4.4.el7.x86_64
kernel-3.10.0-229.el7.x86_64
kernel-3.10.0-229.20.1.el7.x86_64
kernel-3.10.0-327.4.5.el7.x86_64

I installed the last kernel-3.10.0.327.4.4 but I had issues with Hyper-V integration service, I can't have access to keyboard and mouse if I load the last kernel, so the default grub startup is 3.10.0.229.20
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Could you verify if you are updating/installing your kernel through YUM?

Thank you.