樱桃小丸子TMAC 发表于 2004-4-18 12:04:20

求助!!!!!!请问如何修改默认的启动系统?

求助!!!!!!!!!
我刚装完red hatLinux9~~
   之前没有设置默认的启动系统(我装的是win XP)
请问如何修改默认的启动系统?
我装有GRUB

zw510520 发表于 2004-4-18 12:28:57

修改/etc/lilo.conf,
把Windows启动放在RedHat启动之前就可以,
然后/sbin/lilo -v就可以了。

樱桃小丸子TMAC 发表于 2004-4-18 12:35:30

对不起,我是超菜鸟~~
能不能具体点呢~~~
谢谢了~

樱桃小丸子TMAC 发表于 2004-4-18 12:38:05

比如在什么地方修改?
如果能有操作步骤就更好~~
拜托了` :cry:

visionalstar 发表于 2004-4-18 15:17:43

修改/etc/lilo.conf,
把Windows启动放在RedHat启动之前就可以,
然后/sbin/lilo -v就可以了。
lilo和grub联姻了? :shock:
楼主打开/boot/grub/grub.conf看看就知道了,而且修改保存后不用再运行任何命令就能生效

flashor 发表于 2004-4-18 15:54:05

修改/etc/lilo.conf,
把Windows启动放在RedHat启动之前就可以,
然后/sbin/lilo -v就可以了。

楼主说了是grub不是lilo

改/boot/grub/grub.conf

default = 2

把2改成你想要的

alexzdz 发表于 2004-4-18 17:39:59

我的lilo.conf是这样的:
prompt
timeout=50
default=linux
boot=/dev/hdc7
map=/boot/map
install=/boot/boot.b
restricted
password=********
linear

image=/boot/vmlinuz-2.4.22-1.2115.nptl
        label=linux
        initrd=/boot/initrd-2.4.22-1.2115.nptl.img
        read-only
        append="rhgb root=LABEL=/"

other=/dev/hdc1
        optional
        label=DOS
如何改?我是新手

alexzdz 发表于 2004-4-18 17:45:15

我的lilo.conf是这样的:
prompt
timeout=50
default=linux
boot=/dev/hdc7
map=/boot/map
install=/boot/boot.b
restricted
password=********
linear

image=/boot/vmlinuz-2.4.22-1.2115.nptl
        label=linux
        initrd=/boot/initrd-2.4.22-1.2115.nptl.img
        read-only
        append="rhgb root=LABEL=/"

other=/dev/hdc1
        optional
        label=DOS
如何改?我是新手.
我想在d登录界面上显示winxp和linux,然后选择进入哪个操作系统.现在开机只能进入winxp系统,linux系统只能用软盘启动了,急呀

KarajanLee 发表于 2004-4-19 09:11:38

应该修改 boot/grub/grub.conf
看了之后你就应该会改了,除非你没学过英语 8)

alexzdz 发表于 2004-4-19 16:12:59

我看了,是不是修改这一段
# 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,6)
#          kernel /vmlinuz-version ro root=/dev/hdc8
#          initrd /initrd-version.img
#boot=/dev/hdc7
default=0
timeout=10
splashimage=(hd0,6)/grub/splash.xpm.gz
password=**************************
title Fedora Core (2.4.22-1.2115.nptl)
        root (hd0,6)
        kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ rhgb
        initrd /initrd-2.4.22-1.2115.nptl.img
title winXP
        rootnoverify (hd0,0)
        chainloader +1
我看不懂源代码的,大哥,帮帮忙吧,如何改??

LinuxC 发表于 2004-4-19 18:41:47

default=0修改为default=1就可以了~

reebird 发表于 2004-4-19 21:42:03

我看了,是不是修改这一段
..........我看不懂源代码的,大哥,帮帮忙吧,如何改??

纠正一下,这些不是源代码

alexzdz 发表于 2004-4-19 22:35:38

我想进入一个能显示能登录两个系统的登录界面,然后可以选择进入windows还是linux.

天鹰心空 发表于 2004-4-25 11:19:22

我也想知道,遇到同样问题了!

visionalstar 发表于 2004-4-25 13:49:28

我也想知道,遇到同样问题了!
本帖中已经有答案
页: [1] 2
查看完整版本: 求助!!!!!!请问如何修改默认的启动系统?