修改Centos内核启动顺序

编辑 vi /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 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/mapper/vg-root
#          initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=2
timeout=30
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CloudLinux Server (2.6.32-673.8.1.lve1.4.3.1.el6.x86_64)

~

title CloudLinux Server (2.6.32-673.8.1.lve1.4.3.1.el6.x86_64.debug)

~

title CloudLinux Server (2.6.32-531.23.3.lve1.3.6.el6.x86_64)

~

title CloudLinux Server (2.6.32-458.6.2.lve1.2.30.el6.x86_64)

~

title CentOS (2.6.32-358.14.1.el6.x86_64)

~

title CentOS (2.6.32-220.el6.x86_64)
~
~

//上面省去了部分字符.

将其中的default =0改为你需要的即可。(注:默认顺序是从0开始)