请教,可不可以在grub>控制台下修改grub.conf文件
机器装了两个系统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大人海涵! 修改好了,原来/mnt/sysimage 挂载的是我的硬盘,就去之后直接修改就可以了。
sh # cd /mnt/sysimage
sh # vi /boot/grub/grub.conf
把里面的(hd0,5)改成了(hd0,4)就可以了。
这两天多谢公社几位大侠热心帮助,解决了问题,又学到了不少 :-D
页:
[1]