系统引导不了了,不要怨我笨呀
我的系统是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-8)
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
请问我具体应该怎么弄呀
最好帮我编好
谢谢了
才鸟我感激不尽 最后那一段
image=/boot/vmlinuz
label="redhat"
root=/dev/hda8
initrd=/boot/initrd.img
append="redhat linux"
vga=791
read-only
是我自己添的
本来想引导redhat
但是不成功 上面的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
页:
[1]