<?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>Sérgio&#039;s Notebook &#187; Uncategorized</title>
	<atom:link href="http://www.smachado.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smachado.com</link>
	<description>Notes about programming, scripting and configuration...</description>
	<lastBuildDate>Sat, 14 Jan 2012 22:08:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Cannot load windows after removing the linux partition</title>
		<link>http://www.smachado.com/2011/06/cannot-load-windows-after-removing-the-linux-partition/</link>
		<comments>http://www.smachado.com/2011/06/cannot-load-windows-after-removing-the-linux-partition/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 15:07:04 +0000</pubDate>
		<dc:creator>smachado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.smachado.com/?p=206</guid>
		<description><![CDATA[If you had Windows and Linux running on your system and just formatted the Linux partition you probably can&#8217;t load Windows anymore because the boot loader can&#8217;t load its configuration. To solve this problem boot your pc using a Linux installation cd-rom that uses grub as the boot loader (typically right after the system boots [...]]]></description>
				<content:encoded><![CDATA[<p>If you had Windows and Linux running on your system and just formatted the Linux partition you probably can&#8217;t load Windows anymore because the boot loader can&#8217;t load its configuration.</p>
<p>To solve this problem boot your pc using a Linux installation cd-rom that uses grub as the boot loader (typically right after the system boots it will show the boot loader menu) &#8211; recent distributions have fancy boot loaders with graphical interfaces, avoid those for this.</p>
<p>Use Backtrack Linux for example.</p>
<p>On the grub meny type &#8216;c&#8217; for a command line and then type the following commands:</p>
<pre escaped="true" lang="bash" line="0">grub&gt; rootnoverify (hd0,0)

grub&gt; chainloader+1

grub&gt; boot</pre>
<p>You should be booting into Windows XP.</p>
<p>Now to restore your Windows MBR download MbrFix from www.sysint.no and unzip it to a local folder.</p>
<p>Open the command prompt and enter the following command:</p>
<pre escaped="true" lang="bash" line="0">Mbrfix.exe /drive 0 fixmbr</pre>
<p>Press Y and you should have your MBR fixed. You can reboot your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smachado.com/2011/06/cannot-load-windows-after-removing-the-linux-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.smachado.com/2008/12/hello-world/</link>
		<comments>http://www.smachado.com/2008/12/hello-world/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 02:06:09 +0000</pubDate>
		<dc:creator>smachado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://smachado.com/?p=1</guid>
		<description><![CDATA[I&#8217;m excited to start a new version of my web site! On its past incarnations I failed to create content on a regular basis because of lack of time and the platform I was using. Now with WordPress and its easy and mature interface I can have more time to focus on the content instead [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m excited to start a new version of my web site! On its past incarnations I failed to create content on a regular basis because of lack of time and the platform I was using. Now with WordPress and its easy and mature interface I can have more time to focus on the content instead of fixing technology.</p>
<p>So I wish you happy Christmas and an excellent new year of 2009!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smachado.com/2008/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
