安装Centos是选择U盘、linux text方式,使用该安装方法后会导致GRUB引导菜单安装到U盘(没找到避免办法),安装过程省略。

    解决办法:

        1.使用u盘引导进入系统后:

        #grub

        grub>find /grub/stage1

        (hd0,0)

        grub>reboot

        2.修改系统grub.conf和menu.lst配置:

         splashp_w_picpath=(hd0,0)/grub/splash.xpm.gz

        hiddenmenu

        title CentOS (2.6.18-164.el5)

                root (hd0,0)

           重启系统即可。


        不足之处还请指正。