<?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: GRUB Tutorial for Beginners</title>
	<atom:link href="http://spsneo.com/blog/2008/07/20/grub-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/</link>
	<description>Trying to move every bit to cloud.</description>
	<lastBuildDate>Thu, 05 Apr 2012 15:31:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: GRUB &#124; Warren Tang&#039;s Blog</title>
		<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/comment-page-1/#comment-474</link>
		<dc:creator>GRUB &#124; Warren Tang&#039;s Blog</dc:creator>
		<pubDate>Sun, 15 May 2011 14:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=15#comment-474</guid>
		<description>[...] Boot with GRUB http://www.linuxjournal.com/article/4622 GRUB Tutorial for Beginners http://spsneo.com/blog/2008/07/20/grub-tutorial/ How to install GRUB on the MBR [...]</description>
		<content:encoded><![CDATA[<p>[...] Boot with GRUB <a href="http://www.linuxjournal.com/article/4622" rel="nofollow">http://www.linuxjournal.com/article/4622</a> GRUB Tutorial for Beginners <a href="http://spsneo.com/blog/2008/07/20/grub-tutorial/" rel="nofollow">http://spsneo.com/blog/2008/07/20/grub-tutorial/</a> How to install GRUB on the MBR [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diigo &#8211; tg3793 &#8216;s Bookmarks &#124; Gott Marks !!!!</title>
		<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/comment-page-1/#comment-426</link>
		<dc:creator>Diigo &#8211; tg3793 &#8216;s Bookmarks &#124; Gott Marks !!!!</dc:creator>
		<pubDate>Mon, 03 Jan 2011 09:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=15#comment-426</guid>
		<description>[...] GRUB Tutorial for Beginners [...]</description>
		<content:encoded><![CDATA[<p>[...] GRUB Tutorial for Beginners [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colette Brewer</title>
		<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/comment-page-1/#comment-409</link>
		<dc:creator>Colette Brewer</dc:creator>
		<pubDate>Sun, 05 Sep 2010 08:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=15#comment-409</guid>
		<description>interesting. myself I have just found this &lt;a href=&quot;http://www.windowsbootcd.com&quot; rel=&quot;nofollow&quot;&gt;cool CD for booting and repairing Windows&lt;/a&gt; at windowsbootcd.com, trying it out right now</description>
		<content:encoded><![CDATA[<p>interesting. myself I have just found this <a href="http://www.windowsbootcd.com" rel="nofollow">cool CD for booting and repairing Windows</a> at windowsbootcd.com, trying it out right now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smith</title>
		<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/comment-page-1/#comment-383</link>
		<dc:creator>smith</dc:creator>
		<pubDate>Tue, 09 Feb 2010 22:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=15#comment-383</guid>
		<description>I found it:  
but, as luck would have it, it is not in grub.conf but in  /etc/gdm/custom.conf 
the lines to add at the bottom are 

[daemon]
TimedLoginEnable=true
TimedLogin=user       &lt;-- your user-id
TimedLoginDelay=1

I set the time delay to 5 for a few days - till I was sure it was what I wanted, then I set it to 1.

maybe you can clarify this a little.  It is not exactly the /boot/grub/grub.conf  file, but grub must be the one in control.

Thanks</description>
		<content:encoded><![CDATA[<p>I found it:<br />
but, as luck would have it, it is not in grub.conf but in  /etc/gdm/custom.conf<br />
the lines to add at the bottom are </p>
<p>[daemon]<br />
TimedLoginEnable=true<br />
TimedLogin=user       &lt;&#8211; your user-id<br />
TimedLoginDelay=1</p>
<p>I set the time delay to 5 for a few days &#8211; till I was sure it was what I wanted, then I set it to 1.</p>
<p>maybe you can clarify this a little.  It is not exactly the /boot/grub/grub.conf  file, but grub must be the one in control.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/comment-page-1/#comment-382</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Tue, 09 Feb 2010 22:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=15#comment-382</guid>
		<description>I found it:  
but, as luck would have it, it is not in grub.conf but in  /etc/gdm/custom.conf 
the lines to add at the bottom are 
  [daemon]
  TimedLoginEnable=true
  TimedLogin=greg
  TimedLoginDelay=1

I set the time delay to 5 for a few days - till I was sure it was what I wanted, then I set it to 1.

maybe you can clarify this a little.  It is not exactly the /boot/grub/grub.conf  file, but grub must be the one in control.

Thanks</description>
		<content:encoded><![CDATA[<p>I found it:<br />
but, as luck would have it, it is not in grub.conf but in  /etc/gdm/custom.conf<br />
the lines to add at the bottom are<br />
  [daemon]<br />
  TimedLoginEnable=true<br />
  TimedLogin=greg<br />
  TimedLoginDelay=1</p>
<p>I set the time delay to 5 for a few days &#8211; till I was sure it was what I wanted, then I set it to 1.</p>
<p>maybe you can clarify this a little.  It is not exactly the /boot/grub/grub.conf  file, but grub must be the one in control.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/comment-page-1/#comment-381</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=15#comment-381</guid>
		<description>what do i add to grub.conf to boot up straight to a default user without prompting for a password?  (I did it in an older version of fedora but forgot and did not save the file, sorry)</description>
		<content:encoded><![CDATA[<p>what do i add to grub.conf to boot up straight to a default user without prompting for a password?  (I did it in an older version of fedora but forgot and did not save the file, sorry)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darko</title>
		<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/comment-page-1/#comment-371</link>
		<dc:creator>Darko</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=15#comment-371</guid>
		<description>Hello. Very good post. I have a question and hope you can help me. I want to make a grub entry for a windows partition but using UUID and don&#039;t know how the exact syntax goes (and whether it&#039;s possible).
So instead:
rootnoverify (sd0,0)
chainloader +1

what should I change and where to put the UUID?
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello. Very good post. I have a question and hope you can help me. I want to make a grub entry for a windows partition but using UUID and don&#8217;t know how the exact syntax goes (and whether it&#8217;s possible).<br />
So instead:<br />
rootnoverify (sd0,0)<br />
chainloader +1</p>
<p>what should I change and where to put the UUID?<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhukar Ojha</title>
		<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/comment-page-1/#comment-354</link>
		<dc:creator>Madhukar Ojha</dc:creator>
		<pubDate>Sat, 03 Oct 2009 16:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=15#comment-354</guid>
		<description>Hello

  I have created bootable grub CD for ubuntu 9.I want to boot it from command.

  But on grub prompt, error message is printed that file not found.

                                   Thanks
                                Madhukar Ojha</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>  I have created bootable grub CD for ubuntu 9.I want to boot it from command.</p>
<p>  But on grub prompt, error message is printed that file not found.</p>
<p>                                   Thanks<br />
                                Madhukar Ojha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumudini</title>
		<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/comment-page-1/#comment-106</link>
		<dc:creator>Kumudini</dc:creator>
		<pubDate>Thu, 28 Aug 2008 19:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=15#comment-106</guid>
		<description>Hi,

Thank you for the guide. I have some problem with grub loader. 

The unit has Fedora 8. grub waits for a &quot;Press any key to continue&quot; at stage 1.5 to go to stage 2. I want to use this box in setting where no human interaction. Therefore need to boot without waiting for a key press at any stage. From stage 2.0, I can manage the timeout with grub.conf file. But do not know, how to remove the wait for the key press at stage 1.5.

Would be a great help, if I know how to solve this problem.

Thanks.

Kumudini</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you for the guide. I have some problem with grub loader. </p>
<p>The unit has Fedora 8. grub waits for a &#8220;Press any key to continue&#8221; at stage 1.5 to go to stage 2. I want to use this box in setting where no human interaction. Therefore need to boot without waiting for a key press at any stage. From stage 2.0, I can manage the timeout with grub.conf file. But do not know, how to remove the wait for the key press at stage 1.5.</p>
<p>Would be a great help, if I know how to solve this problem.</p>
<p>Thanks.</p>
<p>Kumudini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spsneo</title>
		<link>http://spsneo.com/blog/2008/07/20/grub-tutorial/comment-page-1/#comment-9</link>
		<dc:creator>spsneo</dc:creator>
		<pubDate>Mon, 21 Jul 2008 11:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=15#comment-9</guid>
		<description>@nearownkira
Ya we can use Linux disk notation instead of UUID like this
root=/dev/sda1 instead of root=UUID=.....

Though we can always find UUID corresponding to any drive using following commands as root :
1) blkid or
2) vol_id

Anything else??</description>
		<content:encoded><![CDATA[<p>@nearownkira<br />
Ya we can use Linux disk notation instead of UUID like this<br />
root=/dev/sda1 instead of root=UUID=&#8230;..</p>
<p>Though we can always find UUID corresponding to any drive using following commands as root :<br />
1) blkid or<br />
2) vol_id</p>
<p>Anything else??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

