LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   FC3 fschk boot problem (https://www.linuxquestions.org/questions/fedora-35/fc3-fschk-boot-problem-531658/)

cessnaman 02-23-2007 08:19 AM

FC3 fschk boot problem
 
Oh great guru's please help this newbie!!

I did a yum update kernel on my Fedora Core 3 box, and it ran a kernel update. The reason I did that was to see if the new kernel would have the reboot issues fixed.

During reboot it drops to maintenance mode. The tech at Serverpronto says it is mounting drives BEFORE the fschk.

That is a bad thing! :tisk: Anyone know how I can reverse that order? I am new, so I need it spelled out for me.

thanks for all you do.

Cessnaman

wmakowski 02-23-2007 10:16 AM

This could be an indicator of other problems, but I would start by checking the file /etc/grub/grub.conf. On the kernel line make sure it has ro after the kernel file. This starts off things read only. Here is an example from my grub.conf.
Code:

title Fedora Core (2.6.19-1.2911.fc6)
        root (hd0,2)
        kernel /boot/vmlinuz-2.6.19-1.2911.fc6 ro root=LABEL=/ quiet
        initrd /boot/initrd-2.6.19-1.2911.fc6.img

Notice the ro after /boot/vmlinuz-2.6.19-1.2911.fc6 on the kernel line. If ro is already there do you experience any problems during shutdown?

Bill

cessnaman 02-23-2007 06:49 PM

Thanks.
 
Thanks Bill.

The ro was present. I switched it back one kernel by changing the default from 0 to 1. That seemed to restart it.

Thanks,

Howard.


All times are GMT -5. The time now is 04:14 PM.