【求助】Grub 不能mount EXT3分区?

开机的时候没有了grub显示菜单,直接进入了grub>
用论坛上流行经典的方法不能修复,提示不能mount,可以用chainloader (hd0,0)+1进入Windows系统。
经典: grub>cat (hd0,5)/boot/grub/grub.conf (为了看参数)
              grub>root (hd0,5)

              grub>kernel (hd0,5)/vmlinuz-<?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-comffice:smarttags" /><st1:chsdate w:st="on" Year="1899" Month="12" Day="30" IsLunarDate="False" IsROCDate="False">2.4.18</st1:chsdate>-14 ro root=LABEL=/

              grub>initrd (hd0,5)/initrd-<st1:chsdate w:st="on" Year="1899" Month="12" Day="30" IsLunarDate="False" IsROCDate="False">2.4.18</st1:chsdate>-14.img

              grub>boot

输入cat (hd0, 按Tab键后提示:
grub>cat (hd0,   <Tab>
  Passible partitions are:
     partition num:0, Filesystem type unknown, partition type 0x7
                             #NTFS分区,XP
     partition num:4, Filesystem type is fat, partition type 0xb
                             #FAT32分区
     partition num:5, Filesystem type unknown, partition type 0x93
                             #EXT3分区,FC4
     partition num:6, Filesystem type unknown, partition type 0x82
                             #SWAP分区
     partition num:7, Filesystem type unknown, partition type 0x7
                              #NTFS分区
     partition num:8, Filesystem type is fat, partition type 0xb
                              #FAT32分区
     partition num:9, Filesystem type unknown, partition type 0x7
                              #NTFS分区
__________________
#号后是我机器的情况,第5,6个分区是用Paragon Partition Manager从第4个分区分出来的。请高手指点一下,要怎样才能修复grub显示菜单?非常感谢!