LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   error:reboot in kernel 2.6.8-2-386 (https://www.linuxquestions.org/questions/debian-26/error-reboot-in-kernel-2-6-8-2-386-a-388538/)

pspec 12-02-2005 03:19 AM

error:reboot in kernel 2.6.8-2-386
 
hi ,,

i have upgrade my kernel 2.4.x to 2.6.8-2-386,,when i try to boot kernel 2.6.8-2-386.an error occured,,

fsck failed. Please repair manually and reboot. Please note that the root file system is currently mounted read-only. To remount it read-write:

#mount -n -o remount,rw /

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

actually i'm using grub boot loader.

help me

MKSrivastava 12-02-2005 04:42 AM

U have any kernel installed(2.4) when you have a choice of selecting the kernel in booting option, if yes do go for it and then do the remedy for 2.6.8-2-686.

pspec 12-02-2005 08:59 AM

thanx for the quick reply

yes,, i have tried to boot using my previous kernel 2.4.27-2-386 and it stuck at booting session...the same error came out. what should i do ?

microsoft/linux 12-02-2005 09:17 AM

go ahead and give it the root password. It will then give you a command prompt. Then type
Code:

e2fsck -y /dev/<whatever device it is>
This will check your filesystem, and repair any problems found. This error you are receiving happens to me sometimes too. It happened a lot when I was using a windows driver to view my ext3 partition under windows. I'm not sure what causes it other than the HD having bad sections. It's not really that big of a deal

pspec 12-04-2005 11:07 PM

thank you,,problem solved :D

microsoft/linux 12-04-2005 11:25 PM

sure anytime, glad I could be of assistance


All times are GMT -5. The time now is 05:33 AM.