红联Linux门户
Linux帮助

请问如何修改登陆系统

发布时间:2007-12-03 22:38:45来源:红联作者:kristic
各位大虾:
我装了Fedora6,安装时选择默认的登陆界面是linux,但linux系统不常用,所以我现在想把他改过来,将默认的启动系统改为windows,不知道应该如何修改,请告知一声,还有就是修改后需要运行什么命令吗?
文章评论

共有 4 条评论

  1. kristic 于 2007-12-04 12:06:31发表:

    谢谢分享,谢谢分享

  2. Boyswywh 于 2007-12-03 23:45:48发表:

    学习一下

  3. bigwario 于 2007-12-03 23:27:48发表:

    帮楼上示范下
    # 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/sda2
    # initrd /initrd-version.img
    #boot=/dev/sda
    default=0
    timeout=5
    splashimage=(hd0,0)/grub/splash.xpm.gz
    hiddenmenu
    password --md5 $1$sJ3HTVU1$wDj4UtGTxs5IpAPo3A7me0

    title WINXP
    root (hd0,0)
    chainloader +1

    title Fedora (2.6.23.1-49.fc8)
    root (hd0,0)
    kernel /vmlinuz-2.6.23.1-49.fc8 ro root=LABEL=/1 rhgb quiet
    initrd /initrd-2.6.23.1-49.fc8.img

    [ 本帖最后由 bigwario 于 2007-12-4 00:00 编辑 ]

  4. marco.chan 于 2007-12-03 22:44:05发表:

    [marco.chan@fedora8 ~]$ sudo vi /etc/grub.conf
    找到"default",把数字修改为相应的title(0开始是第一个)