0

I downloaded a fresh ISO of CentOs 6.3 from here. After installing successfully, CentOs loads a text based linux.

How do i load the GUI?

summerbulb
  • 143
  • 1
  • 2
  • 8

2 Answers2

3

You can run:

yum groupinstall "X Window System"

And possibly change the /etc/inittab to default to runlevel 5.

ewwhite
  • 197,159
  • 92
  • 443
  • 809
1

After the installation is complete, edit the /etc/inittab and change the 'initdefault' line so that it is set to the value of 5 (instead of 3). Then reboot.

mdpc
  • 11,856
  • 28
  • 53
  • 67