找回密码
 注册
查看: 451|回复: 2

系统引导不了了,不要怨我笨呀

[复制链接]
发表于 2004-3-26 23:01:28 | 显示全部楼层 |阅读模式
我的系统是win2000+redhat+mandrake
本来是mandrake用lilo在mbr引导的
后来被我胡搞成redhat在mbr用grub引导了
我的redhat 的 root 在/dev/hda8
/ 在/dev/hda9
我的mandmake在 root在/dev/hda11
/在/dev/hda12

我看了我们论坛里的那些东东都没搞好
用bootmagic也没有用

清高手过来帮我一把

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,7)
#          kernel /vmlinuz-version ro root=/dev/hda9
#          initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,7)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
        root (hd0,7)
        kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
        initrd /initrd-2.4.20-8.img
title Windows2000
        rootnoverify (hd0,0)
        chainloader +1
title Mandrake 9.21
        rootnoverify (hd0,11)
        root (hda0,11)
        kernel /vimlinuz ro root=LABEL=/
        initrd /initrd.img
        chainloader +1





lilo的具体内容是


boot=/dev/hda
map=/boot/map
vga=normal
default="linux"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
        label="linux"
        root=/dev/hda12
        initrd=/boot/initrd.img
        append="quiet devfs=mount acpi=off mem=256"
        vga=788
        read-only
image=/boot/vmlinuz
        label="linux-nonfb"
        root=/dev/hda12
        initrd=/boot/initrd.img
        append="devfs=mount acpi=off mem=256"
        read-only
image=/boot/vmlinuz
        label="failsafe"
        root=/dev/hda12
        initrd=/boot/initrd.img
        append="failsafe devfs=nomount acpi=off mem=256"
        read-only
other=/dev/hda1
        label="windows"
        table=/dev/hda
other=/dev/fd0
        label="floppy"
        unsafe
image=/boot/vmlinuz
        label="redhat"
        root=/dev/hda8
        initrd=/boot/initrd.img
        append="redhat linux"
        vga=791
        read-only



请问我具体应该怎么弄呀
最好帮我编好

谢谢了
才鸟我感激不尽
 楼主| 发表于 2004-3-26 23:03:27 | 显示全部楼层
最后那一段
image=/boot/vmlinuz
label="redhat"
root=/dev/hda8
initrd=/boot/initrd.img
append="redhat linux"
vga=791
read-only

是我自己添的
本来想引导redhat
但是不成功
回复

使用道具 举报

发表于 2004-3-27 01:59:15 | 显示全部楼层
上面的grub不能引导MDK吧?改成就是把root (hda0,11)改root (hda0,10)试一下。
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,7)
# kernel /vmlinuz-version ro root=/dev/hda9
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,7)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
root (hd0,7)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title Windows2000
rootnoverify (hd0,0)
chainloader +1
title Mandrake 9.21
rootnoverify (hd0,10)
root (hda0,10)
kernel /vimlinuz ro root=LABEL=/
initrd /initrd.img
chainloader +1
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2025-3-2 03:38 , Processed in 0.035183 second(s), 15 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表