- Debian Admin - http://www.debianadmin.com -
Howto Boot debian in text mode instead of graphical mode (GUI)
Posted By Admin On 29th August 2007 @ 19:41 In General | 7 Comments
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
You can prevent automatic running of the GUI when you boot your debian machine by disabling your login manager be it KDM, GDM or XDM from running at boot time. To disable the login manager from automatically running at boot up, run the following command as root
#update-rc.d -f gdm remove
Replace gdm with kdm or xdm if they are what you use.
To start X manually, you would then have to login at the command prompt and enter the command startx.
To reset your login manager so that it runs at boot up, do
#update-rc.d -f gdm defaults
Tags: boot debian in text mode, disable login manager debian, how to boot debian in text modeYou may also be interested in...
Article printed from Debian Admin: http://www.debianadmin.com
URL to article: http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html
Click here to print.