Upgrade from 6.12.65 to 10.13.66 hangs on boot

Recently updated a 6.12.65 system to 10.13.66.

On reboot after displaying the grub menu, it just hangs with a flashing cursor in the upper left corner.

Rebooting into the previous kernel works, but causes some other issues.

Any ideas on how to troubleshoot this?

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/md2
#          initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title SHMZ (2.6.32-642.6.2.el6.x86_64)
    root (hd0,0)
    kernel /vmlinuz-2.6.32-642.6.2.el6.x86_64 ro root=UUID=d8737bcf-a025-431
f-8c31-5890fddc97bb rd_NO_LUKS  KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_
MD_UUID=a221bae8:e18fc107:aa1c3237:3c9ae5ba SYSFONT=latarcyrheb-sun16 crashkerne
l=auto rd_MD_UUID=9c3bcadf:5967d5b8:7546df59:ec2369c9 rd_NO_LVM rd_NO_DM rhgb qu
iet
    initrd /initramfs-2.6.32-642.6.2.el6.x86_64.img
title SHMZ (2.6.32-504.8.1.el6.x86_64)
    root (hd0,0)
    kernel /vmlinuz-2.6.32-504.8.1.el6.x86_64 ro root=UUID=d8737bcf-a025-431
f-8c31-5890fddc97bb rd_NO_LUKS  KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_
MD_UUID=a221bae8:e18fc107:aa1c3237:3c9ae5ba SYSFONT=latarcyrheb-sun16 crashkerne
l=auto rd_MD_UUID=9c3bcadf:5967d5b8:7546df59:ec2369c9 rd_NO_LVM rd_NO_DM rhgb qu
iet
    initrd /initramfs-2.6.32-504.8.1.el6.x86_64.img

This normally means the Kernel RPM didn’t install properly. Try ‘yum update’ again, when you boot back to the old kernel. If that doesn’t re-download the kernel, you should be able to run ‘yum reinstall kernel’, which will.

So in the old kernel, yum update didn’t do anything. I ran yum reinstall kernel, it downloaded the troublesome kernel again and installed it without error.

Still a flashing cursor after the grub boot selection. No error.

I have since removed the “quiet” and “rhgb” options from the kernel boot parameters to see if they were suppressing any errors. Still flashing cursor.