LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 704|回复: 1

Grub 不能支持EXT3分区?

[复制链接]
发表于 2006-6-24 20:03:55 | 显示全部楼层 |阅读模式
我机子是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
发表于 2006-6-25 16:16:23 | 显示全部楼层
0x7  应该是NTFS分区 linu分区是0x83,linux swap 分区是0x82

不管采用的文件系统是ext2 ext3 还是reiserfs 分区的ID都应该是0x83
你的两个所谓ext3分区和所谓扩展分区的ID号都不对
进FC4 ,然后用fdisk 的change partion 's system ID改过来可能就行了

这是我的fdisk -l的内容, 仅供参考,看清楚再改, 不放心就用dos下的diskgen先备份分区表

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *           1         384     3084448+   b  W95 FAT32
/dev/hdb2             385        9727    75047647+   f  W95 Ext'd (LBA)
/dev/hdb3            9728        9729       16065    e  W95 FAT16 (LBA)
/dev/hdb5             385        1276     7164958+   7  HPFS/NTFS
/dev/hdb6            1277        1924     5205028+   7  HPFS/NTFS
/dev/hdb7            1925        2392     3759178+  83  Linux
/dev/hdb8            2393        3540     9221278+   b  W95 FAT32
/dev/hdb9            3541        3542       16033+  83  Linux
/dev/hdb10           3543        3581      313236   82  Linux swap
/dev/hdb11           3582        3632      409626   83  Linux
/dev/hdb12           3633        4632     8032468+  83  Linux
/dev/hdb13           4633        9727    40925556    b  W95 FAT32
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表