<?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; GRUB</title>
	<atom:link href="http://www.linuxmonk.org/tag/grub/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmonk.org</link>
	<description>A Journey Towards Infinity...</description>
	<lastBuildDate>Wed, 02 Mar 2011 05:41:59 +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>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>
		<item>
		<title>Retriving Back Ubuntu After Reinstalling Windows in a Dual Boot System</title>
		<link>http://www.linuxmonk.org/2008/07/06/retriving-back-ubuntu-after-reinstalling-windows-in-a-dual-boot-system/</link>
		<comments>http://www.linuxmonk.org/2008/07/06/retriving-back-ubuntu-after-reinstalling-windows-in-a-dual-boot-system/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 07:27:25 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[GRUB]]></category>

		<guid isPermaLink="false">http://linuxmonk.wordpress.com/?p=18</guid>
		<description><![CDATA[When you reinstall your windows in a dual boot system having you windows and ubuntu. Probably you will get a thought that your ubuntu got removed from your hard drive, and you may reinstall you ubuntu also. Thats a waste of time&#8230; Your ubuntu will be safe in your Hard drive but the thing is [...]]]></description>
			<content:encoded><![CDATA[<p>When you reinstall your windows in a dual boot system having you windows and ubuntu. Probably you will get a thought that your ubuntu got removed from your hard drive, and you may reinstall you ubuntu also. Thats a waste of time&#8230; Your ubuntu will be safe in your Hard drive but the thing is the boot loader doesnt know there is Ubutu in the  hard drive and its location. This is because</p>
<p>This is because, Windows in not more friendly. When you install the Windows it over writes other Boot loaders with its own. Also doesnot identify other Operating systems in the hard drive. Where are opend source boot loaders such as GRUB that come with most of the linus distros are more friendly and detects amost all operating systems.</p>
<p>So to get back your Ubuntu. Just install GRUB (Boot Loader) alone with the help of a Ubuntu cd or dvd, that will take few second than wasting you precious time. Also will give you back the same Ubuntu that you were using before and all softwares install as before&#8230;.</p>
<p>To install GRUB alone follow the steps:</p>
<p>1. Boot your system with a Ubuntu Bootable Cd and Choose Live CD mode</p>
<p>2. After the Ubuntu boots in the Live-CD mode, press Alt-F2 and type gnome-terminal, and press Enter</p>
<p>3. Now follow the commands below</p>
<ol></ol>
<blockquote><p><strong><code>sudo grub</code><br />
<code> find /boot/grub/stage1<br />
root (x,y)<br />
setup (x)<br />
quit<br />
sudo shutdown “now” -r</code></strong></p></blockquote>
<p>The resulting “find” command will display something like <code>(hd0,1)</code>.  In this example, you would then type <code>root (hd0,1)</code> and then <code>setup (hd0)</code> in the above area. These numbers might be different; that’s why I included the “find” command. So that find command will locate the partition where linux wass installed previously. That is Ubuntu partitions located either in front or behind their Windows installation or on a completely separate internal/external hard</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2008/07/06/retriving-back-ubuntu-after-reinstalling-windows-in-a-dual-boot-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

