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?
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?
You can run:
yum groupinstall "X Window System"
And possibly change the /etc/inittab
to default to runlevel 5.
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.