<?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: Debian and Ubuntu Linux Run Levels</title>
	<atom:link href="http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-3698</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-3698</guid>
		<description>There is an even easier way to install NVIDIA drivers for debian based distributions (like ubuntu).

1) Press Ctrl+Alt+F1 to go to tty1
2) Log in
3) enter &quot;sudo /etc/init.d/gdm stop&quot; (without the quotes). This command will stop gnome display manager.
4) install NVIDIA drivers. (in order to install the drivers you may need the package build-essential - &quot;sudo apt-get install build-essential&quot;)
5) After installation completes successfully enter &quot;sudo /etc/init.d/gdm start&quot;
6) Enjoy your hardware accelerated desktop ;)</description>
		<content:encoded><![CDATA[<p>There is an even easier way to install NVIDIA drivers for debian based distributions (like ubuntu).</p>
<p>1) Press Ctrl+Alt+F1 to go to tty1<br />
2) Log in<br />
3) enter &#8220;sudo /etc/init.d/gdm stop&#8221; (without the quotes). This command will stop gnome display manager.<br />
4) install NVIDIA drivers. (in order to install the drivers you may need the package build-essential &#8211; &#8220;sudo apt-get install build-essential&#8221;)<br />
5) After installation completes successfully enter &#8220;sudo /etc/init.d/gdm start&#8221;<br />
6) Enjoy your hardware accelerated desktop <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahbaz</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-3546</link>
		<dc:creator>shahbaz</dc:creator>
		<pubDate>Tue, 18 Aug 2009 05:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-3546</guid>
		<description>Hi,
 Can anybody tell me that how can I change run level 6. By mistake I have fix run level 6, now it is keep on rebooting, I am not able to work it out ?


Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 Can anybody tell me that how can I change run level 6. By mistake I have fix run level 6, now it is keep on rebooting, I am not able to work it out ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-2666</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Thu, 02 Apr 2009 15:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-2666</guid>
		<description>type the following command

startx</description>
		<content:encoded><![CDATA[<p>type the following command</p>
<p>startx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oegarcia75</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-2665</link>
		<dc:creator>Oegarcia75</dc:creator>
		<pubDate>Thu, 02 Apr 2009 15:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-2665</guid>
		<description>How do I change it back from command line login to Gnome login??</description>
		<content:encoded><![CDATA[<p>How do I change it back from command line login to Gnome login??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcran</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-2608</link>
		<dc:creator>jcran</dc:creator>
		<pubDate>Mon, 23 Mar 2009 03:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-2608</guid>
		<description>an easier version of this procedure: 

1) boot up ubuntu to an X login screen
2) press ctrl-alt-1 to drop to a console login
3) login to the console
4) browse to the /etc/rc4.d/ directory  ( &#039;cd /etc/rc4.d&#039; )
5) move the S30gdm file to K30gdm ( &#039;mv S30gdm K30gdm&#039; )
6) change runlevels to  runlevel 4 using telinit ( &#039;telinit 4&#039;)   *GNOME should stop*
7) run nvidia installer
8) when you&#039;re finished, change back to default runlevel 3 ( &#039;telinit 3&#039; )

jcran</description>
		<content:encoded><![CDATA[<p>an easier version of this procedure: </p>
<p>1) boot up ubuntu to an X login screen<br />
2) press ctrl-alt-1 to drop to a console login<br />
3) login to the console<br />
4) browse to the /etc/rc4.d/ directory  ( &#8216;cd /etc/rc4.d&#8217; )<br />
5) move the S30gdm file to K30gdm ( &#8216;mv S30gdm K30gdm&#8217; )<br />
6) change runlevels to  runlevel 4 using telinit ( &#8216;telinit 4&#8242;)   *GNOME should stop*<br />
7) run nvidia installer<br />
 <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> when you&#8217;re finished, change back to default runlevel 3 ( &#8216;telinit 3&#8242; )</p>
<p>jcran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Braunstein</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-2396</link>
		<dc:creator>Martin Braunstein</dc:creator>
		<pubDate>Sun, 15 Feb 2009 16:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-2396</guid>
		<description>@ Anthony Wrather

