Skip to main content

Kernel Reboot Warning

Comments

5 comments

  • RobinF28
    Hi Varioous, I'm interested, how did you send a "hard reset" to your unresponsive server, and get it back online? I had an issue with a test (cPanel) server recently, and I couldn't get it to reboot into any state to work on it unfortunately. It booted in GRUB> and I was lost! :-( Thanks, Robin.
    Today i run "yum update kernel" and successfully installed the new kernel "2.6.32-696.3.2.el6.x86_64". After that i got a little bit shocked because after a Graceful Server Reboot didn't work and i couldn't reach the server. So i sent a hard reset to the server. After that the server restarted successfully ... and the message is gone also the info message in the security advisor. So now i am running CENTOS 6.9 (kernel 2.6.32-696.3.2.el6.x86_64) with whm verison 66.0.23 and everything works as expected.

    0
  • cPanelMichael
    Hello, Could you run the following commands and let us know the output?
    cat /etc/redhat-release cat /usr/local/cpanel/version cat /var/cpanel/envtype find -iname efi rpm -qa | grep ^grub2 cat /etc/default/grub
    Thank you.
    0
  • RobinF28
    Hello, Could you run the following commands and let us know the output?
    cat /etc/redhat-release cat /usr/local/cpanel/version cat /var/cpanel/envtype find -iname efi rpm -qa | grep ^grub2 cat /etc/default/grub
    Thank you.

    Results...
    root@host.xxxxxxx.eu ~ $ cat /etc/redhat-release CentOS release 6.9 (Final) root@host.xxxxxxx.eu ~ $ cat /usr/local/cpanel/version 11.66.0.24 root@host.xxxxxxx.eu ~ $ cat /var/cpanel/envtype kvm root@host.xxxxxxx.eu ~ $ find -iname efi root@host.xxxxxxx.eu ~ $ rpm -qa | grep ^grub2 root@host.xxxxxxx.eu ~ $ cat /etc/default/grub cat: /etc/default/grub: No such file or directory
    0
  • cPanelMichael
    Hello, Could you open a support ticket using the link in my signature so we can take a closer look? Thank you.
    0
  • RobinF28
    Update: Server rebooted correctly with new kernel. Again, the following commands re-modified the /boot/grub/ missing symlink and grub.conf file, and following another reboot the server correctly booted with the new updated kernel. I will monitor the next cPanel update and report back if the issue arises again, following another 'upcp' update.
    mv /boot/grub/grub.conf{,.bak} cat /boot/grub/menu.lst > /boot/grub/grub.conf cd /boot/grub /bin/rm menu.lst ln -s ./grub.conf menu.lst
    Thanks for the support again, Robin.
    0

Please sign in to leave a comment.