Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    open up your inittab file (as root)
    # vim /etc/inittab
    look for
    id:5:initdefault:
    line and replace "5" with "3"


    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
    # init 5
    or
    # startx
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    7
    nice, thank you
    what are thouse other opptions, like 1,2 4? what do their stand for

  4. #4
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    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
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  5. #5
    Just Joined!
    Join Date
    Feb 2009
    Posts
    7
    thank you again!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...