|
|
按照官网上的2005.1的安装手册所示的步聚一步一步地进行,用genkernel和手动编译核心两种方法安装Gentoo 2005.1,完成后启动都得到下列的错误提示:
......
*Checking root filesystem...
fsck.ext3: No such file or directory while trying to open /dev/ROOT
/dev/ROOT:
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device>
*Filesystem couldn't be fixed 
Give root password for maintenance (or type Control-D to continue):
1.按照提示里的说法,Control-D后又重启,回到上面的提示。
2.输入密码后出现提示符
(none) ~ #
# e2fsck -b 8193 /dev/da1
/dev/hda1 was not cleanly umounted , check forced.
Pass 1:...
Pass 2:...
...
Pass 5:...
Free blocks count wrong for group #0 (7924, counted=5746).
Fix<y>?
......
几个y之后,重启,问题依旧,还是回到上面的错误提示!!!
怎么办???
高手们支招啊!!! |
|