LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Booting to console? (https://www.linuxquestions.org/questions/linux-newbie-8/booting-to-console-232240/)

sdouble 09-18-2004 03:49 PM

Booting to console?
 
I would like to boot straight to the console without loading any of the GUI. Is this possible? The only way I've found so far is to get to the login screen and choose session>failsafe and then login through the login window. But the consol loads in the bottom right corner of the monitor. Is what I'm trying to achieve possible?

jacomar 09-18-2004 03:53 PM

Hey
 
When you boot linux will got into init 5 , wich is normally the graphical mode. You just have to llok around and tell the boot sequence to boot into init 3. If you use mandrake configurig the x server will ask you if you want it started at boot. Just say no. Also you can press ctrl+at-lt+f3 login as root and type init 3 and youll go into text mode.

init 1 is usuallyone user text mode

init 3 multi user text mode

init 5 graphical mode

michaelk 09-18-2004 03:56 PM

Yep. linux has 6 unlevels. The GUI being 5 and the console mode is 3. Edit the /etc/inittab file and modify the line that says
id:5:initdefault:

From 5 to 3.

sdouble 09-19-2004 12:36 PM

Wonderful! That is exactly what I was looking for. Thanks a lot guys


All times are GMT -5. The time now is 04:15 AM.