weijueye 发表于 2006-6-24 20:02:03

【求助】Grub 不能支持EXT3分区?

我机子是FC4
今天又装了FC5,安装时基本都点的默认
可是装完启动后还是载入FC4的grub配置
于是我在FC4的/boot/grub/grub.conf中加了下面的行:
title Fedora Core (2.6.15-1.2054_FC5)
      root (hd0,5)
      kernel /boot/vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/hda6
      initrd /boot/initrd-2.6.15-1.2054_FC5.img
可是再次启动时grub说hda6是不可识别的文件系统
Filesystem type unknown, partition type 0x7
而我的hda6也就是装FC5的那个分区,正是ext3
我用cat看了一下hda,结果如下,括号里面是我自己加的说明:
grub> cat (hd0,
Possible partitions are:
   Partition num: 0,Filesystem type unknown, partition type 0x7 (ntfs)
   Partition num: 1,Filesystem type is ext2fs, partition type 0x83 (FC4分区)
   Partition num: 2,Filesystem type unknown, partition type 0x82 (扩展分区)
   Partition num: 4,Filesystem type unknown, partition type 0x7   (ext3)
   Partition num: 5,Filesystem type unknown, partition type 0x7   (FC5,ext3)
怎么回事
难道我的grub不支持ext3?版本是0.95

aisystem06 发表于 2006-6-24 20:48:05

分区格式有无错误啊?
grub可以支持ext3

wkt 发表于 2006-6-24 22:07:46

也有办法启动!
试试这样:
进入fc4 把fc5的内核和initrd-2.6.15-1.2054_FC4.img弄到
(hd0,1)/boot下
reboot然后
root (hd0,1)
kernel /boot/vmlinuz-2.6.15-1.2054_FC4 ro root=/dev/hda6
initrd /boot/initrd-2.6.15-1.2054_FC4.img
或用fc4的内核启动fc5
root=/dev/hda6即可
页: [1]
查看完整版本: 【求助】Grub 不能支持EXT3分区?