|
原来只有装win2k的时候有三个分区c,d,e,win2k装在e判里边,然后我把c,d两个盘用来装linux了,一个作主分去,一个作交换分区,重新起动后无法进入win2k.然后我进入linux,着到etc文件夹低下的grub.conf.里边的内容是这样的:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/hda1
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,0)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,5)
chainloader+1
请问个位高手,我奥怎么作才能改正这个问题,大家帮帮我,先谢谢了 |
|