[SOLVED] No GUI on start-up

General support questions
Post Reply
louarnold
Posts: 111
Joined: 2009/09/16 23:22:47
Location: Ottawa, Canada

[SOLVED] No GUI on start-up

Post by louarnold » 2011/08/29 01:56:50

Well, here we go again...
I did a minimal install with V6 and now there is no GUI. Is the problem with the minimal install? Should I have picked something to give me a login screen at start-up?

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

[SOLVED] No GUI on start-up

Post by AlanBartlett » 2011/08/29 02:10:09

No problems. With [i]root[/i]'s powers just --

[code]
[b]yum grouplist | grep -iE 'gnome|windows'[/b]
[i]<look for the two relevant group names>[/i]
[b]yum groupinstall "[/b]group name 1[b]" "[/b]group name 2[b]"[/b]
[/code]
Drop back to your normal user status and --

[code]
[b]startx[/b]
[/code]
If a graphical environment starts correctly then logout of the GUI and re-elevate your powers back to that of [i]root[/i]. Edit your [b]/etc/inittab[/b] file and change the line currently reading as --

[code]
[b]id:[color=0000ff]3[/color]:initdefault:[/b]
[/code]
-- to be --

[code]
[b]id:[color=ff0000]5[/color]:initdefault:[/b]
[/code]
When the system is next re-booted, it will start in graphical more.

louarnold
Posts: 111
Joined: 2009/09/16 23:22:47
Location: Ottawa, Canada

Re: No GUI on start-up

Post by louarnold » 2011/08/29 02:45:29

[code]
[b]yum grouplist | grep -iE 'gnome|windows'[/b]
[/code]

The line above produces no output at all. (Unless there is a problem with quotation marks.)
I looked at the output of yum grouplist and there was no entry named 'gnome' and the only entry with 'windows' is "X Window system".

BTW: There is no 'normal user", just the root account.

louarnold
Posts: 111
Joined: 2009/09/16 23:22:47
Location: Ottawa, Canada

[SOLVED] No GUI on start-up

Post by louarnold » 2011/08/29 03:50:19

Solved.
I redid the installation but this time for the the "type" of installtion, I chose "Desktop" instead of "Minimal". I would not recommend that you choose "Minimal Desktop" That may bring up a very limited GUI.

Post Reply