<?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>KarkomaOnline &#187; Grub</title>
	<atom:link href="http://www.karkomaonline.com/index.php/tag/grub/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karkomaonline.com</link>
	<description>a Blog for SysAdmins and Unix stuff in general</description>
	<lastBuildDate>Thu, 25 Nov 2010 07:49:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Serial terminal support in GRUB</title>
		<link>http://www.karkomaonline.com/index.php/2008/02/serial-terminal-support-in-grub/</link>
		<comments>http://www.karkomaonline.com/index.php/2008/02/serial-terminal-support-in-grub/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 08:45:13 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Grub]]></category>

		<guid isPermaLink="false">http://www.karkomaonline.com/index.php/2008/02/09/serial-terminal-support-in-grub/</guid>
		<description><![CDATA[In some situations it is very useful to have the possibility to access the GRUB boot menu from a serial line. For example you could remotely reboot your machine with the new kernel you just compiled. In my case I have a couple of remote machines linked together by a serial cable. I can log [...]]]></description>
			<content:encoded><![CDATA[<p>In some situations it is very useful to have the possibility to access the GRUB boot menu from a serial line. For example you could remotely reboot your machine with the new kernel you just compiled.</p>
<p>In my case I have a couple of remote machines linked together by a serial cable. I can log into machine A via ssh and get the Grub menu of machine B through <a href="http://alioth.debian.org/projects/minicom/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/alioth.debian.org/projects/minicom/?referer=');">minicom</a>. Thus I can boot whatever OS/kernel I want as if I were in front of the machine. Kind of KVM IP for the rest of us.</p>
<p>Simply add this to Grub&#8217;s menu.lst:</p>
<blockquote><p> serial &#8211;unit=0 &#8211;speed=9600 &#8211;word=8 &#8211;parity=no &#8211;stop=1<br />
terminal serial</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2008/02/serial-terminal-support-in-grub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

