Re: restore/restart failure


Subject: Re: restore/restart failure
bryan@ak.net
Date: Fri Jan 25 2002 - 10:51:46 AKST


Lee Thomison wrote in <20020124221013.C717516E@elle>:
>
> On reboot I'm getting the following error:
>
> Checking root filesystem
> fsck.ext2: Exec format failure
> [FAILED]
>
> then it drops into the mainenance shell.
>
> # e2fsck /dev/hda1 gives
>
> e2fsck 1.14, 9-Jan-1999 for EXT2 FS 0.5b, 95/08/09
> /dev/hda1: clean, 29735/96576 files, 95649/192772 blocks.

Check that fsck.ext2 and any file it references exist, and are on
the root partition.

On my slackware system, /sbin/fsck.ext2 looks like this:
#!/bin/sh
exec /sbin/e2fsck -C 0 $*

If yours is the same, check that /bin/sh and /sbin/e2fsck exist
on the root partition.

--
Bryan Medsker
bryan@ak.net



This archive was generated by hypermail 2a23 : Fri Jan 25 2002 - 10:51:59 AKST