Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1014703
  • 博文数量: 227
  • 博客积分: 5951
  • 博客等级: 大校
  • 技术积分: 2598
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-22 17:42
文章分类
文章存档

2015年(2)

2014年(12)

2013年(16)

2012年(22)

2011年(19)

2010年(36)

2009年(77)

2008年(39)

2007年(16)

我的朋友

分类: LINUX

2010-07-28 09:28:31

cat grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,6)
#          kernel /boot/vmlinuz-version ro root=/dev/sda7
#          initrd /boot/initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,6)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.32.16-141.fc12.i686.PAE)
    root (hd0,6)
    kernel /boot/vmlinuz-2.6.32.16-141.fc12.i686.PAE ro root=UUID=84c26c3f-636c-407c-9d3c-f6d6ff66a60e  LANG=zh_CN.UTF-8 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
    initrd /boot/initramfs-2.6.32.16-141.fc12.i686.PAE.img
title Fedora (2.6.32.14-127.fc12.i686.PAE)
    root (hd0,6)
    kernel /boot/vmlinuz-2.6.32.14-127.fc12.i686.PAE ro root=UUID=84c26c3f-636c-407c-9d3c-f6d6ff66a60e  LANG=zh_CN.UTF-8 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
    initrd /boot/initramfs-2.6.32.14-127.fc12.i686.PAE.img
title Fedora (2.6.31.5-127.fc12.i686.PAE)
    root (hd0,6)
    kernel /boot/vmlinuz-2.6.31.5-127.fc12.i686.PAE ro root=UUID=84c26c3f-636c-407c-9d3c-f6d6ff66a60e  LANG=zh_CN.UTF-8 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
    initrd /boot/initramfs-2.6.31.5-127.fc12.i686.PAE.img
title Other
    rootnoverify (hd0,0)
    chainloader +1

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