|
机器装了两个系统xp和redhat as3,现在引导不了了。
我的/boot分区是 (hd0,4)
/ 分区是 (hd0,5)
运行:grub> root (hd0,4)
grub> setup (hd0)
都正常。
但是查看grub>cat (hd0,4)/grub/grub.conf 文件,显示如下
default=1
timeout=10
splashimage=(hd0,5)/grub/splash.xpm.gz
title Red Hat Enterprise Linux AS (2.4.21-20.EL)
root (hd0,5)
kernel /vmlinuz-2.4.21-20.EL ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.21-20.EL.img
title DOS
rootnoverify (hd0,1)
chainloader +1
请问我的这个grub.conf文件会有问题吗?
如果要修改,该怎么做呢?
我曾经试过在windows系统下mount /boot分区,但是没有成功。
有一文多发的嫌疑,但实在有些着急,请BM大人海涵! |
|