<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vimal Sudhan &#187; terminal</title>
	<atom:link href="http://vimalsudhan.com/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://vimalsudhan.com</link>
	<description>A PHP developer&#039;s weblog</description>
	<lastBuildDate>Tue, 18 Oct 2011 19:44:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Booting to terminal with Grub</title>
		<link>http://vimalsudhan.com/2010/05/booting-to-terminal-with-grub/</link>
		<comments>http://vimalsudhan.com/2010/05/booting-to-terminal-with-grub/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:02:09 +0000</pubDate>
		<dc:creator>Vimal</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://vimalsudhan.com/?p=65</guid>
		<description><![CDATA[Quick boot to terminal comes handy, when you want to make full system update (yum update) or maintenance. You can boot into terminal without using a rescue disk or installation media by following these steps. 1. When your system boots, pause with the grub menu. 2. Highlight your OS to which you want to boot. [...]]]></description>
			<content:encoded><![CDATA[<p>Quick boot to terminal comes handy, when you want to make full system update (yum update) or maintenance. You can boot into terminal without using a rescue disk or installation media by following these steps.<span id="more-65"></span></p>
<p><code>1. When your system boots,  pause with the grub menu.<br />
2. Highlight your OS to which you want to boot. Press 'e' then.<br />
3. Highlight kernel (that will be second in the menu) and press 'e' again.<br />
4. Without changing the kernel arguments, add '3' with space (without quotes). Press enter. 3 is runlevel for terminal with networking support.<br />
5. This goes back to grub menu with kernel highlighted. Press 'b' to boot into.<br />
</code></p>
<p>Thats it! you will be booted to terminal. Do your gui-enemy stuffs there.</p>
<p>You can also prefer different run levels in kernel arguments (step 4).</p>
<p><strong>Run levels in fedora:</strong><br />
<b>1</b> 	-Single-User mode<br />
<b>2</b> 	-Multi-user mode console logins only (without networking)<br />
<b>3</b> 	-Multi-User mode, console logins only<br />
<b>5</b> -Multi-User mode, with display manager as well as console logins (X11)</p>
<p>For other distributions, please refer <a href="http://en.wikipedia.org/wiki/Runlevel">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vimalsudhan.com/2010/05/booting-to-terminal-with-grub/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

