moszyf 发表于 2004-12-17 06:01:55

Grub引导双硬盘双起动的困惑!(help)

Grub引导双硬盘双起动的困惑!(help)

我机器配置如下:
IDE channal 0 Master和IDE channal 0 slave为双光驱;
IDE channal 1 Master和IDE channal 1 slave为双硬盘;
Linux是装在Master盘上的,Win2K是装在slave盘上的第2个分区上的,WinXP是装在slave盘上的第1个分区上的.

硬盘分区情况如下:
Disk /dev/hdc: 123.5 GB, 123522416640 bytes
255 heads, 63 sectors/track, 15017 cylinders, total 241254720 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot    Start       End    Blocks   IdSystem
/dev/hdc1   *      63    208844    104391   83Linux
/dev/hdc2      2088452117366910482412+75PC/IX
/dev/hdc3      2117367023262119   1044225   82Linux swap
/dev/hdc4      23262120 241248104 108992992+   cWin95 FAT32 (LBA)

Disk /dev/hdd: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders, total 240121728 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot    Start       End    Blocks   IdSystem
/dev/hdd1            632170381410851876   17Hidden HPFS/NTFS <--(WinXP)
/dev/hdd2   *217038154340762910851907+   7HPFS/NTFS      <--(Win2K)
/dev/hdd3      43407630 24010748998349930    fWin95 Ext'd (LBA)
/dev/hdd5      4340769354267569   5429938+   bWin95 FAT32
/dev/hdd6      54267633 24010748992919928+   7HPFS/NTFS

Grub配置如下:
# more /boot/grub/grub.conf
# 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 (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/hdc2
#          initrd /initrd-version.img
#boot=/dev/hdc1
default=2
timeout=10
password 123
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux 9.0 (2.4.20-8)
      password 123
      root (hd0,0)
      kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
      initrd /initrd-2.4.20-8.img
title Windows 2K (CN)
      root (hd1,1)
      chainloader (hd1,1)+1
title Windows XP (CN)
      root (hd1,0)
      savedefault
      makeactive
      chainloader +1

Linux能正常引导,Win2K和WinXP引导时都出错.
错误信息如下:
filesystem type unknow, partition type 0x7

查了很多资料都没有能够解决,郁闷ing.........
求哪位大侠能够给个建议,在此不胜感激!谢谢.

moszyf 发表于 2004-12-17 13:46:08

555,怎么还没有人回复啊!
我自己顶!

bluesky100 发表于 2004-12-17 13:55:16

把win2k那一项去掉试试
windows xp的启动菜单里有win2k的,加在这里没有必要

bluesky100 发表于 2004-12-17 13:58:19

搂主怎么会有123.5G和122.9G的硬盘?

moszyf 发表于 2004-12-17 14:17:30

原来是一个120G的硬盘,后来为了学Linux又加了个120G的硬盘!

liyan2002 发表于 2004-12-17 19:17:31

...把LINUX完全安装也不过是5GB...
LINUX什么时候变得这么大吃了? :shock::shock::shock:

latam_2008 发表于 2004-12-17 22:51:56

你可以去ChinaUnix看看啊!
我看到相关的文章啊

bestceo 发表于 2004-12-17 23:05:27

:neutral:
IDE0的一/二接口是hda/hdb
IDE1的一/二接口是hdc/hdd啊
楼主的grub.conf……修改一下吧

latam_2008 发表于 2004-12-18 18:37:33

fdisk -l 看看分区情况!!!!
进不了系统进!救援模式!!!
页: [1]
查看完整版本: Grub引导双硬盘双起动的困惑!(help)