• 如何删改Ubuntu 8.04的启动选项界面




    作者: yibin  出自: http://www.linuxdiyf.com
    着实极度庞年夜,联合删改其他linux体系的操纵和ubuntu的本身特点,几步即可完成:

    1、运转终端,输入sodu gedit /boot/grub/menu.lst

    回车后输入超等用户的密码即可调出相应菜单;

    2、带#号的行不消理会,重要删改的有:

    default 0(默觉得0,假如你想删改为直接从windows启动,则须要删改0为其他数字,我全体的为2)

    timeout 5(体系等待功夫,可随意删改为年夜于0的任何数字)

    3、我全体将Ubuntu默许的安然形式等扫数删除了,删除完的内容如下:

    title Ubuntu 8.04
    root (hd0,6)
    kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=4dc665d1-c8d0-4248-8f51-676fb4633497 ro quiet splash locale=zh_CN
    initrd /boot/initrd.img-2.6.24-16-generic
    quiet

    ### END DEBIAN AUTOMAGIC KERNELS LIST

    # This is a divider, added to separate the menu items below from the Debian
    # ones.
    title Other operating systems:
    root

    # This entry automatically added by the Debian installer for a non-linux OS
    # on /dev/sda1
    title Windows 2003 / Mac OSX(我的体系中还装配有OSX)
    root (hd0,0)
    savedefault
    makeactive
    chainloader 1

    4、该文件不支撑中文,删改完成失队行保管,服膺!




    版权声明: 原创作品,承诺转载,转载时请务必以超链接方式标明文章 原始缘故原由 、作者信息和本声明。不然将清查法则责任。

  • 相关阅读:
    【iOS】找工作的面试题集锦
    APP项目优化--启动速度优化篇
    【Swift】Timer定时器到底准不准确?
    leetcode刷题 495~
    leetcode刷题 464~
    leetcode刷题 441~
    leetcode刷题 420~
    leetcode刷题 396~
    leetcode刷题 373~
    leetcode刷题 307~
  • 原文地址:https://www.cnblogs.com/zgqjymx/p/1973580.html
Copyright © 2020-2023  润新知