lmh1999 发表于 2005-7-16 21:57:15

Grub无法加载NTFS!(在线等)

我的系统配置:
第一个硬盘分区:C: NTFS(WINDOWS XP)
               D:FAT32
               E:FAT32
第二个硬盘分区:G:NTFS
               H:LINUX
               I:LINUX LVM

用GRUD安装在MBR上,GRUD 无法识别NTFS,导致无法启动WINDOWS XP!
如何解决,我的电脑没有软驱!

lmh1999 发表于 2005-7-16 22:03:05

问题是,我在安装FC4中选择了把GRUB装在MBR了,FC4中的GRUB不支持NTFS!!
安装完后,就进不了XP!

月下刀客 发表于 2005-7-16 22:05:18

当然不是,你应该看精华贴

map (hd0) (hd1)
map (hd1) (hd0)

lmh1999 发表于 2005-7-16 22:33:21


map (hd0) (hd1)
map (hd1) (hd0)

还是不行

hew 发表于 2005-7-16 22:37:33

先说说你的硬盘的主从和在哪个IDE 通道上?

fox_eagle2003 发表于 2005-7-16 22:38:18

贴出/boot/grub/grub.conf
看看

月下刀客 发表于 2005-7-16 22:38:56

把你的硬盘分区情况及grub.conf贴出来看看

lmh1999 发表于 2005-7-16 22:42:56

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:You have a /boot partition.This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd1,5)
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
#          initrd /initrd-version.img
#boot=/dev/hda
default=2
timeout=20
splashimage=(hd1,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.11-1.1369_FC4)
        root (hd1,5)
        kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
        initrd /initrd-2.6.11-1.1369_FC4.img
title windows xp/2000
        root (hd0,0)
        chainloader +1
      makeactive
      map (hd0) (hd1)
      map (hd1) (hd0)
      boot


fdisk -l
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   IdSystem
/dev/hda1   *         1         383   3076416    7HPFS/NTFS
/dev/hda2             384      4865    36001665    fW95 Ext'd (LBA)
/dev/hda5             384      1148   6144831    bW95 FAT32
/dev/hda6            1149      1785   5116671    7HPFS/NTFS
/dev/hda7            1786      2423   5124703+   7HPFS/NTFS
/dev/hda8            2424      3188   6144831    bW95 FAT32
/dev/hda9            3189      3953   6144831    bW95 FAT32
/dev/hda10         3954      4335   3068383+   7HPFS/NTFS
/dev/hda11         4336      4865   4257193+   bW95 FAT32

Disk /dev/hdc: 15.0 GB, 15000330240 bytes
255 heads, 63 sectors/track, 1823 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   IdSystem
/dev/hdc1               2      1823    14635215    fW95 Ext'd (LBA)
/dev/hdc5               2      1033   8289508+   7HPFS/NTFS
/dev/hdc6   *      1034      1046      104391   83Linux
/dev/hdc7            1047      1823   6241221   8eLinux LVM

lmh1999 发表于 2005-7-16 22:43:55

各位老大帮帮忙..
呵呵..

fox_eagle2003 发表于 2005-7-16 22:48:09

选择XP后出现了什么现象?

title winxp
root (hd0,0)
chainloader +1
boot

试一下这个

lmh1999 发表于 2005-7-16 22:49:59

grub> root (hd0, (tab)
   Possible partitions are:
   Partition num: 0, Filesystem type unknown, partition type 0x7

grub>root (hd0,0)
filesystem type unknown, partition type 0x7

grub ver 0.95
  

月下刀客 发表于 2005-7-16 22:50:26

title                Microsoft windows xp/2000
root                (hd0,0)
makeactive
chainloader        +1

fox_eagle2003 发表于 2005-7-16 22:52:00

grub不认得正常
不管它,照样的输入
root (hd0,0)
chainloader +1
boot

lmh1999 发表于 2005-7-16 23:00:12

title winxp
root (hd0,0)
chainloader +1
boot

这个配置,选择XP 后 GRUD又跳回 选择界面

fox_eagle2003 发表于 2005-7-16 23:03:21

:shock: 那如果不打boot的话,显示什么信息?
XP原来是可以引导的吗?
输入boot后应该显示出一些什么吧
页: [1] 2
查看完整版本: Grub无法加载NTFS!(在线等)