Results 1 to 5 of 5
Hi,
I installed CentOS and then added gnome, xfce so that user can start gui's remotely, however now the server is booting to gnome login but this was not my ...
- 02-21-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 7
[SOLVED] Booting to console
Hi,
I installed CentOS and then added gnome, xfce so that user can start gui's remotely, however now the server is booting to gnome login but this was not my intention.
How to I restore boot up to console? but keep gnome.
- 02-22-2009 #2
open up your inittab file (as root)
look for# vim /etc/inittab
line and replace "5" with "3"id:5:initdefault:
EDIT:
once you done with this, reboot and you will boot up on TUI,
if you want to start up your GUI,
use these commands as root
or# init 5
# startx
- 02-22-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 7
nice, thank you

what are thouse other opptions, like 1,2 4? what do their stand for
- 02-22-2009 #4
0 halt the system
1 Single-User Mode (can't configure network interfaces, start daemons, or allow non-root logins)
2 Multi-User Mode (can't configure network interfaces or start daemons)
3 Multi-User Mode with Networking (starts the system normally)
4 Unused/User defined for special purposes
5 X11 As runlevel 3 + display manager.
6 reboot system
- 02-22-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 7
thank you again!


