System/Linux
centos - inittab 5 not working
linuxism
2015. 1. 19. 18:38
Q.
CentOS Server load into init 5 with desktop GUI.
A.
yum grouplist
will list all group. You need to install the following
- X Window System - X Window System Support
- Desktop - Default gnome desktop system.
- Desktop Platform - Supported libraries for the Enterprise Linux Desktop Platform.
To install all of them type:
Code:
yum groupinstall 'X Window System' 'Desktop Platform' Desktop
Once done you can type startx
command to start the GUI system from the shell prompt itself. To boot into a GUI after reboot, edit /etc/inittab file as follows:
Code:
id:5:initdefault:
source - http://nixcraft.com/showthread.php/18602-CentOS-Server-load-into-init-5-with-desktop-GUI