|
|

楼主 |
发表于 2005-5-10 09:13:52
|
显示全部楼层
这是我grub.conf的内容,请问哪里错了?应该怎样改?望不吝指教,谢谢.
default=1
timeout=15
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Enterprise Linux AS (2.4.21-27.EL)
root (hd0,0)
kernel /boot/vmlinuz-2.4.21-27.EL ro root=LABEL=/
initrd /boot/initrd-2.4.21-27.EL.img
title Windows XP Professional
rootnoverify (hd0,1)
chainloader +1
title linux-test
root (hd0,0)
kernel /boot/vmlinuz-test ro root=LABEL=/
这是我的分区列表:
Device Boot Start End Blocks Id System
/dev/hda1 1 1411 11333826 83 Linux
/dev/hda2 * 1412 2235 6618780 7 HPFS/NTFS
/dev/hda3 2236 4870 21165637+ f Win95 Ext'd (LBA)
/dev/hda5 2236 2301 530113+ 82 Linux swap
/dev/hda6 2302 2943 5156833+ 7 HPFS/NTFS
/dev/hda7 2944 4870 15478596 b Win95 FAT32 |
|