<?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>Ubuntu Sharing &#187; errors</title>
	<atom:link href="http://ubuntuguide.net/tag/errors/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:09:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Software Center-Waiting for another software in process to quit</title>
		<link>http://ubuntuguide.net/ubuntu-software-center-waiting-for-another-software-in-process-to-quit</link>
		<comments>http://ubuntuguide.net/ubuntu-software-center-waiting-for-another-software-in-process-to-quit#comments</comments>
		<pubDate>Wed, 16 Dec 2009 10:47:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2445</guid>
		<description><![CDATA[Today I encountered an error when I installing software from ubuntu-software-center.It stop work and said &#8220;waiting for another software in process to quit&#8221; when I clicked to install a software.Before this,I was installing a software and my system down.This break could be the reason for this error.
I have fixed out just by running this command:
sudo [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/test-ubuntu-software-center-2-1-5plugin-support-in-ubuntu-10-04' rel='bookmark' title='Permanent Link: Test Ubuntu Software Center 2.1.5(Plugin Support) in Ubuntu 10.04'>Test Ubuntu Software Center 2.1.5(Plugin Support) in Ubuntu 10.04</a></li>
<li><a href='http://ubuntuguide.net/ubuntu-tweak-0-5-2-release-and-upgradedownload-link-included' rel='bookmark' title='Permanent Link: Ubuntu Tweak 0.5.2 Release and upgrade/download link included'>Ubuntu Tweak 0.5.2 Release and upgrade/download link included</a></li>
<li><a href='http://ubuntuguide.net/delete-the-package-mis-configured-or-install-failed-in-ubuntu' rel='bookmark' title='Permanent Link: Delete the package mis-configured or install failed in Ubuntu'>Delete the package mis-configured or install failed in Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I encountered an error when I installing software from ubuntu-software-center.It stop work and said &#8220;waiting for another software in process to quit&#8221; when I clicked to install a software.Before this,I was installing a software and my system down.This break could be the reason for this error.<br />
I have fixed out just by running this command:</p>
<blockquote><p>sudo dpkg &#8211;configure -a</p></blockquote>
<p>This should be a bug for ubuntu-software-center and hope this bug be fixed in next version!</p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/test-ubuntu-software-center-2-1-5plugin-support-in-ubuntu-10-04' rel='bookmark' title='Permanent Link: Test Ubuntu Software Center 2.1.5(Plugin Support) in Ubuntu 10.04'>Test Ubuntu Software Center 2.1.5(Plugin Support) in Ubuntu 10.04</a></li>
<li><a href='http://ubuntuguide.net/ubuntu-tweak-0-5-2-release-and-upgradedownload-link-included' rel='bookmark' title='Permanent Link: Ubuntu Tweak 0.5.2 Release and upgrade/download link included'>Ubuntu Tweak 0.5.2 Release and upgrade/download link included</a></li>
<li><a href='http://ubuntuguide.net/delete-the-package-mis-configured-or-install-failed-in-ubuntu' rel='bookmark' title='Permanent Link: Delete the package mis-configured or install failed in Ubuntu'>Delete the package mis-configured or install failed in Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/ubuntu-software-center-waiting-for-another-software-in-process-to-quit/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing out Apt i GPG error:no_pubkey</title>
		<link>http://ubuntuguide.net/fixing-out-apt-i-gpg-errorno_pubkey</link>
		<comments>http://ubuntuguide.net/fixing-out-apt-i-gpg-errorno_pubkey#comments</comments>
		<pubDate>Tue, 22 Sep 2009 02:47:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1371</guid>
		<description><![CDATA[When you install packages from third-party sources or upgrade of your repository,you may encounter an error report says: the public key is not available:no_pubkey &#8230;
Normally,I&#8217;ll try following when I get into this error:
gpg --keyserver subkeys.pgp.net --recv D739676F7613768D
gpg --export --armor D739676F7613768D &#124; sudo apt-key add -
&#8220;D739676F7613768D&#8221; is the key after no_pubkey in error report.Commonly I will [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/howto-expand-swap-space-by-adding-a-swap-file-in-ubuntu' rel='bookmark' title='Permanent Link: Howto expand swap space by adding a swap file in Ubuntu'>Howto expand swap space by adding a swap file in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/fix-mysql50-error-1045forget-database-password-in-ubuntu-linux' rel='bookmark' title='Permanent Link: Fix Mysql5.0 ERROR 1045(forget database password) in Ubuntu Linux'>Fix Mysql5.0 ERROR 1045(forget database password) in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/fix-grub-2-error-11-unrecognized-device-string' rel='bookmark' title='Permanent Link: Fix Grub 2 Error 11: unrecognized device string'>Fix Grub 2 Error 11: unrecognized device string</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When you install packages from third-party sources or upgrade of your repository,you may encounter an error report says: <em>the public key is not available:no_pubkey &#8230;</em></p>
<p>Normally,I&#8217;ll try following when I get into this error:</p>
<pre lang="bash">gpg --keyserver subkeys.pgp.net --recv D739676F7613768D
gpg --export --armor D739676F7613768D | sudo apt-key add -</pre>
<p>&#8220;D739676F7613768D&#8221; is the key after <strong>no_pubkey</strong> in error report.Commonly I will fix the problem out.<br />
When I read this thread,I&#8217;m feeling so lucky and this is the orbicular solution for the problem<br />
<a href="http://forum.ubuntu.pl/showthread.php?t=37547">http://forum.ubuntu.pl/showthread.php?t=37547</a></p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/howto-expand-swap-space-by-adding-a-swap-file-in-ubuntu' rel='bookmark' title='Permanent Link: Howto expand swap space by adding a swap file in Ubuntu'>Howto expand swap space by adding a swap file in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/fix-mysql50-error-1045forget-database-password-in-ubuntu-linux' rel='bookmark' title='Permanent Link: Fix Mysql5.0 ERROR 1045(forget database password) in Ubuntu Linux'>Fix Mysql5.0 ERROR 1045(forget database password) in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/fix-grub-2-error-11-unrecognized-device-string' rel='bookmark' title='Permanent Link: Fix Grub 2 Error 11: unrecognized device string'>Fix Grub 2 Error 11: unrecognized device string</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/fixing-out-apt-i-gpg-errorno_pubkey/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Windows when boot files (boot.ini,NTLDR)are missing</title>
		<link>http://ubuntuguide.net/fix-windows-when-boot-files-bootinintldrare-missing</link>
		<comments>http://ubuntuguide.net/fix-windows-when-boot-files-bootinintldrare-missing#comments</comments>
		<pubDate>Sun, 06 Sep 2009 09:10:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1096</guid>
		<description><![CDATA[Today I saw a thread in ubuntuforums said someone lost ntldr file after ubuntu installed.And this tutorial shows how to fix Windows when you lost boot.ini,ntldr files.You do not need a Windows Live-CD,just need to boot into Ubuntu.
1.Mount the Windows partition.
Use this command to determine the device name of Windows,always Windows installed in first partition [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/how-to-repair-windows-partition-through-ubuntu-linux' rel='bookmark' title='Permanent Link: How to repair Windows partition through Ubuntu Linux'>How to repair Windows partition through Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/how-to-uninstall-ubuntu-in-windows' rel='bookmark' title='Permanent Link: How to uninstall ubuntu dual boot with windows'>How to uninstall ubuntu dual boot with windows</a></li>
<li><a href='http://ubuntuguide.net/how-to-restore-grub-2-after-reinstalling-windows-xpvistawin7' rel='bookmark' title='Permanent Link: How to restore Grub 2 after reinstalling Windows XP/Vista/Win7'>How to restore Grub 2 after reinstalling Windows XP/Vista/Win7</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I saw a thread in ubuntuforums said someone lost<em> ntldr</em> file after ubuntu installed.And this tutorial shows how to fix Windows when you lost <em>boot.ini,ntldr </em>files.You do not need a Windows Live-CD,just need to boot into Ubuntu.</p>
<p>1.Mount the Windows partition.</p>
<p>Use this command to determine the device name of Windows,always Windows installed in first partition of first hard disk.</p>
<pre lang="bash">sudo fdisk -l</pre>
<p>Create a mount point and mount the partition:</p>
<pre lang="bash">sudo mkdir /media/WinXP

sudo mount /dev/sda1 /media/WinXP -t ntfs -o rw</pre>
<p>Change <em>/dev/sda1</em> to the device name.</p>
<p>2.Download <a href="http://ubuntuguide.net/wp-content/uploads/2009/09/archive.tar.gz">archivetar</a><a href="http://ubuntuguide.net/wp-content/uploads/2009/09/archivetar4.gz"></a>,and extract to the root directory of Windows partition.</p>
<p>Use following command to extract the package.</p>
<pre lang="bash">cd /media/WinXP

sudo tar -xzvf ~/Archive.tar.gz</pre>
<p>And run this command,you should see the three files:<em>boot.ini,NTLDR,NDETECT.COM</em></p>
<p>3.Edit <em>boot.ini</em>(if your Windows partition is <em>sda1,</em>skip this step).</p>
<pre lang="bash">sudo nano /media/WinXP/boot.ini</pre>
<p>Change all &#8220;partition(1)&#8221; to &#8220;partition(n)&#8221;,for example,your Windows partition is <em>dev/sda5</em>,change all &#8220;partition(1)&#8221; to &#8220;partition(5)&#8221;.Ctrl+O and Enter to save file,the Ctrl+X to close.</p>
<p>4.Edit <em>/boot/grub/menu.lst</em></p>
<pre lang="bash">gksudo gedit /boot/grub/menu.lst</pre>
<p>Find this section:</p>
<pre lang="bash">title        Microsoft Windows XP Professional
rootnoverify    (hd0,0)
savedefault
makeactive
chainloader    +1</pre>
<p>and delete the line &#8220;makeactive&#8221;,if there&#8217;s no this section,add it to the end without &#8220;makeactive&#8221;.<em>(hd0,0)</em> stands for the first partition of the first hard drives.</p>
<p>5.Rebuild Boot sector.</p>
<p>Download the <a href="http://www.cgsecurity.org/testdisk-6.10.linux26.tar.bz2" target="_blank">http://www.cgsecurity.org/testdisk-6.10.linux26.tar.bz2</a></p>
<p>Run following commands:</p>
<pre lang="bash">tar xvf testdisk-6.10.linux26.tar.bz2
sudo testdisk-6.10/linux/testdisk_static /dev/sda</pre>
<p>Enlarge the terminal window and:</p>
<p>Press &#8220;enter&#8221; to &#8220;proceed&#8221;<br />
Press &#8220;enter&#8221; to select &#8220;intel&#8221;<br />
Use the &#8220;down arrow&#8221; and &#8220;enter&#8221; to select &#8220;advanced&#8221;<br />
Use the down error to select the &#8220;XP&#8221; partition and then &#8220;enter&#8221; to select &#8220;boot&#8221;<br />
Use the &#8220;right arrow&#8221; key and &#8220;enter&#8221; to select &#8220;Rebuild BS&#8221;<br />
This might take a while. Once done:<br />
Use the &#8220;right arrow&#8221; key and &#8220;enter&#8221; to select &#8220;write&#8221;. This will write a modified boot sector to the Windows partition.<br />
Then  just follow the instruction on the screen to save to quit testdisk.</p>
<p>Reboot.</p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/how-to-repair-windows-partition-through-ubuntu-linux' rel='bookmark' title='Permanent Link: How to repair Windows partition through Ubuntu Linux'>How to repair Windows partition through Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/how-to-uninstall-ubuntu-in-windows' rel='bookmark' title='Permanent Link: How to uninstall ubuntu dual boot with windows'>How to uninstall ubuntu dual boot with windows</a></li>
<li><a href='http://ubuntuguide.net/how-to-restore-grub-2-after-reinstalling-windows-xpvistawin7' rel='bookmark' title='Permanent Link: How to restore Grub 2 after reinstalling Windows XP/Vista/Win7'>How to restore Grub 2 after reinstalling Windows XP/Vista/Win7</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/fix-windows-when-boot-files-bootinintldrare-missing/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Reboot a Frozen ubuntu the safe way</title>
		<link>http://ubuntuguide.net/how-to-reboot-a-frozen-ubuntu-the-safe-way</link>
		<comments>http://ubuntuguide.net/how-to-reboot-a-frozen-ubuntu-the-safe-way#comments</comments>
		<pubDate>Mon, 31 Aug 2009 07:31:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=902</guid>
		<description><![CDATA[If your ubuntu gnome crashes while you working on it,and nothing you have entered seems to work.Following steps may help you reboot the frozen ubuntu in the safe way.It&#8217;s far better than pushing that power button.
Try these steps:
Hold down Alt+Sys Rq(PrtScn key)key combination.
There will be no visible output,while hold down the key combination,
Then press these [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/enable-tabupdown-functional-key-in-new-users-terminal' rel='bookmark' title='Permanent Link: Enable Tab/up/down functional key in new user&#8217;s terminal'>Enable Tab/up/down functional key in new user&#8217;s terminal</a></li>
<li><a href='http://ubuntuguide.net/computertipuse-number-pad-as-mousekeys-to-move-cursor-on-the-screen' rel='bookmark' title='Permanent Link: ComputerTip:Use Number Pad as Mousekeys to Move cursor on the screen'>ComputerTip:Use Number Pad as Mousekeys to Move cursor on the screen</a></li>
<li><a href='http://ubuntuguide.net/install-yakuake-terminal-in-a-quake-style' rel='bookmark' title='Permanent Link: Install Yakuake -terminal in a Quake-style'>Install Yakuake -terminal in a Quake-style</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If your ubuntu gnome crashes while you working on it,and nothing you have entered seems to work.Following steps may help you reboot the <em>frozen ubuntu </em>in the safe way.It&#8217;s far better than pushing that power button.</p>
<p>Try these steps:</p>
<p>Hold down <strong><em>Alt+Sys Rq</em></strong>(PrtScn key)key combination.</p>
<p>There will be no visible output,while hold down the key combination,</p>
<p>Then press these keys in the order,one by one</p>
<p><strong><em>R</em></strong></p>
<p><strong><em>E</em></strong></p>
<p><strong><em>I</em></strong></p>
<p><strong><em>S</em></strong></p>
<p><strong><em>U</em></strong></p>
<p><strong><em>B</em></strong></p>
<p>Spells “busier” backwards,and the system will be reboot after<strong> <em>B</em></strong> is typed in the safe way.</p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/enable-tabupdown-functional-key-in-new-users-terminal' rel='bookmark' title='Permanent Link: Enable Tab/up/down functional key in new user&#8217;s terminal'>Enable Tab/up/down functional key in new user&#8217;s terminal</a></li>
<li><a href='http://ubuntuguide.net/computertipuse-number-pad-as-mousekeys-to-move-cursor-on-the-screen' rel='bookmark' title='Permanent Link: ComputerTip:Use Number Pad as Mousekeys to Move cursor on the screen'>ComputerTip:Use Number Pad as Mousekeys to Move cursor on the screen</a></li>
<li><a href='http://ubuntuguide.net/install-yakuake-terminal-in-a-quake-style' rel='bookmark' title='Permanent Link: Install Yakuake -terminal in a Quake-style'>Install Yakuake -terminal in a Quake-style</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-reboot-a-frozen-ubuntu-the-safe-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malformed line 62 in source list /etc/apt/sources.list (dist parse)</title>
		<link>http://ubuntuguide.net/malformed-line-62-in-source-list-etcaptsourceslist-dist-parse</link>
		<comments>http://ubuntuguide.net/malformed-line-62-in-source-list-etcaptsourceslist-dist-parse#comments</comments>
		<pubDate>Tue, 16 Jun 2009 11:43:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=570</guid>
		<description><![CDATA[Today I made a mistake when I was installing google chrome web browser.I got a error said &#8221; Malformed line 62 in source list /etc/apt/sources.list (dist parse)&#8221; when executed sudo apt-get update command in terminal.Here is how I fixed it.
The error message &#8220;Malformed line 62 in source list /etc/apt/sources.list&#8221; means something wrong of the line [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/choose-top-mirror-apt-download-source-from-ubuntu-night-for-ubuntu' rel='bookmark' title='Permanent Link: Choose Top-mirror (apt download source) from Ubuntu-Night for Ubuntu'>Choose Top-mirror (apt download source) from Ubuntu-Night for Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/list-of-commands-determine-system-inforesourcespartitionsprocess-in-ubuntu-linux' rel='bookmark' title='Permanent Link: List of commands determine system info/resources/partitions/process in Ubuntu Linux'>List of commands determine system info/resources/partitions/process in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/add-medibuntu-sources-to-install-more-useful-softwares-in-ubuntu' rel='bookmark' title='Permanent Link: Add medibuntu sources to install more useful softwares in Ubuntu'>Add medibuntu sources to install more useful softwares in Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I made a mistake when I was<a href="http://ubuntuguide.net/install-google-chrome-web-browser-in-ubuntu"> installing google chrome web browser</a>.I got a error said &#8221; Malformed line 62 in source list /etc/apt/sources.list (dist parse)&#8221; when executed <em>sudo apt-get update </em>command in terminal.Here is how I fixed it.</p>
<p>The error message &#8220;Malformed line 62 in source list /etc/apt/sources.list&#8221; means something wrong of the line 62 in file source.list.</p>
<p>Use the following command in terminal :</p>
<pre lang="bash">cat -n /etc/apt/source.list | grep 62</pre>
<p>You will see the content of the line like this:</p>
<pre lang="bash">wraith@wraith-desktop:~$ cat -n /etc/apt/sources.list | grep 62
62    deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty</pre>
<p>Run following command ,then find out the above and make a change.I lost <em>main</em> at end of the line and I just add it.</p>
<pre lang="bash">sudo gedit /etc/apt/source.list</pre>
<p>If you&#8217;ve no idea with it,just delete it.Close and save the file and done.</p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/choose-top-mirror-apt-download-source-from-ubuntu-night-for-ubuntu' rel='bookmark' title='Permanent Link: Choose Top-mirror (apt download source) from Ubuntu-Night for Ubuntu'>Choose Top-mirror (apt download source) from Ubuntu-Night for Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/list-of-commands-determine-system-inforesourcespartitionsprocess-in-ubuntu-linux' rel='bookmark' title='Permanent Link: List of commands determine system info/resources/partitions/process in Ubuntu Linux'>List of commands determine system info/resources/partitions/process in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/add-medibuntu-sources-to-install-more-useful-softwares-in-ubuntu' rel='bookmark' title='Permanent Link: Add medibuntu sources to install more useful softwares in Ubuntu'>Add medibuntu sources to install more useful softwares in Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/malformed-line-62-in-source-list-etcaptsourceslist-dist-parse/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Grub missed after reinstall Windows,or Grub error17 after delete Ubuntu partition</title>
		<link>http://ubuntuguide.net/grub-missedor-grub-error</link>
		<comments>http://ubuntuguide.net/grub-missedor-grub-error#comments</comments>
		<pubDate>Wed, 15 Apr 2009 07:14:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[grub]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=116</guid>
		<description><![CDATA[1.If you reinstalled Windows with Linux in your HDD,Windows will be directly startup with not Grub load when you restart the computer,and Linux cannot be startup.
2.If you deleted Linux partitions incautiously,when restart the computer Grub will be loading error and the computer doesn&#8217;t boot any startup disks.
This article may help you if you have the [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/how-to-restore-grub-2-after-reinstalling-windows-xpvistawin7' rel='bookmark' title='Permanent Link: How to restore Grub 2 after reinstalling Windows XP/Vista/Win7'>How to restore Grub 2 after reinstalling Windows XP/Vista/Win7</a></li>
<li><a href='http://ubuntuguide.net/set-windows-as-default-os-in-grub' rel='bookmark' title='Permanent Link: Set Windows as Default OS in Grub'>Set Windows as Default OS in Grub</a></li>
<li><a href='http://ubuntuguide.net/add-windows-into-grub-menu-after-install-ubuntu' rel='bookmark' title='Permanent Link: Add Windows into grub menu after install Ubuntu'>Add Windows into grub menu after install Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>1.If you reinstalled Windows with Linux in your HDD,Windows will be directly startup with not Grub load when you restart the computer,and Linux cannot be startup.</p>
<p>2.If you deleted Linux partitions incautiously,when restart the computer Grub will be loading error and the computer doesn&#8217;t boot any startup disks.</p>
<p>This article may help you if you have the problems above.</p>
<p><strong>Grub doesn&#8217;t work when you reinstall Windows:</strong></p>
<p>First,go into the BIOS and set the CD to be the first boot device.</p>
<p>then,you need a Linux install CD and boot from the CD.</p>
<p>Open a terminal window after startup,and execute the command:</p>
<pre lang="bash">sudo grub</pre>
<pre lang="bash">find /boot/grub/stage1</pre>
<pre lang="bash">root (hd0,x)</pre>
<pre lang="bash">setup (hd0)</pre>
<p>where &#8220;x&#8221; is a number presented after execute &#8220;find /boot/grub/stage1&#8243;</p>
<p>restart your computer,and hope this helps you.</p>
<p><strong>Loading Grub error:</strong></p>
<p>First,also go into BIOS and set the CD to be the first boot device.</p>
<p>then you need a Windows install CD and boot from the CD.</p>
<p>Press R to go to the recovery console when it asks you whether you want install windows etc.</p>
<p>startup disks include Windows will be present to you</p>
<p>enter the number at the beginning of Windows,then you will go to command line.</p>
<p>For XP or NT users:</p>
<pre lang="bash">C:\WINDOWS\cd..

C:\fixboot c:

C:\fixmbr</pre>
<p>and for DOS based system use &#8220;fdisk /mbr&#8221;</p>
<p>Tips:</p>
<p>select the new entry by execute command:</p>
<pre lang="bash">C:\bootcfg /rebuild</pre>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/how-to-restore-grub-2-after-reinstalling-windows-xpvistawin7' rel='bookmark' title='Permanent Link: How to restore Grub 2 after reinstalling Windows XP/Vista/Win7'>How to restore Grub 2 after reinstalling Windows XP/Vista/Win7</a></li>
<li><a href='http://ubuntuguide.net/set-windows-as-default-os-in-grub' rel='bookmark' title='Permanent Link: Set Windows as Default OS in Grub'>Set Windows as Default OS in Grub</a></li>
<li><a href='http://ubuntuguide.net/add-windows-into-grub-menu-after-install-ubuntu' rel='bookmark' title='Permanent Link: Add Windows into grub menu after install Ubuntu'>Add Windows into grub menu after install Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/grub-missedor-grub-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>