<?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>Shutter Bug on Wheels &#187; XP</title>
	<atom:link href="http://blogs.nagwani.in/tag/xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nagwani.in</link>
	<description>My travels, clicks, views and everything else...</description>
	<lastBuildDate>Fri, 17 Jun 2011 10:40:26 +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>ISO Burning on XP</title>
		<link>http://blogs.nagwani.in/2010/05/02/iso-burning-on-xp/</link>
		<comments>http://blogs.nagwani.in/2010/05/02/iso-burning-on-xp/#comments</comments>
		<pubDate>Sun, 02 May 2010 07:22:11 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Burning]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Lucid Lynx]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=103</guid>
		<description><![CDATA[<p>I just downloaded Ubuntu Lucid Lynx (10.04) in the ISO format and realized that I have no CD burning software on the machine! Darn it! Happens to be all the time&#8230; still I do not learn and installing the CD burning software is never on my checklist. A quick google search lead me to ISO <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2010/05/02/iso-burning-on-xp/">ISO Burning on XP</a></span>]]></description>
			<content:encoded><![CDATA[<p>I just downloaded Ubuntu Lucid Lynx (10.04) in the ISO format and realized that I have no CD burning software on the machine! Darn it! Happens to be all the time&#8230; still I do not learn and installing the CD burning software is never on my checklist.<br />
<span id="more-103"></span><br />
A quick google search lead me to <a href="http://isorecorder.alexfeinman.com/isorecorder.htm">ISO Recorder v 2</a>. ISO Recorder v 2 is a Power Toy for XP and adds a new context menu item &#8211; &#8220;Copy Image to CD&#8221; as shown below.<br />
<img src="http://blogs.nagwani.in/wp-content/uploads/2010/05/ISRecV2-300x81.png" alt="" title="ISRecV2" class="alignnone size-medium wp-image-104" /></p>
<p>It does the job pretty good. I have just burn&#8217;t the Lucid Lynx CD and will test it out. Hopefully an update to this post will be posted from Lucid Lynx.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2010/05/02/iso-burning-on-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 &amp; XP Pro Dual Boot (Both already installed)</title>
		<link>http://blogs.nagwani.in/2009/07/07/windows-7-xp-pro-dual-boot-both-already-installed/</link>
		<comments>http://blogs.nagwani.in/2009/07/07/windows-7-xp-pro-dual-boot-both-already-installed/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 07:16:47 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=86</guid>
		<description><![CDATA[<p>Recently I had to install XP on top of my Windows 7 install to be able to update by Nokia E71 as I did not want to run NSU on 7 and risk bricking my phone! However, in the process I realized that I had lost the ability to boot into Windows 7!! Thank you <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2009/07/07/windows-7-xp-pro-dual-boot-both-already-installed/">Windows 7 &#038; XP Pro Dual Boot (Both already installed)</a></span>]]></description>
			<content:encoded><![CDATA[<p>Recently I had to install XP on top of my Windows 7 install to be able to update by Nokia E71 as I did not want to run NSU on 7 and risk bricking my phone! However, in the process I realized that I had lost the ability to boot into Windows 7!! Thank you Microsoft!<br />
<span id="more-86"></span><br />
Did some googling around and found that Microsoft had changed the boot configuration format and I cannot simply edit boot.ini and add an entry for Windows 7. More googling followed, but all I found was how to install one on top of the other and nothing that showed how to restore the Windows 7&#8242;s boot menu.</p>
<p>Atlast, I found and entry at <a href="http://forums.techarena.in/operating-systems/1142651.htm" target="_blank">TechArena forums</a> that helped me do what I wanted to do!</p>
<p>I had installed Windows 7 and XP on different hard drives and hence both systems&#8217; boot files were already in place and all I had to do was execute the following commands.</p>
<p><code>bcdedit /create {ntldr} /d “Windows XP Pro”<br />
bcdedit /set {ntldr} device boot<br />
bcdedit /set {ntldr} path \ntldr<br />
bcdedit /displayorder {ntldr} /addlast<br />
</code></p>
<p>Thank you Devasis @ TechArena Forums.</p>
<p><strong>UPDATE: </strong>You have to run the above commands on a command prompt (&#8220;cmd&#8221;) which itself, you need to run as an administrator. Else you will get the &#8220;Access Denied&#8221; error.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2009/07/07/windows-7-xp-pro-dual-boot-both-already-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

