I compile the kernel and install to boot,but the system can't work.
it show following part message:

Code:
Checking root file system...
fsck 1.27(8-Mar-2002)
fsck.ext2: No such file or directory while trying open/dev/hda1
/dev/hda1:
The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
   e2fsck -b 8193 <device>

fsck failed.  Please repair manually and reboot.  Please note
that the root file system is currently mounted read-only.  To
remount is read-write&#58;

   # mount -n -o remount,rw /

CONTROL-D will exit from this shell and REBOOT the system

Give root password for maintenance
&#40;or type Control-D for normal startup&#41;&#58;
What should I do to make System work normally?
Thank you!