--- In [email protected], jotiba rokade <rokade_jotiba...@...> wrote:
>
> mount: error mounting /dev/root on sysroot as ext3 : invalid argument 
>  
> and kernel panic error occures.
>  
>  
> kindly help me
>  
> error message----------------
> Trying to resume from /dev/VolGroup00/LogVol01
> No suspend signature on swap, not resuming.
> Creating root device.
> Mounting root filesystem.
> EXT3-fs error (device dm-0): ext3_check_descriptors: Block bitmap for group 1 
> not in group (block 0)!
> EXT3-fs: group discriptor corrupted!
> mount: error mounting /dev/root on /sysroot as ext3: Invalid argument
> Settingup other filesystems.
> Setting up new roof fs
> setuproot: moving /dev dailed. No such file or directory
> no fstab.sys, mounting internal defaults
> setuproot: error mounting /proc: No such file or directory
> setuproot: error mounting /sys: No such file or directory
> switchedroot: mount failed: No such file or directory
> Booting has failed.
> 
>  
>  
> regards
> jotiba
> 

Try linux emrgency at boot time,
the  parameter might take u to  CTRL D Maintainance mode

if u get the  same error,then take  help of rescue cd or  live cd
and try 
$e2fsck -yc /dev/VolGroup00/LogVol01 
or
$fsck /dev/VolGroup00/LogVol01 

or

Try  e2fsck with alternate superblocks 
$dumpe2fs  /dev/VolGroup00/LogVol01 |grep -i super
the  above command  will display the  alternate  sb
then run
$e2fsck -b <alternate sb>  /dev/VolGroup00/LogVol01 

By running the above commands, if u get a file system modified  message, then 
ur done... 

If  still stuck then post the errors, ur  facing while running the above cmnds.


B.Sadhiq

Reply via email to