|
|

楼主 |
发表于 2005-3-13 22:40:42
|
显示全部楼层
谢谢,我通过你的方法可以进入linux了
不过我还有一个问题,虽然我可以进入,但机子重启的时候,都会在grub>停止,还要手工,怎么回事?会不会是grub出错了
我进到系统里,查看grub.conf文件,显示我的/在(hd0,8),可是我的/分明是在(hd0,5)
请再次指点,谢谢
下面是grub.conf的内容 我已经将(hd0,8)改为(hd0,5)
# 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,8)
# kernel /boot/vmlinuz-version ro root=/dev/hda9
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,5)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,5)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
title WINDOWS XP
rootnoverify (hd0,0)
chainloader +1 |
|