|
|
发表于 2004-5-24 08:12:46
|
显示全部楼层
刚在网上看到一些类似问题的讨论:
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=115980
启动计算机时, 进入BIOS 设置, 找到硬盘模式, 把它改成LBA, 通常是"AUTO".
你还可以试一试:
1)
boot from Fedora Core 1 (not 2) boot CD into linux rescue mode
2)
chroot /mnt/sysimage
3)
sfdisk -d /dev/hda | sfdisk --no-reread -H255 /dev/hda
我还没试FC2, 以上只是准备工作中的一些笔记. 不知能否解决你的问题. |
|