知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Linux_GRUB应用与配置

发布时间:2014-09-05 16:22:12作者:知识屋

 
[root@localhost ~]# cat /boot/grub/grub.conf     该目录下存放GRUB配置文件
 
# 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,0)
#          kernel /vmlinuz-version ro root=/dev/sda3
#          initrd /initrd-version.img
#boot=/dev/sda
default=0      定义默认启动系统
timeout=5     定义默认等待时间
splashimage=(hd0,0)/grub/splash.xpm.gz   定义GRUB界面
                                                          (hd0,0)代表第一个硬盘的第一个分区
                                                          /grub/splash.xpm.gz图片所在的路劲            
 
 
hiddenmenu     隐藏菜单
 
title Red Hat Enterprise Linux Server (2.6.18-164.el5)
             root (hd0,0)      设置GRUB的根设备和内核所在的分区
      内核 kernel /vmlinuz-2.6.18-164.el5 ro root=LABEL=/ rhgb quiet
镜像加载initrd /initrd-2.6.18-164.el5.img
 
GRUB命令
 
e:   编辑当前的启动菜单项
c:   进入GRUB命令行
b:   启动当前的菜单项
d:   删除单前行
Esc:返回GRBU启动菜单界面,取消对单前菜单项做的任何修改
 

 
 
作者 小小雷利
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