LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   RHEL 5 continuously reboots after installing on Dell Optiplex 755 (https://www.linuxquestions.org/questions/red-hat-31/rhel-5-continuously-reboots-after-installing-on-dell-optiplex-755-a-678599/)

cousinjoe2005 10-23-2008 12:42 PM

RHEL 5 continuously reboots after installing on Dell Optiplex 755
 
I just recently tried to install RHEL 5 on a Dell Optiplex 755. After completing the installation procedure the system attempted to reboot to enter into the OS for the first time. However, during the bootup sequence the system will automatically reboot every time. There does not seem to be a consistent time or particular element of the boot process that causes the system to reboot, but it does it every time. I've tried installing 5.1, 5.2, and 5.2 beta and they all do the same thing. I've also messed with just about every possible setting in the BIOS and nothing seems to work.

jailbait 10-23-2008 01:05 PM

Will your system boot from a CD?

Is your machine 32 bit or 64 bit? Do you have the correct kernel for your bit length?

--------------------
Steve Stites

cousinjoe2005 10-23-2008 02:21 PM

Yes, the system can boot from a CD. Since the last post I have installed Ubuntu to see if that would work (to see if this was maybe just bad hardware) and Ubuntu installed correctly. This is a 32-bit system and I am installing the 32 bit version of Red Hat.

divyashree 10-25-2008 08:19 AM

hey brother u have to access the inittab configuration ,perhaps the default init level is 6 there.U have to edit it to init 5.

cousinjoe2005 10-26-2008 12:38 PM

I apologize in advance for asking this it it's a dumb question, but how do I do that?

jailbait 10-26-2008 04:54 PM

Boot into a liveCD. Mount your RHEL / partition on a directory. Edit /etc/inittab on your RHEL / partition. If the inittab deffault level is set to 6 then change the line:

id:6:initdefault:

to

id:5:initdefault:

---------------------------
Steve Stites

cousinjoe2005 10-28-2008 11:55 AM

I just checked and the initdefault is set to 5. Any other ideas?

cousinjoe2005 10-30-2008 10:40 AM

Ok, so a quick update. I tried setting the default runlevel to 3 and I am able to boot using that. Obviously I have stripped down functionality, but maybe this is a clue of something that is causing the problem?

stuart_cherrington 10-30-2008 10:44 AM

You could try starting services which are in the rc5.d control and see what barfs.

STu

cousinjoe2005 10-30-2008 10:47 AM

The only difference I see between rc3.d and rc5.d is

rc3.d has K99readahead_later
rc5.d has S96readahead_later

stuart_cherrington 10-30-2008 11:14 AM

Doubt it the read ahead stuff, can you go into Single user from the grub prompt?

cousinjoe2005 10-30-2008 05:42 PM

I'm not really sure. I haven't given it a shot. For now it seems as though I can do everything I need to in init level 3 with the command line so that's what I think I'm going to go with and hope that a future kernel update will fix this issue.

Tim356 10-31-2008 09:30 PM

Runlevel 3 will allow you to do everything that runlevel 5 would - without the gui.


All times are GMT -5. The time now is 05:01 PM.