Dear All I have installed fedora 12 on my system and i am getting this error message on my booting screen. An error occurred during this file system check. Dropping you to a shell; the system will reboot *** when you leave the shell; Give root password for maintenance (or type Control-D to continue) typing Control-D it's reboot my system and get the same error and i type the root password for repairing my linux file system then i got this error after login. bash: connot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell (Reapir filesystem) 1 # in this termnal i run fsck -A -y command to repair my filesystem. then i got error fsck.ext4: Ubable to resolve ' UUID= .................................., and after rebooting i got the same error. Plz Help me Regards Abdul |
Its possibly that blkid can't be found because the initramfs wasn't setup or something else. You'll need to run fsck by hand on the /dev/ files for your file systems. You may need to use mount with the /dev/ files in maintenance mode as well. |