|

楼主 |
发表于 2006-4-20 14:03:19
|
显示全部楼层
用windows里的paragon partition manager 清掉了MBR,重装了GRUB还是不行
直接用第二块硬盘引导可以,从第一块硬盘上的winXP引导就失败
会不会是因为我的linux分区是reiserfs文件系统的, stage1不能直接识别这种文件系统,
而reiserfs_stage1_5 又太大,超出了512字节,所以grub找不到stage2,
下面摘自grub文档:
While Stage 2 cannot generally be embedded in a fixed area as the size is so large, Stage 1.5 can be installed into the area right after an MBR, or the boot loader area of a ReiserFS or a FFS.
但是为什么直接用第二块硬盘引导时,装在MBR的grub(stage1) 能够识别reiserfs文件
系统呢? |
|