CentOS6.3的Grub启动项的menu.lst文件内容
不同机器可能由于安装的磁盘分区不同而内容有所变化,不过基本信息大同小异,大家用得着的可以作为参考:
具体位置在:/boot/grub/menu.lst,内容和/etc/grub.conf相同
View Code
1 # grub.conf generated by anaconda 2 # 3 # Note that you do not have to rerun grub after making changes to this file 4 # NOTICE: You do not have a /boot partition. This means that 5 # all kernel and initrd paths are relative to /, eg. 6 # root (hd0,6) 7 # kernel /boot/vmlinuz-version ro root=/dev/sda7 8 # initrd /boot/initrd-[generic-]version.img 9 #boot=/dev/sda 10 default=1 11 timeout=5 12 splashimage=(hd0,4)/boot/grub/splash.xpm.gz 13 hiddenmenu 14 title CentOS (2.6.32-279.el6.i686) 15 root (hd0,4) 16 kernel /boot/vmlinuz-2.6.32-279.el6.i686 ro root=UUID=34b3b0c1-890f-4983-869d-1bf0f263195c rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=128M KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet 17 initrd /boot/initramfs-2.6.32-279.el6.i686.img 18 title Other 19 rootnoverify (hd0,1) 20 chainloader +1

浙公网安备 33010602011771号