<?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: Make Grub Bootloader Wait Indefinitely for OS Selection</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Tue, 24 Nov 2009 05:29:54 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luis Lumbreras Picazo</title>
		<link>http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/comment-page-1/#comment-71821</link>
		<dc:creator>Luis Lumbreras Picazo</dc:creator>
		<pubDate>Tue, 12 May 2009 21:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/#comment-71821</guid>
		<description>First let solve one question asked on forum: Why can not save menu.lst -&gt; you are not editing it as root user.

Now, how can i edit it as root user? Simple put sudo before the command you use to edit it.

I use to open it in a good looking graphical text editor the following command:
sudo gedit /boot/grub/menu.lst

Then when you select to save it will let you, because you are editing it as root (that makes sudo ...; run commands being root user).

Well, thanks for such option, but how can i put lines that makes nothing, for example just to have on screen:

Ubuntu 9.04 Kernels                         </description>
		<content:encoded><![CDATA[<p>First let solve one question asked on forum: Why can not save menu.lst -&gt; you are not editing it as root user.</p>
<p>Now, how can i edit it as root user? Simple put sudo before the command you use to edit it.</p>
<p>I use to open it in a good looking graphical text editor the following command:<br />
sudo gedit /boot/grub/menu.lst</p>
<p>Then when you select to save it will let you, because you are editing it as root (that makes sudo &#8230;; run commands being root user).</p>
<p>Well, thanks for such option, but how can i put lines that makes nothing, for example just to have on screen:</p>
<p>Ubuntu 9.04 Kernels</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KAFYEKE Owen</title>
		<link>http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/comment-page-1/#comment-68990</link>
		<dc:creator>KAFYEKE Owen</dc:creator>
		<pubDate>Sat, 21 Mar 2009 15:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/#comment-68990</guid>
		<description>Ahhhh, that&#039;s the tip I was expecting for :)

Thank you &quot;How to geek&quot;</description>
		<content:encoded><![CDATA[<p>Ahhhh, that&#8217;s the tip I was expecting for <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you &#8220;How to geek&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hariharakumar</title>
		<link>http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/comment-page-1/#comment-63620</link>
		<dc:creator>Hariharakumar</dc:creator>
		<pubDate>Thu, 25 Dec 2008 16:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/#comment-63620</guid>
		<description>i opened the menu.lst file in text editor and changed, but i can&#039;t save it, it says &quot;You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again.&quot;

What should i do now?</description>
		<content:encoded><![CDATA[<p>i opened the menu.lst file in text editor and changed, but i can&#8217;t save it, it says &#8220;You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again.&#8221;</p>
<p>What should i do now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Seagal</title>
		<link>http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/comment-page-1/#comment-57015</link>
		<dc:creator>Steven Seagal</dc:creator>
		<pubDate>Wed, 03 Sep 2008 01:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/#comment-57015</guid>
		<description>Of course it opened it up in a terminal - it&#039;s vi.  You were probably not issuing the right commands - that&#039;s why it wouldn&#039;t let you modify any values.  gedit is nice, but won&#039;t work in a terminal-only window.

For a simpler terminal-only editor, try nano:
sudo nano /boot/grub/menu.lst</description>
		<content:encoded><![CDATA[<p>Of course it opened it up in a terminal &#8211; it&#8217;s vi.  You were probably not issuing the right commands &#8211; that&#8217;s why it wouldn&#8217;t let you modify any values.  gedit is nice, but won&#8217;t work in a terminal-only window.</p>
<p>For a simpler terminal-only editor, try nano:<br />
sudo nano /boot/grub/menu.lst</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/comment-page-1/#comment-30939</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 25 Dec 2007 09:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/make-grub-bootloader-wait-indefinitely-for-os-selection/#comment-30939</guid>
		<description>That command opened it up in terminal for me and I had to scroll down the page with the blinking typing box and it wouldnt let me modify any values. I prefer &quot;sudo gedit /boot/grub/menu.lst&quot;.</description>
		<content:encoded><![CDATA[<p>That command opened it up in terminal for me and I had to scroll down the page with the blinking typing box and it wouldnt let me modify any values. I prefer &#8220;sudo gedit /boot/grub/menu.lst&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
