|
楼主 |
发表于 2005-8-24 17:48:20
|
显示全部楼层
我已经查看过了,不过看到的不是在hd6上的而是在hd3上。
只显示hd3 和hd4 上的内容。
文件grub.conf上的内容如下:
# 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/hda8
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,6)/grub/splash.xpm.gz
password --md5 $1$G7IbsxAU$AUQEj7MQvLH0e0gvSIQMu0
title Red Hat Linux (2.4.20-
root (hd0,6)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.20-8.img
title Windows XP (sp2)
rootnoverify (hd0,0)
chainloader +1
到底是哪里出问题了呢? |
|