LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to boot into GUI (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-boot-into-gui-593483/)

ohswrestler2009 10-21-2007 11:58 AM

Unable to boot into GUI
 
I just installed FC5 this morning.
And now it automatically boots into text based mode.
Why doesnt it boot into the GUI by default?
How can i change this?

nkd 10-21-2007 01:09 PM

hi,
you must have chosen text mode as your default run level ?!?!
login as root
vi /etc/inittab
go to the line
id:5:initdefault:

The 5 indicates gui multiuser mode. You will have 2 or 3 written there, change that to 5. so the line should read as above after modification.

Save and quit the file from vi.
Now restart your machine it will give you a graphical login.
let me know if it works !
nishith

ohswrestler2009 10-21-2007 01:35 PM

Hey it worked

nkd 10-22-2007 12:29 PM

you are welcome.
by the way just doing a startx from the terminal prompt also would have done the trick but then you would have had to do it eveytime you finished booting up and logging in.
fixing it for good is better.
nishith


All times are GMT -5. The time now is 07:11 PM.