LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   scheduled fsck turns into reboot cycle (https://www.linuxquestions.org/questions/ubuntu-63/scheduled-fsck-turns-into-reboot-cycle-718646/)

TotalLinuxNoob 04-12-2009 03:11 PM

scheduled fsck turns into reboot cycle
 
During bootup fsck is scheduled to run and comes across some disk errors and needs to drop into the root shell. When run, a seg fault occurs and the system reboots, ad infinitum. Of course, it is possible to skip the check but this is not desired. Dropping to runlevel 1 to umount the partition w/ ubuntu on it to run an fsck is impossible as dropping into the root shell here fails too (the option is presented in a menu).

Is there a way to unmount the partition w/ ubuntu on there and fix the fs errors? I don't have a live cd or a way to burn an image. This machine does not boot from USB memory sticks.

thanks

tommcd 04-13-2009 02:20 AM

Quote:

Originally Posted by TotalLinuxNoob (Post 3506633)
Is there a way to unmount the partition w/ ubuntu on there and fix the fs errors? I don't have a live cd or a way to burn an image. This machine does not boot from USB memory sticks.

Is there any way you can get a linux live CD of any kind?
You must have had an install CD in order to install Ubuntu. Do you still have it?
If you can boot from any type of linux live CD, just run (as root or with sudo):
Code:

fsck /dev/sdXY
Replace Xy with the drive and partition # of your Ubuntu root partition, Then reboot into your system without booting the live CD.


All times are GMT -5. The time now is 10:28 PM.