Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1021717
  • 博文数量: 297
  • 博客积分: 11721
  • 博客等级: 上将
  • 技术积分: 3431
  • 用 户 组: 普通用户
  • 注册时间: 2009-05-25 10:21
文章分类

全部博文(297)

文章存档

2016年(9)

2011年(71)

2010年(137)

2009年(80)

分类: LINUX

2010-03-15 10:43:56

[root@localhost grub]# more 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,2)
#          kernel /vmlinuz-version ro root=/dev/sda7
#          initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,2)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.31.5-127.fc12.i686)
    root (hd0,2)
    kernel /vmlinuz-2.6.31.5-127.fc12.i686 ro root=UUID=87ebac31-5fee-4fb7-9
cb4-689b614c691a  LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEY
TABLE=us rhgb quiet
    initrd /initramfs-2.6.31.5-127.fc12.i686.img
title Other
    rootnoverify (hd0,0)
    chainloader +1

阅读(375) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~