LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to open MDK 9.1 nongraphical (https://www.linuxquestions.org/questions/linux-software-2/how-to-open-mdk-9-1-nongraphical-101962/)

perdesiz 10-09-2003 02:40 AM

how to open MDK 9.1 nongraphical
 
I am usin MDK 9.1, how can I open the system with non-graphical user interface

lachlan 10-09-2003 03:41 AM

You need to change your runlevel 5 (GUI) to runlevel 3 (text) in /etc/inittab.
vi /etc/inittab > i (insert) >change 5 to 3 >esc >shift : > wq and you should be in text mode the next time you boot,startx to get back into the GUI.

Lachlan

perdesiz 10-10-2003 06:53 AM

thanx, I will check it out...

kasperhans 10-10-2003 10:18 AM

or if you use lilo its much easier to do a liloconfig and add telinit 3 or edit the lilo.conf by adding append="telinit 3"

tcaptain 10-10-2003 11:32 AM

You can also make this change inside the Mandrake Control Center under the boot options (If I recall correctly)


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