<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Howto Boot debian in text mode instead of graphical mode (GUI)</title>
	<atom:link href="http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matt Gilbert</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-9021</link>
		<dc:creator>Matt Gilbert</dc:creator>
		<pubDate>Fri, 04 Nov 2011 20:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-9021</guid>
		<description>I&#039;m a long time slack user, but I thought I&#039;d give debian a try on a spare machine I have. I installed Debian 6.0.3 and I found this page and did the update-rc.d -f gdm3 remove thing and it worked fine and rebooted to CLI no problem, and startx starts the GUI no problem. See the man update-rc.d page :) Note that I used gdm3 and not gdm, as there is no /usr/bin/gdm but there is a /usr/gdm3 so that did it. Before that I battled with getting rid of Grub and it&#039;s EFI and UUID crazy anti-bios stuff did a proper /etc/fstab and replaced GRUB with LILO, This may turn out to be a pretty decent system after all.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a long time slack user, but I thought I&#8217;d give debian a try on a spare machine I have. I installed Debian 6.0.3 and I found this page and did the update-rc.d -f gdm3 remove thing and it worked fine and rebooted to CLI no problem, and startx starts the GUI no problem. See the man update-rc.d page <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Note that I used gdm3 and not gdm, as there is no /usr/bin/gdm but there is a /usr/gdm3 so that did it. Before that I battled with getting rid of Grub and it&#8217;s EFI and UUID crazy anti-bios stuff did a proper /etc/fstab and replaced GRUB with LILO, This may turn out to be a pretty decent system after all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RJB</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-8982</link>
		<dc:creator>RJB</dc:creator>
		<pubDate>Mon, 17 Oct 2011 18:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-8982</guid>
		<description>It looks like this is long outdated.  Probably this should be updated by admin.

The following is not helpful advice for those who want to keep gdm, but not autostart it on boot, but is useful for those installing Debian for the first time:

Use the basic install.  Don&#039;t install X or any GUI applications on your initial Debian installation.
Don&#039;t install GDM or gnome.  

Install only the GUI stuff you will actually use and start anything you need to start by making entries in your user .xinitrc file, then use &#039;startx&#039; to launch.

