zoukankan      html  css  js  c++  java
  • centos 引导盘

    # 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,9)
    #          kernel /vmlinuz-version ro root=/dev/mapper/vg_xujiaxuan-lv_root
    #          initrd /initrd-[generic-]version.img
    #boot=/dev/sdc
    default=0
    timeout=5
    splashimage=(hd0,9)/grub/splash.xpm.gz
    hiddenmenu
    title CentOS (2.6.32-358.el6.i686)
            root (hd0,9)
            kernel /vmlinuz-2.6.32-358.el6.i686 ro root=/dev/mapper/vg_xujiaxuan-lv_root rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD rd_LVM_LV=vg_xujiaxuan/lv_swap SYSFONT=latarcyrheb-sun16 crashkernel=128M rd_LVM_LV=vg_xujiaxuan/lv_root  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
            initrd /initramfs-2.6.32-358.el6.i686.img
    title windows7
    title Other
            rootnoverify (hd1,0)
            chainloader +1
    ~                                                                                                                                                            
    ~                                    

  • 相关阅读:
    python 基础文件操作
    python 基础之文件读操作
    python基础之省份三级菜单
    python 基础之字符串方法
    python 基础之字典一
    python 基础之简单购物车小程序实现
    c语言 四种方法调用数组
    c# windows编程控件学习-1
    c# windows编程控件学习-2
    C# 列主元素(Gauss)消去法 计算一元多次方程组
  • 原文地址:https://www.cnblogs.com/xjx-user/p/3139387.html
Copyright © 2011-2022 走看看