xue_hu2001 发表于 2005-10-17 11:38:35

linux kernel panic !!! 在线急等...

OS : redhat9.0
kernel : 2.4.20-8
系统现在进不去,出现如下错误:

...
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

之后系统就停在那不动了.我用启动盘进还是一样的效果.然后俺又用光盘进如linux
rescue 模式,但是提示找不到任何磁盘分区.
(我开始装linux 时候分区是自动分的,我的linux单独用了一个硬盘.)
我在grub命令行下进行如下操作



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

其实系统自动分的取应该是hd0,0 为/boot
                     hd0,1 为/
                     hd0,2 为/swap
请问各位高人该如何解决!急...

good02xaut 发表于 2005-10-17 15:29:26

你没有把ext3编译到内核去,编译成模块了,导致文件系统无法加载
重新编译内核,把对ext3的支持编译到内核

xue_hu2001 发表于 2005-10-18 09:11:59

可是我没有升级内核呀,系统原来就支持EXT3格式...
页: [1]
查看完整版本: linux kernel panic !!! 在线急等...