If want gnome and gdm, but don&#039;t want it to autostart, then the /etc/rcX files are the place to go.  Do some exploration in each new version of Debian (or Ubuntu, or Linux Mint...) to find out where these are.</description>
		<content:encoded><![CDATA[<p>It looks like this is long outdated.  Probably this should be updated by admin.</p>
<p>The following is not helpful advice for those who want to keep gdm, but not autostart it on boot, but is useful for those installing Debian for the first time:</p>
<p>Use the basic install.  Don&#8217;t install X or any GUI applications on your initial Debian installation.<br />
Don&#8217;t install GDM or gnome.  </p>
<p>Install only the GUI stuff you will actually use and start anything you need to start by making entries in your user .xinitrc file, then use &#8216;startx&#8217; to launch.</p>
<p>If want gnome and gdm, but don&#8217;t want it to autostart, then the /etc/rcX files are the place to go.  Do some exploration in each new version of Debian (or Ubuntu, or Linux Mint&#8230;) to find out where these are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rtoledo2002</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-8614</link>
		<dc:creator>rtoledo2002</dc:creator>
		<pubDate>Tue, 17 May 2011 01:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-8614</guid>
		<description>the post above that talks about

mv /etc/rc2.d/S30gdm /etc/rc2.d/K70gdm

needs to be updated for debian 64  6.0.1  TO

mv /etc/rc2.d/S22gdm3 /etc/rc2.d/K70gdm 

and this worked for me tody with a fresh install in Oracle&#039;s VM 05-22-2011</description>
		<content:encoded><![CDATA[<p>the post above that talks about</p>
<p>mv /etc/rc2.d/S30gdm /etc/rc2.d/K70gdm</p>
<p>needs to be updated for debian 64  6.0.1  TO</p>
<p>mv /etc/rc2.d/S22gdm3 /etc/rc2.d/K70gdm </p>
<p>and this worked for me tody with a fresh install in Oracle&#8217;s VM 05-22-2011</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Oliphant</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-5881</link>
		<dc:creator>Dave Oliphant</dc:creator>
		<pubDate>Thu, 09 Sep 2010 22:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-5881</guid>
		<description>This worked for me; I have been searching on the web for several days on how to boot up linux mint 9 x64 into a cli text mode but nothing has worked.  But this worked!!!!
How groovy is that!?!?

Thanks a bunch for something that actually worked.

Dave</description>
		<content:encoded><![CDATA[<p>This worked for me; I have been searching on the web for several days on how to boot up linux mint 9 x64 into a cli text mode but nothing has worked.  But this worked!!!!<br />
How groovy is that!?!?</p>
<p>Thanks a bunch for something that actually worked.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-5094</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 06 Jun 2010 02:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-5094</guid>
		<description>I had the same trouble as you marco. I&#039;ve removed gdm like it&#039;s said here but at reboot ... still gnome launched -.-
thank you marco for the solution :)

this topic should be updated by admin ^^</description>
		<content:encoded><![CDATA[<p>I had the same trouble as you marco. I&#8217;ve removed gdm like it&#8217;s said here but at reboot &#8230; still gnome launched -.-<br />
thank you marco for the solution <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>this topic should be updated by admin ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazyA</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-4470</link>
		<dc:creator>CrazyA</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-4470</guid>
		<description>Marco: Thank you very much. I finaly got back home so I could try it, and it works like a charm!</description>
		<content:encoded><![CDATA[<p>Marco: Thank you very much. I finaly got back home so I could try it, and it works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-4452</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Fri, 19 Feb 2010 14:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-4452</guid>
		<description>CrazyA, I solved it.

You need to open the /etc/default/grub file, locate the following line:

&lt;code&gt;GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash&quot;&lt;/code&gt;

and change it to:

&lt;code&gt;GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash text&quot;&lt;/code&gt;

and don’t forget to run ‘update-grub’ afterwards to update.</description>
		<content:encoded><![CDATA[<p>CrazyA, I solved it.</p>
<p>You need to open the /etc/default/grub file, locate the following line:</p>
<p><code>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</code></p>
<p>and change it to:</p>
<p><code>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash text"</code></p>
<p>and don’t forget to run ‘update-grub’ afterwards to update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazyA</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-4446</link>
		<dc:creator>CrazyA</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-4446</guid>
		<description>Marco: I had exactly the same thing. For now, I&#039;ll just deal with it and leave it eating up resources while it shouldn&#039;t...</description>
		<content:encoded><![CDATA[<p>Marco: I had exactly the same thing. For now, I&#8217;ll just deal with it and leave it eating up resources while it shouldn&#8217;t&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-4407</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-4407</guid>
		<description>I tried to run &quot;update-rc.d -f gdm remove&quot; as root but didn&#039;t have any effect, on a fresh installation of Ubuntu 9.10 64 bit: the computer still boot in graphical mode.</description>
		<content:encoded><![CDATA[<p>I tried to run &#8220;update-rc.d -f gdm remove&#8221; as root but didn&#8217;t have any effect, on a fresh installation of Ubuntu 9.10 64 bit: the computer still boot in graphical mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolf</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-4334</link>
		<dc:creator>Wolf</dc:creator>
		<pubDate>Thu, 28 Jan 2010 11:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-4334</guid>
		<description>Hi All, but really I&#039;m confised reading all that post on this thread, was looking to only remove permanently the gui start-up from my Debian and get a lot of misleading information. Even after trying &lt;code&gt; undate-rc.d gdm remove &lt;/code&gt; I get the following output: &lt;code&gt; update-rc.d: /etc/init.d/gdm exist during rc.d purge (use -f to force)&lt;/code&gt;

So what&#039;s that?
Sure I have to reboot to see what happen after my first attempt to get gui startup out.
Maybe after someone will give a short and clear statement to this post, other can really get usefully info.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi All, but really I&#8217;m confised reading all that post on this thread, was looking to only remove permanently the gui start-up from my Debian and get a lot of misleading information. Even after trying <code> undate-rc.d gdm remove </code> I get the following output: <code> update-rc.d: /etc/init.d/gdm exist during rc.d purge (use -f to force)</code></p>
<p>So what&#8217;s that?<br />
Sure I have to reboot to see what happen after my first attempt to get gui startup out.<br />
Maybe after someone will give a short and clear statement to this post, other can really get usefully info.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayekat</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-4276</link>
		<dc:creator>Ayekat</dc:creator>
		<pubDate>Tue, 12 Jan 2010 20:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-4276</guid>
		<description>&lt;cite&gt;Why not just:
apt-get remove gdm
???

Then it is gone for good!&lt;/cite&gt;

Sorry, I&#039;m probably just some newbie speaking bad english, but everytime I remove Gnome, GDM or even just Epiphany, Debian tells me that a huuuuuuuuge amount of programs aren&#039;t needed anymore.

And then, if I type &lt;code&gt;apt-get autoremove&lt;/code&gt;, Debian starts removing every GUI component of the system.</description>
		<content:encoded><![CDATA[<p><cite>Why not just:<br />
apt-get remove gdm<br />
???</p>
<p>Then it is gone for good!</cite></p>
<p>Sorry, I&#8217;m probably just some newbie speaking bad english, but everytime I remove Gnome, GDM or even just Epiphany, Debian tells me that a huuuuuuuuge amount of programs aren&#8217;t needed anymore.</p>
<p>And then, if I type <code>apt-get autoremove</code>, Debian starts removing every GUI component of the system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-3632</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Mon, 07 Sep 2009 18:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-3632</guid>
		<description>Why not just:
apt-get remove gdm
???

Then it is gone for good!</description>
		<content:encoded><![CDATA[<p>Why not just:<br />
apt-get remove gdm<br />
???</p>
<p>Then it is gone for good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valsj</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-1861</link>
		<dc:creator>valsj</dc:creator>
		<pubDate>Fri, 24 Oct 2008 11:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-1861</guid>
		<description>nice. very helpful</description>
		<content:encoded><![CDATA[<p>nice. very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acohen36</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-1860</link>
		<dc:creator>acohen36</dc:creator>
		<pubDate>Mon, 24 Sep 2007 16:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-1860</guid>
		<description>mv /etc/rc2.d/S30gdm /etc/rc2.d/K70gdm

Yep, Sam Morris&#039;s su easy edit works like a charm every time.
Also goes great together with the other ?dm&#039;s kdm and xdm  :)</description>
		<content:encoded><![CDATA[<p>mv /etc/rc2.d/S30gdm /etc/rc2.d/K70gdm</p>
<p>Yep, Sam Morris&#8217;s su easy edit works like a charm every time.<br />
Also goes great together with the other ?dm&#8217;s kdm and xdm  <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Delian Krustev</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-1859</link>
		<dc:creator>Delian Krustev</dc:creator>
		<pubDate>Mon, 10 Sep 2007 16:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-1859</guid>
		<description>Reading a headline like this could made someone believe debian is more user friendly than ubuntu .. I think it is more appropriate to set the title to:

How stupid should I be to make a machine start directly in X .. especially in debian ?

&quot;The correct way to disable a service (such as GDM) from being started in a given runlevel (e.g., 2 which is Debian’s default runlevel) is like so:

mv /etc/rc2.d/S30gdm /etc/rc2.d/K70gdm

Further information can be found in /etc/rc2.d/README.&quot;

Is it ? May be you should consult the manual page of update-rc.d ..

$ ls /etc &#124; grep &quot;^rc&quot;
rc.local
$

How about /etc/rc2.d not existing at all ?

sysv-rc sucks the big time ..
If you want the states to be preserved you should replace  sysv-rc with file-rc . Something everyone should do.

Just my 2 BOFH cents ..</description>
		<content:encoded><![CDATA[<p>Reading a headline like this could made someone believe debian is more user friendly than ubuntu .. I think it is more appropriate to set the title to:</p>
<p>How stupid should I be to make a machine start directly in X .. especially in debian ?</p>
<p>&#8220;The correct way to disable a service (such as GDM) from being started in a given runlevel (e.g., 2 which is Debian’s default runlevel) is like so:</p>
<p>mv /etc/rc2.d/S30gdm /etc/rc2.d/K70gdm</p>
<p>Further information can be found in /etc/rc2.d/README.&#8221;</p>
<p>Is it ? May be you should consult the manual page of update-rc.d ..</p>
<p>$ ls /etc | grep &#8220;^rc&#8221;<br />
rc.local<br />
$</p>
<p>How about /etc/rc2.d not existing at all ?</p>
<p>sysv-rc sucks the big time ..<br />
If you want the states to be preserved you should replace  sysv-rc with file-rc . Something everyone should do.</p>
<p>Just my 2 BOFH cents ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-1858</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 10 Sep 2007 13:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-1858</guid>
		<description>Autologin:
you will want to apt-get remove gdm, kdm, xdm, wdm
and apt-get install rungetty afterwards open /etc/inittab and modify this line 1:2345:respawn:/sbin/getty 38400 tty1 to
1:2345:respawn:/sbin/rungetty tty1 --autologin $user

Now edit and to your /home/$user/.bash_profile

if [ -z &quot;$DISPLAY&quot; ] &amp;&amp; [ $(tty) == /dev/tty1 ]; then
while [ 1 == 1 ]
do
startx
sleep 10
done
fi</description>
		<content:encoded><![CDATA[<p>Autologin:<br />
you will want to apt-get remove gdm, kdm, xdm, wdm<br />
and apt-get install rungetty afterwards open /etc/inittab and modify this line 1:2345:respawn:/sbin/getty 38400 tty1 to<br />
1:2345:respawn:/sbin/rungetty tty1 --autologin $user</p>
<p>Now edit and to your /home/$user/.bash_profile</p>
<p>if [ -z "$DISPLAY" ] &amp;&amp; [ $(tty) == /dev/tty1 ]; then<br />
while [ 1 == 1 ]<br />
do<br />
startx<br />
sleep 10<br />
done<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mzilikazi</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-1857</link>
		<dc:creator>mzilikazi</dc:creator>
		<pubDate>Mon, 10 Sep 2007 11:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-1857</guid>
		<description>There is a nifty tool called rcconf that can manage run level symlinks for you.  Using this tool it is not required to enter each rc*.d dir and manually rename a symlink.  It speeds things up a bit.</description>
		<content:encoded><![CDATA[<p>There is a nifty tool called rcconf that can manage run level symlinks for you.  Using this tool it is not required to enter each rc*.d dir and manually rename a symlink.  It speeds things up a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guti</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-1856</link>
		<dc:creator>Guti</dc:creator>
		<pubDate>Sun, 09 Sep 2007 17:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-1856</guid>
		<description>Very nice article.</description>
		<content:encoded><![CDATA[<p>Very nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Morris</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-1855</link>
		<dc:creator>Sam Morris</dc:creator>
		<pubDate>Sun, 09 Sep 2007 12:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-1855</guid>
		<description>I believe this will result in the login manager being enabled again the next time it is upgraded. update-rc.d is *not* for administrators to use -- it is only for package maintainer scripts to use to install their startup links.

The correct way to disable a service (such as GDM) from being started in a given runlevel (e.g., 2 which is Debian&#039;s default runlevel) is like so:

 mv /etc/rc2.d/S30gdm /etc/rc2.d/K70gdm

Further information can be found in /etc/rc2.d/README.</description>
		<content:encoded><![CDATA[<p>I believe this will result in the login manager being enabled again the next time it is upgraded. update-rc.d is *not* for administrators to use -- it is only for package maintainer scripts to use to install their startup links.</p>
<p>The correct way to disable a service (such as GDM) from being started in a given runlevel (e.g., 2 which is Debian&#8217;s default runlevel) is like so:</p>
<p> mv /etc/rc2.d/S30gdm /etc/rc2.d/K70gdm</p>
<p>Further information can be found in /etc/rc2.d/README.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Bernhardt</title>
		<link>http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html/comment-page-1#comment-1854</link>
		<dc:creator>Mathias Bernhardt</dc:creator>
		<pubDate>Wed, 29 Aug 2007 19:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html#comment-1854</guid>
		<description>Hi!

I usualy boot into text-Mode. I also have this line in my .bash_profile:

if [ &quot;$(echo $(who am i)&#124;awk &#039;{print $2}&#039;)&quot; = &quot;tty1&quot; ]; then startx;logout;fi

So when i login at the first Terminal then the windowmanager is started via .xinitrc. I like this much more than all the gdm/kdm/xdm stuff because it uses only MY configs and not those of any admin and the x server is started by the user who&#039;s actually using it.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I usualy boot into text-Mode. I also have this line in my .bash_profile:</p>
<p>if [ "$(echo $(who am i)|awk '{print $2}')" = "tty1" ]; then startx;logout;fi</p>
<p>So when i login at the first Terminal then the windowmanager is started via .xinitrc. I like this much more than all the gdm/kdm/xdm stuff because it uses only MY configs and not those of any admin and the x server is started by the user who&#8217;s actually using it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

