<?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: Howto Set Windows as Default OS when Dual Booting Ubuntu</title>
	<atom:link href="http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Arun</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-111759</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Sat, 22 Oct 2011 13:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-111759</guid>
		<description>Use the startup manager.. for default os.. It&#039;s easier method... :-)</description>
		<content:encoded><![CDATA[<p>Use the startup manager.. for default os.. It&#8217;s easier method&#8230; <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trustmeimadoctor</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-108878</link>
		<dc:creator>Trustmeimadoctor</dc:creator>
		<pubDate>Fri, 02 Sep 2011 14:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-108878</guid>
		<description>I&#039;m a newb running Ubuntu 10.4, and of course, menu.lst was blank.  Go to &#039;Ubuntu software center&#039; under Applications and search for &#039;startup.&#039; You will see startup manager in the list.  Install this and then open it (look under system - Administration).  The second option down is default boot.  

Thanks for all you who post answers and make it easier for us go learn!!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m a newb running Ubuntu 10.4, and of course, menu.lst was blank.  Go to &#8216;Ubuntu software center&#8217; under Applications and search for &#8216;startup.&#8217; You will see startup manager in the list.  Install this and then open it (look under system - Administration).  The second option down is default boot.  </p>
<p>Thanks for all you who post answers and make it easier for us go learn!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srihari</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-105657</link>
		<dc:creator>srihari</dc:creator>
		<pubDate>Fri, 24 Jun 2011 18:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-105657</guid>
		<description>@Sai Ram Kodipyaka, thanks buddy.. your info was pretty helpful.. I could set my default OS to windows.. It worked!!!! :)</description>
		<content:encoded><![CDATA[<p>@Sai Ram Kodipyaka, thanks buddy.. your info was pretty helpful.. I could set my default OS to windows.. It worked!!!! <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sai Ram Kodipyaka</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-103437</link>
		<dc:creator>Sai Ram Kodipyaka</dc:creator>
		<pubDate>Wed, 04 May 2011 13:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-103437</guid>
		<description>menu.lst file will not be present in newer versions of grub.So if u try to open it you will get a blank file.
proceed as follows.
1.open /boot/grub/grub.cfg as root user.
2.type sudo gedit /boot/grubgrub.cfg in terminal to open it in write mode.
3.Now you can see something called menuentry which is nothing but different booting options like ubuntu generic,ubuntu memtest,windows etc. which is repeated 5 to 6 times in the format
###some text
menu entry
//some text related to menu entry
###some text
(Ctrl+f and type menuentry to find it)
4.Find the para which has menuentry with windows7/xp/vista(depending on your windows version).generally it will be the last entry.
5.Cut that para i.e., from
###some text
menuentry windows 7
//some related text
###some text
and paste it just before the para of ubuntu generic menuentry i.e., just above its ###.
6.save it.

Note:Keep a copy of the original file in case u want to restore the default.but by this technique u can change the boot order as u like.</description>
		<content:encoded><![CDATA[<p>menu.lst file will not be present in newer versions of grub.So if u try to open it you will get a blank file.<br />
proceed as follows.<br />
1.open /boot/grub/grub.cfg as root user.<br />
2.type sudo gedit /boot/grubgrub.cfg in terminal to open it in write mode.<br />
3.Now you can see something called menuentry which is nothing but different booting options like ubuntu generic,ubuntu memtest,windows etc. which is repeated 5 to 6 times in the format<br />
###some text<br />
menu entry<br />
//some text related to menu entry<br />
###some text<br />
(Ctrl+f and type menuentry to find it)<br />
4.Find the para which has menuentry with windows7/xp/vista(depending on your windows version).generally it will be the last entry.<br />
5.Cut that para i.e., from<br />
###some text<br />
menuentry windows 7<br />
//some related text<br />
###some text<br />
and paste it just before the para of ubuntu generic menuentry i.e., just above its ###.<br />
6.save it.</p>
<p>Note:Keep a copy of the original file in case u want to restore the default.but by this technique u can change the boot order as u like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandip</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-91991</link>
		<dc:creator>Sandip</dc:creator>
		<pubDate>Tue, 15 Feb 2011 22:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-91991</guid>
		<description>I have also got blank menu.lst file, what can i do now?</description>
		<content:encoded><![CDATA[<p>I have also got blank menu.lst file, what can i do now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shan</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-59044</link>
		<dc:creator>shan</dc:creator>
		<pubDate>Wed, 24 Nov 2010 07:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-59044</guid>
		<description>please help!!
the menu.lst file does open. but it&#039;s a blank page.. what do i do now?? i am new to ubuntu.. please do reply soon!!</description>
		<content:encoded><![CDATA[<p>please help!!<br />
the menu.lst file does open. but it&#8217;s a blank page.. what do i do now?? i am new to ubuntu.. please do reply soon!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrPoyz</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-18859</link>
		<dc:creator>MrPoyz</dc:creator>
		<pubDate>Sun, 13 Dec 2009 19:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-18859</guid>
		<description>I installed startup manager on Karmic, using the Software Manager.

Using the startup manager it was easy to change the default boot option.

/MrP</description>
		<content:encoded><![CDATA[<p>I installed startup manager on Karmic, using the Software Manager.</p>
<p>Using the startup manager it was easy to change the default boot option.</p>
<p>/MrP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-16326</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 11 Nov 2009 01:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-16326</guid>
		<description>(Edit: I think startup manager is not yet available for Karmic.)</description>
		<content:encoded><![CDATA[<p>(Edit: I think startup manager is not yet available for Karmic.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-16325</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 11 Nov 2009 01:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-16325</guid>
		<description>Or the easier way, just go to your software center (under the &quot;Applications&quot; menu. Go to &quot;System Tools&quot;, then select &quot;startup-manager&quot; from there.</description>
		<content:encoded><![CDATA[<p>Or the easier way, just go to your software center (under the &#8220;Applications&#8221; menu. Go to &#8220;System Tools&#8221;, then select &#8220;startup-manager&#8221; from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-6087</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 19 Feb 2009 05:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-6087</guid>
		<description>Startup manager works he just misspelled it.

sudo apt-get install startupmanager

there is no dash in between the startup and manager</description>
		<content:encoded><![CDATA[<p>Startup manager works he just misspelled it.</p>
<p>sudo apt-get install startupmanager</p>
<p>there is no dash in between the startup and manager</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-5086</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Thu, 01 Jan 2009 18:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-5086</guid>
		<description>Anyone who is getting the same 
“You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again”
How can I fix this?

This is because you need to edit the file as root (or as a user who has sudo privileges) to change the file as root open up the terminal and type sudo -i (if you are not a sudo user then you will need to load up in safe mode and log in as root on the root shell option and then type adduser yourusernamehere admin, this will set the username you entered to admin and will give you the right to change system settings e.x.) after logging in as root using the sudo -i command type sudo gedit /boot/grub/menu.lst edit the file and then save and exit. Reboot and see if it works, hope this helps!</description>
		<content:encoded><![CDATA[<p>Anyone who is getting the same<br />
“You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again”<br />
How can I fix this?</p>
<p>This is because you need to edit the file as root (or as a user who has sudo privileges) to change the file as root open up the terminal and type sudo -i (if you are not a sudo user then you will need to load up in safe mode and log in as root on the root shell option and then type adduser yourusernamehere admin, this will set the username you entered to admin and will give you the right to change system settings e.x.) after logging in as root using the sudo -i command type sudo gedit /boot/grub/menu.lst edit the file and then save and exit. Reboot and see if it works, hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Majkl</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-1707</link>
		<dc:creator>Majkl</dc:creator>
		<pubDate>Sat, 24 May 2008 05:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-1707</guid>
		<description>Well, I guess you are not in as a root, therefore you cannot re save the menu.lst

Try &lt;a href=&quot;http://www.ubuntugeek.com/startup-manager-change-settings-in-grub-grub2-and-usplash.html&quot; rel=&quot;nofollow&quot;&gt; it makes sense to me:


Hope this helps - I am learning by doing too. :o)

M*</description>
		<content:encoded><![CDATA[<p>Well, I guess you are not in as a root, therefore you cannot re save the menu.lst</p>
<p>Try <a href="http://www.ubuntugeek.com/startup-manager-change-settings-in-grub-grub2-and-usplash.html" rel="nofollow"> it makes sense to me:</p>
<p>Hope this helps - I am learning by doing too. <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<p>M*</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhilash</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-1706</link>
		<dc:creator>Abhilash</dc:creator>
		<pubDate>Mon, 05 May 2008 16:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-1706</guid>
		<description>But it shows &quot;Couldn&#039;t find package startup-manager&quot;
Please Help</description>
		<content:encoded><![CDATA[<p>But it shows &#8220;Couldn&#8217;t find package startup-manager&#8221;<br />
Please Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asdasd</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-1705</link>
		<dc:creator>asdasd</dc:creator>
		<pubDate>Sat, 12 Apr 2008 21:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-1705</guid>
		<description>sudo apt-get install startup-manager</description>
		<content:encoded><![CDATA[<p>sudo apt-get install startup-manager</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tususpop</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-1704</link>
		<dc:creator>tususpop</dc:creator>
		<pubDate>Wed, 06 Feb 2008 09:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-1704</guid>
		<description>i have the same problem “You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again”, how can i fix it PLASE! :&#039;(</description>
		<content:encoded><![CDATA[<p>i have the same problem “You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again”, how can i fix it PLASE! :&#8217;(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matias</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-1703</link>
		<dc:creator>Matias</dc:creator>
		<pubDate>Thu, 23 Aug 2007 22:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-1703</guid>
		<description>Hi,
When I try to save the change from dfault 0 to default 4 I get this message:
&quot;You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again&quot;
How can I fix this?
Thnx</description>
		<content:encoded><![CDATA[<p>Hi,<br />
When I try to save the change from dfault 0 to default 4 I get this message:<br />
&#8220;You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again&#8221;<br />
How can I fix this?<br />
Thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: infitro</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-1702</link>
		<dc:creator>infitro</dc:creator>
		<pubDate>Wed, 22 Aug 2007 15:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-1702</guid>
		<description>i don&#039;t have startup-manager in my ubuntu (v6), how do i get this startup-manager?</description>
		<content:encoded><![CDATA[<p>i don&#8217;t have startup-manager in my ubuntu (v6), how do i get this startup-manager?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keke</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-1701</link>
		<dc:creator>keke</dc:creator>
		<pubDate>Sat, 19 May 2007 02:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-1701</guid>
		<description>This is a easy way!</description>
		<content:encoded><![CDATA[<p>This is a easy way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaywee</title>
		<link>http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html/comment-page-1#comment-1700</link>
		<dc:creator>jaywee</dc:creator>
		<pubDate>Sat, 19 May 2007 02:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/howto-set-windows-as-default-os-when-dual-booting-ubuntu.html#comment-1700</guid>
		<description>Maybe there is another easier way. Use startup-manager,below the &quot;Boot options&quot;,you can make a choice with &quot;Default operating system&quot;,choose windows xp, and all done!!</description>
		<content:encoded><![CDATA[<p>Maybe there is another easier way. Use startup-manager,below the &#8220;Boot options&#8221;,you can make a choice with &#8220;Default operating system&#8221;,choose windows xp, and all done!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

