|
OS : redhat9.0
kernel : 2.4.20-8
系统现在进不去,出现如下错误:
[code:1]
...
mounting root filesystem
hdb:dma_intr: status=0x51 { DriveReady SeekCompetely }
hdb:dma_intr: error=0x40 { UncorrectableError } ,LBAsect=208861, sector =16
end_request:I/O error,dev 03:42 (hdb),sector 16
EXT3-fs: can't read group descriptor 1
mount : error 22 mounting ext3
pivotroot: pivot_root(/sysroot,/sysroot/initrd) faild : 2
umount /initrd/proc failed:2
freeing unused kernel memory: 156k freed
kernel panic: No init found . Try passing init = option to kernel
[/code:1]
之后系统就停在那不动了.我用启动盘进还是一样的效果.然后俺又用光盘进如linux
rescue 模式,但是提示找不到任何磁盘分区.
(我开始装linux 时候分区是自动分的,我的linux单独用了一个硬盘.)
我在grub命令行下进行如下操作
[code:1]
grub> root (hd0,0)
filesystem type is ext2fs,partition type 0x83
grub> root (hd0,1)
filesystem type is ext2fs,partition type 0x83
grub> root (hd0,2)
filesystem type unknown, partition type 0x82
[/code:1]
其实系统自动分的取应该是hd0,0 为/boot
hd0,1 为/
hd0,2 为/swap
请问各位高人该如何解决!急... |
|