Yeah, RedHat launches by default straight to X-windows. This is called runlevel 5. You're going to need to take it to runlevel 3 to fix it.
Using lilo or grub, choose to get a command prompt, with lilo its ctrl+x, and then type: Linux single.
This will drop you to a root shell, no graphics, very bare. Try:
pico /etc/inittab
and there should be a line in there like DefaultRunlevel or somesuch, change that from 5 to 3.
Reboot the machine and it won't try to launch X. Now to reconfigure X:
cd /usr/X11/bin/
./XFree86 -configure (and then follow the instructions)
If that doesn't work, you might want to try the manual configurator:
./usr/X11/bin/xf86config
Then run "startx" to try and get x to start again.
Luck,
Finegan
|