| [root@vps105381 ~]# rpm -qa | grep kernel
 kernel-2.6.32-642.11.1.el6.x86_64
 kernel-firmware-2.6.32-642.11.1.el6.noarch
 kernel-ml-4.9.0-1.el6.x86_64
 kernel-headers-2.6.32-642.11.1.el6.x86_64
 kernel-2.6.32-504.1.3.el6.x86_64
 dracut-kernel-004-409.el6_8.2.noarch
 [root@vps105381 ~]# awk '/^title/ ' /etc/grub.conf
 title CentOS (4.9.0-1.el6.x86_64)
 title CentOS (2.6.32-642.11.1.el6.x86_64)
 title CentOS 6 (2.6.32-504.1.3.el6.x86_64)
 [root@vps105381 ~]# cat /etc/grub.conf
 # grub.conf generated by anaconda
 #
 # Note that you do not have to rerun grub after making changes to this file
 # NOTICE:  You do not have a /boot partition.  This means that
 #          all kernel and initrd paths are relative to /, eg.
 #          root (hd0,0)
 #          kernel /boot/vmlinuz-version ro root=/dev/vda1
 #          initrd /boot/initrd-[generic-]version.img
 #boot=/dev/vda
 default=0
 timeout=1
 serial --unit=0 --speed=115200
 terminal --timeout=1 serial console
 title CentOS (4.9.0-1.el6.x86_64)
 root (hd0,0)
 kernel /boot/vmlinuz-4.9.0-1.el6.x86_64 ro root=/dev/vda1 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD console=ttyS0,115200 crashkernel=auto SYSFONT=latarcyrheb-sun16  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM
 initrd /boot/initramfs-4.9.0-1.el6.x86_64.img
 title CentOS (2.6.32-642.11.1.el6.x86_64)
 root (hd0,0)
 kernel /boot/vmlinuz-2.6.32-642.11.1.el6.x86_64 ro root=UUID=f857466b-a4a3-4346-84a5-8859f5f6f4cb rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD console=ttyS0,115200 crashkernel=auto SYSFONT=latarcyrheb-sun16  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM
 initrd /boot/initramfs-2.6.32-642.11.1.el6.x86_64.img
 title CentOS 6 (2.6.32-504.1.3.el6.x86_64)
 root (hd0,0)
 kernel /boot/vmlinuz-2.6.32-504.1.3.el6.x86_64 ro root=UUID=f857466b-a4a3-4346-84a5-8859f5f6f4cb rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD console=ttyS0,115200 crashkernel=auto SYSFONT=latarcyrheb-sun16  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM
 initrd /boot/initramfs-2.6.32-504.1.3.el6.x86_64.img
 
 |