<?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>An Oracle blog - Amardeep Sidhu &#187; Windows</title>
	<atom:link href="http://amardeepsidhu.com/blog/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://amardeepsidhu.com/blog</link>
	<description>Little bit of fun with Oracle and the related technologies...</description>
	<lastBuildDate>Thu, 22 Dec 2011 05:59:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Manually booting an OS from GRUB</title>
		<link>http://amardeepsidhu.com/blog/2008/12/14/manually-booting-an-os-from-grub/</link>
		<comments>http://amardeepsidhu.com/blog/2008/12/14/manually-booting-an-os-from-grub/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 13:58:25 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
				<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=143</guid>
		<description><![CDATA[One of my friend today asked me about removing Linux partitions &#38; GRUB (from a dual boot system) and return back to windows alone. Removing Linux involves just formatting/removing the partitions. Now to remove GRUB either do fdisk /mbr from a Windows 98 bootable CD or do fixmbr after booting into repair mode with Windows [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://amardeepsidhu.com/blog/2008/12/14/manually-booting-an-os-from-grub/' addthis:title='Manually booting an OS from GRUB '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">One of my friend today asked me about removing Linux partitions &amp; GRUB (from a dual boot system) and return back to windows alone. Removing Linux involves just formatting/removing the partitions. Now to remove GRUB either do <strong>fdisk /mbr</strong> from a Windows 98 bootable CD or do <strong>fixmbr</strong> after booting into repair mode with Windows XP CD. But if you have none then to remove GRUB you will need some utility like <a href="http://www.ambience.sk/fdisk-master-boot-record-windows-linux-lilo-fixmbr.php" target="_blank">this one</a> and if you reboot before doing that it might make GRUB unable to boot into Windows. It will get stuck at GRUB&gt; prompt only. So there is an option: to manually boot the OS you want (ie Windows). A quick search gave link to <a href="http://www.ntcompatible.com/How_to_remove_GRUB_loader_t28242.html#150012" target="_blank">this thread</a>. It involves few commands on the GRUB prompt:</p>
<pre class="brush: css; title: ; notranslate">grub&gt; rootnoverify (hd0,0)
grub&gt; makeactive
grub&gt; chainloader +1
grub&gt; boot</pre>
<p>It will load the NTLDR where your Windows is installed in Partition 1 on HDD 1.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://amardeepsidhu.com/blog/2008/12/14/manually-booting-an-os-from-grub/' addthis:title='Manually booting an OS from GRUB '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/12/14/manually-booting-an-os-from-grub/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get rid of your copy paste woes in Windows</title>
		<link>http://amardeepsidhu.com/blog/2008/03/23/get-rid-of-your-copy-paste-woes-in-windows/</link>
		<comments>http://amardeepsidhu.com/blog/2008/03/23/get-rid-of-your-copy-paste-woes-in-windows/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 16:49:31 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/2008/03/23/get-rid-of-your-copy-paste-woes-in-windows/</guid>
		<description><![CDATA[I was copying some data from a DVD and it stopped in between due to some error with some file. Then I was reminded of Total Copy (A small alternate utility to Windows copy) but even thats is not much stable and you have to right click &#38; drag for copy/paste. I googled a bit [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://amardeepsidhu.com/blog/2008/03/23/get-rid-of-your-copy-paste-woes-in-windows/' addthis:title='Get rid of your copy paste woes in Windows '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I was copying some data from a DVD and it stopped in between due to some error with some file. Then I was reminded of <a href="http://www.ranvik.net/totalcopy/" target="_blank">Total Copy</a> (A small alternate utility to Windows copy) but even thats is not much stable and you have to right click &amp; drag for copy/paste.</p>
<p>I googled a bit and came across another small utility called <a href="http://www.codesector.com/teracopy.php" target="_blank">Tera Copy</a>. Its just 1 MB download and replaces Windows copy/paste. It provides many options like skipping a file, resuming copy and some other stuff. A must have for all Windows users. There is a pro version too.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://amardeepsidhu.com/blog/2008/03/23/get-rid-of-your-copy-paste-woes-in-windows/' addthis:title='Get rid of your copy paste woes in Windows '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/03/23/get-rid-of-your-copy-paste-woes-in-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

