I have a CentOS 4.2 i386 server that I built using a keyboard and monitor (in text mode). I configured the server to be accessible via S0 using the following grub.conf:
Code:
default=0
timeout=5
serial --unit=0 --speed=9600
terminal --timeout=10 serial console
title CentOS (2.6.9-22.0.2.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-22.0.2.ELsmp ro root=/dev/md0
I can see and control the boot menu via S0, and I can even boot in to runlevel 1 and use S0, but when I try to boot to runlevel 3, I don't get a login prompt after the final service (mysqld) starts. I copied the grub.conf data directly from the server, so if there is a typo that could cause it, tell me, because I'm obviously not catching it. I know I'm obviously missing something simple, but I don't know what (I have 24 other servers working fine through S0). Any help appreciated.