I too need this option in order to install a NVIDIA driver. After, I would like to by default to boot into x again. My question, how do I reverse you tip.</description>
		<content:encoded><![CDATA[<p>@ Anthony Wrather</p>
<p>I too need this option in order to install a NVIDIA driver. After, I would like to by default to boot into x again. My question, how do I reverse you tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F4jr Pics</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-197</link>
		<dc:creator>F4jr Pics</dc:creator>
		<pubDate>Wed, 08 Oct 2008 04:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-197</guid>
		<description>It works fine !

Thanks !</description>
		<content:encoded><![CDATA[<p>It works fine !</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Wrather</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-196</link>
		<dc:creator>Anthony Wrather</dc:creator>
		<pubDate>Sun, 20 Jul 2008 13:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-196</guid>
		<description>On Ubuntu Intrepid 8.10 you can use update-rc.d

sudo update-rc.d -f gdm remove
sudo update-rc.d gdm stop 01 0 1 6 .
sudo reboot

Then once the restarts you will be in console mode.</description>
		<content:encoded><![CDATA[<p>On Ubuntu Intrepid 8.10 you can use update-rc.d</p>
<p>sudo update-rc.d -f gdm remove<br />
sudo update-rc.d gdm stop 01 0 1 6 .<br />
sudo reboot</p>
<p>Then once the restarts you will be in console mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eskey</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-195</link>
		<dc:creator>eskey</dc:creator>
		<pubDate>Sat, 05 Jul 2008 13:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-195</guid>
		<description>Easy Howto change runlevel 3 in ubuntu 8.04.x:

1. Install sysv-rc-conf
2. Start sysv-rc-conf
3. Remove gdm from runlevel 3.
4. Close sysc-rc-conf
5. Create /etc/inittab (if not exists)
6. Add/edit following line in /etc/inittab &quot;id:3:initdefault:&quot;
7. Reboot
8. Ubuntu starts on text mode</description>
		<content:encoded><![CDATA[<p>Easy Howto change runlevel 3 in ubuntu 8.04.x:</p>
<p>1. Install sysv-rc-conf<br />
2. Start sysv-rc-conf<br />
3. Remove gdm from runlevel 3.<br />
4. Close sysc-rc-conf<br />
5. Create /etc/inittab (if not exists)<br />
6. Add/edit following line in /etc/inittab &#8220;id:3:initdefault:&#8221;<br />
7. Reboot<br />
8. Ubuntu starts on text mode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-194</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-194</guid>
		<description>Great work, but on last ubuntu (aka Hardy Heron) version you have to add an &quot;s&quot; to default, (replace &quot;#update-rc.d foo default&quot; by &quot;#update-rc.d foo defaults&quot;).</description>
		<content:encoded><![CDATA[<p>Great work, but on last ubuntu (aka Hardy Heron) version you have to add an &#8220;s&#8221; to default, (replace &#8220;#update-rc.d foo default&#8221; by &#8220;#update-rc.d foo defaults&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arstan</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-193</link>
		<dc:creator>Arstan</dc:creator>
		<pubDate>Fri, 23 May 2008 02:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-193</guid>
		<description>Great indepth explanation of runlevels. Now for those who want to keep it simple, install a sysv-rc-conf package. It will make your configs easier.</description>
		<content:encoded><![CDATA[<p>Great indepth explanation of runlevels. Now for those who want to keep it simple, install a sysv-rc-conf package. It will make your configs easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-192</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Fri, 22 Jun 2007 14:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-192</guid>
		<description>I was wondering in a Debian system.  The following boot sequence is followed.

   * lilo or loadlin loads ram disk image
   * kernel runs /linuxrc
   * kernel runs /sbin/init
   * /etc/init.d/rcS which runs:
        * /etc/rcS.d/S* scripts
   * Switch to Default runlevel (2 in our case).

Skipping runlevels 0 and 1.

Can someone confirm this?  thank you</description>
		<content:encoded><![CDATA[<p>I was wondering in a Debian system.  The following boot sequence is followed.</p>
<p>   * lilo or loadlin loads ram disk image<br />
   * kernel runs /linuxrc<br />
   * kernel runs /sbin/init<br />
   * /etc/init.d/rcS which runs:<br />
        * /etc/rcS.d/S* scripts<br />
   * Switch to Default runlevel (2 in our case).</p>
<p>Skipping runlevels 0 and 1.</p>
<p>Can someone confirm this?  thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cameron</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-191</link>
		<dc:creator>cameron</dc:creator>
		<pubDate>Mon, 26 Mar 2007 18:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-191</guid>
		<description>Alf Lacis;
if you want to just boot into the command line, rename /etc/rc3.d/S13gdm to /etc/rc3.d/s13gdm, and edit your /etc/inittab to default to init level 3, then reboot.</description>
		<content:encoded><![CDATA[<p>Alf Lacis;<br />
if you want to just boot into the command line, rename /etc/rc3.d/S13gdm to /etc/rc3.d/s13gdm, and edit your /etc/inittab to default to init level 3, then reboot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alf lacis</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-190</link>
		<dc:creator>alf lacis</dc:creator>
		<pubDate>Fri, 16 Mar 2007 09:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-190</guid>
		<description>I&#039;ve got ubuntu 6.10 &amp; a NVIDIA driver, that
(a) wants no X Server running, but
(b) complains if I run at runlevel 1, saying that some required services won&#039;t be available.
Under RedHat I would &quot;init 3&quot; and proceed with the text-based (no X server) install quite happily.
What should I do?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got ubuntu 6.10 &amp; a NVIDIA driver, that<br />
(a) wants no X Server running, but<br />
(b) complains if I run at runlevel 1, saying that some required services won&#8217;t be available.<br />
Under RedHat I would &#8220;init 3&#8243; and proceed with the text-based (no X server) install quite happily.<br />
What should I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metro305</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-189</link>
		<dc:creator>metro305</dc:creator>
		<pubDate>Tue, 13 Mar 2007 15:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-189</guid>
		<description>Thanks this was a exactly what I needed!</description>
		<content:encoded><![CDATA[<p>Thanks this was a exactly what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-188</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sun, 03 Dec 2006 18:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-188</guid>
		<description>i am not sure if you are asking about GUI you need to install gnome or kde if you install any one of them the you can try to run the following command to get GUI mode

startx

hope this helps</description>
		<content:encoded><![CDATA[<p>i am not sure if you are asking about GUI you need to install gnome or kde if you install any one of them the you can try to run the following command to get GUI mode</p>
<p>startx</p>
<p>hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walid</title>
		<link>http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html/comment-page-1#comment-187</link>
		<dc:creator>Walid</dc:creator>
		<pubDate>Sun, 03 Dec 2006 18:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html#comment-187</guid>
		<description>Hi! Could you please tell me HOW TO CHANGE DISPLAY MODE (from console to graphic) IN RUNLELVEL 3 please ? Thanks</description>
		<content:encoded><![CDATA[<p>Hi! Could you please tell me HOW TO CHANGE DISPLAY MODE (from console to graphic) IN RUNLELVEL 3 please ? Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
