CentOS6.3的Grub启动项的menu.lst文件内容
生活随笔
收集整理的這篇文章主要介紹了
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?
轉載于:https://www.cnblogs.com/baotonghe/archive/2012/11/26/2789570.html
總結
以上是生活随笔為你收集整理的CentOS6.3的Grub启动项的menu.lst文件内容的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: QUnit源码阅读(2):test基本执
- 下一篇: firefox 开发sdk