|
急救:rh el3由于断电,当机后起不来了.
Red Hat Enterprise Linux AS release 3 (Taroon)
Kernel 2.4.21-4.EL on an i686
我的系统分区为/ /boot /usr /usr/local /swap 由于断电当机.但再次重启,显示"kernel panic: No init found. Try passing init=option
to kernel"
由于怀疑是inode 和superblock坏掉.做了恢复.至少开机后没有报告相关的错误.但"kernel panic: No init found. Try passing
init=option to kernel"确一直存在.我查看了grub.conf fstab.用FDISK -L
看了感觉没有问题.但现在问题是我在RESCUE下无法用chroot /mnt/sysimage 一运行就报告"chroot: cannot execute /bin/sh: No such file or directory".请大家帮忙看看,到底该如何才能让机器起来.我是不会重装的.我一定要找到解决的办法.请大家指点,指点.
<<grub.conf>>
default=0
timeout=10
splashimage=(hd0,5)/grub/splash.xpm.gz
title Red Hat Linux (2.4.21-4)
root (hd0,6)
kernel /vmlinuz-2.4.21-4 ro root=LABEL=/
initrd /initrd-2.4.21-4.img
title DOS
rootnoverify (hd0,0)
chainloader +1
<<fstab>>只贴了前两行
LABEL=/ / DEFAULTS 1 1
LABEL=/BOOT /BOOT DEFAULTS 1 2 |
|