<?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>LinuxMonk &#187; BootLoader</title>
	<atom:link href="http://www.linuxmonk.org/category/bootloader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmonk.org</link>
	<description>A Journey Towards Infinity...</description>
	<lastBuildDate>Fri, 16 Jul 2010 19:32:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Set GRUB Password after the Installation of any Distro</title>
		<link>http://www.linuxmonk.org/2008/10/01/set-grub-password-after-the-installation-of-any-distro/</link>
		<comments>http://www.linuxmonk.org/2008/10/01/set-grub-password-after-the-installation-of-any-distro/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 18:04:33 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[BootLoader]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[GRUB]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=155</guid>
		<description><![CDATA[If you forgot to set the password during the time of installing the linux distribution, and if you feel to set the password for your grub boot loader. Then here is the answer&#8230; Switch to root using &#8216;su&#8217; command and execute &#8216;grub&#8217; command in terminal/konsole. Prompt will change to &#8216;grub&#62;&#8217; execute md5crypt to generate password [...]]]></description>
			<content:encoded><![CDATA[<p>If you forgot to set the password during the time of installing the linux distribution, and if you feel to set the password for your grub boot loader. Then here is the answer&#8230;</p>
<p>Switch to root using &#8216;su&#8217; command and execute &#8216;grub&#8217; command in terminal/konsole. Prompt will change to &#8216;grub&gt;&#8217;<br />
execute md5crypt to generate password hash.</p>
<blockquote><p><strong>grub&gt; md5crypt</strong></p></blockquote>
<p>it will prompt you for password, enter the password which you are going to set for GRUB. it will display encrypted password hash.</p>
<blockquote><p><strong>Password: *******<br />
Encrypted: $1$X2jZi$KeCC6NuRp0BJDt32jCvnw0</strong></p></blockquote>
<p>note down encrypted password hash or copy it and exit grub mode using the grub command.</p>
<blockquote><p>
<strong>grub&gt; quit</strong></p></blockquote>
<p>Now edit the<br />
edit /boot/grub/menu.lst file and insert encrypted password above the &#8220;title&#8221; lines or insert near commented examples of password line.</p>
<blockquote>
<p><strong>password &#8211;md5 &lt;password-hash&gt;<br />
## ## End Default Options ##<br />
title        Ubuntu 8.04.1, kernel 2.6.24-19-generic</strong></p></blockquote>
<p>save edited file and reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2008/10/01/set-grub-password-after-the-installation-of-any-distro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
