|
发表于 2003-5-25 13:02:30
|
显示全部楼层
寻求解决方案:
本人有二个硬盘,第一个40G的,安装了win2003已经使用了一些时间了.我现在在另一个从硬上安装了redhat9.0,我把grub的menu.lst 引导配置文件改了一下,
意图使grub来引导两个硬盘,
timeout second
default 0
title redhat Linux, Default Mode
root (hd1,0)
kernel /boot/vmlinuz vga=auto root=/dev/hda2
title Microsoft Windows2003
root (hd0,0)
chainloader (hd1,0)+1
以上是我修改的menu.lst,主板的引导模式设为:IDE-HD1
40G的是(主)盘.IDE-HD0,10G的是(从)硬IDE-HD1
可是启动时出现了如下的引导错误:
选择第一项引导时:
root (hd1,0)
filesystem type is fat, partition type 0xc
kernel/vmlinuz-2.4.20-8 ro root=label=/hdc=ide-SCSI
errors:file not found
press any key to continue......
第二项引导时:
booting "windows2003"
root (hd0,0)
filesystem type is ext2fs,partition type 0x83
makeative
chainloader +1
errors:file not found
press any key to continue......
然后按任意键返回主菜单,
请主硬分四个区,FAT32,第二个盘redhat自动分配的.
在grub引导菜单里不是能够修改设置的吗?修改好了,如何保存修改呢!
以上的方案不知道可不可行.请高人指点. |
|