<?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>ZETA*AID &#187; Linux, Ubuntu and Fedora FAQs</title>
	<atom:link href="http://www.zetaid.com/category/knowledgebase/it-support-faqs/linux-ubuntu-and-fedora-faqs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zetaid.com</link>
	<description>Support, Knowledge and Client Base</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:22:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Grub (OS Menu) : How to change default order ?</title>
		<link>http://www.zetaid.com/knowledgebase/639-grub-os-menu-how-to-change-default-order.html</link>
		<comments>http://www.zetaid.com/knowledgebase/639-grub-os-menu-how-to-change-default-order.html#comments</comments>
		<pubDate>Thu, 13 Aug 2009 06:40:24 +0000</pubDate>
		<dc:creator>Zeta*Aid</dc:creator>
				<category><![CDATA[IT & Support FAQs]]></category>
		<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Linux, Ubuntu and Fedora FAQs]]></category>
		<category><![CDATA[Booting]]></category>
		<category><![CDATA[GNU GRUB]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Live CD]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://www.zetaid.com/?p=639</guid>
		<description><![CDATA[Changing Default OS Use this guide if you have multiple partitions and operating systems on your computer and want to change the default operating system that will boot up when you turn on your computer. ...<div id="postcat-readmorelink-div"><a class="postcat-readmorelink" href="http://www.zetaid.com/knowledgebase/639-grub-os-menu-how-to-change-default-order.html">Read More &#187;</a></div>
Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/406-change-password-e-mail.html' rel='bookmark' title='Change Password (E-mail)'>Change Password (E-mail)</a> <small>Steps Find the email account you want to use to change the password in the...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/1672-some-small-changes-to-menu-options-in-google-spreadsheets.html' rel='bookmark' title='Some small changes to Menu options in Google Spreadsheets'>Some small changes to Menu options in Google Spreadsheets</a> <small>Some small changes have been made to the Menu in Google Spreadsheets including: - New...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/285-how-do-i-view-how-much-disk-space-my-web-hosting-account-is-using.html' rel='bookmark' title='How do I view how much disk space my web hosting account is using?'>How do I view how much disk space my web hosting account is using?</a> <small>You can modify the amount of disk space allocated to any of the available FTP...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3 id="Changing Default OS">Changing Default OS</h3>
<p><span id="line-5"> </span><span id="line-6"> </span></p>
<p>Use this guide if you have multiple partitions and operating systems on your computer and want to change the default operating system that will boot up when you turn on your computer. <span id="line-7"> </span><span id="line-8"> </span></p>
<h3 id="Back Up Grub Settings">Back Up Grub Settings</h3>
<p><span id="line-9"> </span></p>
<p>Copy this line into <a href="https://help.ubuntu.com/community/UsingTheTerminal#head-2fa31364ee2acb07982a2fd5f52c983130565f8f">the terminal</a> and press enter, it will back up your menu.lst and you can use the backup to restore your default settings.</p>
<pre><span style="color: #800000;">sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup</span></pre>
<h3 id="Open in a Text Editor">Open in a Text Editor</h3>
<p>Edit the menu.lst file with one of the following commands (depending on what version of Ubuntu you&#8217;re using):</p>
<p><strong>Ubuntu</strong></p>
<pre><span style="color: #800000;">gksudo gedit /boot/grub/menu.lst </span></pre>
<p><strong>Kubuntu</strong></p>
<pre><span style="color: #800000;">kdesu kate /boot/grub/menu.lst</span></pre>
<p><strong>Xubuntu</strong></p>
<pre><span style="color: #800000;">gksudo mousepad /boot/grub/menu.lst</span></pre>
<h3 id="Finding the Line">Finding the Line</h3>
<ul>
<li>Find this line in the document that was just opened, it will read like this:</li>
</ul>
<pre><span style="color: #800000;">## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
...
default     0
...</span></pre>
<ul>
<li>Replace the 0 with the number on the startup list corresponding to the option you want, counting from 0. For example, if you have a list like this one and want to change to Windows XP Home:</li>
</ul>
<pre><span style="color: #800000;">title      Ubuntu, kernel 2.6.15-27-amd64-generic
...
title      Ubuntu, memtest86+
...
title      Other operating systems:
...
title      Microsoft Windows XP Home</span></pre>
<p><span style="color: #800000;">&#8230;</span></p>
<p>you would change the number to 3. It is important to note that each lines such as &#8220;Other Operating Systems&#8221; should be counted as well.</p>
<ul>
<li>Alternatively you can replace the number with the word &#8216;saved&#8217; which will make the default whichever entry was last used. Each entry that should be remembered must have the &#8216;savedefault&#8217; keyword, this is the case for the normal Ubuntu entries, but not the recovery alternatives. <strong>WARNING: If you are using dmraid do not change this entry to &#8216;saved&#8217; or your array will desync and will not let you boot your system.</strong></li>
<li>Save the edited file</li>
</ul>
<br /><p>Related posts:<ol>
<li><a href='http://www.zetaid.com/knowledgebase/406-change-password-e-mail.html' rel='bookmark' title='Change Password (E-mail)'>Change Password (E-mail)</a> <small>Steps Find the email account you want to use to change the password in the...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/1672-some-small-changes-to-menu-options-in-google-spreadsheets.html' rel='bookmark' title='Some small changes to Menu options in Google Spreadsheets'>Some small changes to Menu options in Google Spreadsheets</a> <small>Some small changes have been made to the Menu in Google Spreadsheets including: - New...</small></li>
<li><a href='http://www.zetaid.com/knowledgebase/285-how-do-i-view-how-much-disk-space-my-web-hosting-account-is-using.html' rel='bookmark' title='How do I view how much disk space my web hosting account is using?'>How do I view how much disk space my web hosting account is using?</a> <small>You can modify the amount of disk space allocated to any of the available FTP...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.zetaid.com/knowledgebase/639-grub-os-menu-how-to-change-default-order.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

