LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora V 14 (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-v-14-a-922642/)

melborden 01-07-2012 05:17 PM

Fedora V 14
 
Hi everyone.

I am reletively new to Linux, so please bear with me. I have just loaded Fedora 14 on an old machine and I am able to boot the system up to a command prompt. I want to have the system boot to a GUI instead. I thought an init command would enable me to do that. Could someone please help?

v/r,

Mel

John VV 01-07-2012 05:28 PM

bad news
Fedora 14 is dead
It is not supported any longer
there will NEVER be any updates to it
no security fixes -- no nothing

install the current fedora 16 ( fedora 16 will not install with less than 768 meg of ram )

if fedora did not install using the gui then you MUST use the text only install
the old maching dose not have enough system resources
like 1 gig of ram ( well less than 512 and no gui )

T3RM1NVT0R 01-07-2012 05:32 PM

@ Reply
 
Hi melborden,

Login as root at the terminal by entering username: root and password that you have entered for root user at the time of installation. Once logged in type the following command:

Code:

init 5
The above command will take you to GUI.

Login as root (though it is not advisable to login as root in GUI mode but we have still some administrative task left to perform so I am suggesting to login as root)

Once you are in GUI open up terminal (command prompt what we call in windows). Then edit /etc/inittab file. You can do this by following command:

Code:

vi /etc/inittab
Hit insert key and you will be able to write to that file. In that file you will find a line similar to below:

Quote:

id:3:initdefault:
If the above line contains 3 then change it to 5. Save the file by hitting ESC key and then : and then wq and hit enter. The next time you will boot your system it will directly go to GUI.

If is already set to 5 then there is a possibility that you have not got desktop environment installed. And JohnVV is right Fedora 14 is EOL but you can try the steps above if you want to keep F14


All times are GMT -5. The time now is 09:08 PM.