<?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>YWGAV &#187; Microsoft</title>
	<atom:link href="http://www.youwillgetavirus.com/archives/category/microsoft/feed" rel="self" type="application/rss+xml" />
	<link>http://www.youwillgetavirus.com</link>
	<description>A Geek&#039;s View of Technology</description>
	<lastBuildDate>Sun, 06 Jun 2010 16:58:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows 7 upgrade and fixing Grub afterward.</title>
		<link>http://www.youwillgetavirus.com/archives/53</link>
		<comments>http://www.youwillgetavirus.com/archives/53#comments</comments>
		<pubDate>Tue, 09 Jun 2009 14:27:13 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Dual Boot]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.youwillgetavirus.com/?p=53</guid>
		<description><![CDATA[It’s been a while since I posted anything on this site, partially due to the run-up to my recent wedding, and partially because I’ve been too busy with work and my new job to really do anything with my computer lab at home.
The wedding is now over, and the honeymoon taken, so it’s time to [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been a while since I posted anything on this site, partially due to the run-up to my recent wedding, and partially because I’ve been too busy with work and my new job to really do anything with my computer lab at home.</p>
<p>The wedding is now over, and the honeymoon taken, so it’s time to get back to work.  Part of that means getting back to work on my blogs and other things that have languished in the past few months as my attention has been directed elsewhere.<br />
<span id="more-53"></span><br />
As part of that, last night I decided to take the plunge and upgrade the windows drive on my home office workstation from an aging Windows XP installation to the Windows 7 RC.</p>
<p>Since there’s no real upgrade path from XP to Windows 7,  and since I really had no desire to KEEP Windows XP,  I decided to reformat the XP drive and do a fresh install.</p>
<p>The installer was inexplicably slow,   especially since it was running on a Intel Core 2 Quad with 4 gigs of ram – certainly a beefy enough system to run it, and fast.  It took several minutes to get to a point where I could even start the install, and then the installer would hang at some points for absurd amounts of time spinning it’s wheels and appearing to do nothing ( it may be that it was processing in the background, but it honestly gave no indication that it was doing so).</p>
<p>After reading online that some people have had absurdly long install times (measured in hours) I got worried.    Especially since they indicated that after the install finished Windows failed to even start.    Thankfully, after the install completed Windows started just fine and everything seems to be working without any issues.  It would appear Microsoft needs to polish the installation a little bit more, but they’ve got some time to do that before the general release in October.</p>
<p>For me, the next (and last) gotcha was that this was  a dual boot windows/linux system,  and now the Grub bootloader stopped working.</p>
<p>This wasn’t a surprise to me – I actually expected it.   Typically, when you install a dual boot system you want to install windows first, THEN install Linux.   That’s not always feasible though, as seen in my case where I was upgrading to a new version of Windows.     Once you install windows, the bootloader no longer shows up and you can’t boot into Linux.</p>
<p>All is not lost!   The reason this happens is because Windows inserts it’s bootloader into the Master Boot Record (MBR), and set’s it as the priority after POST,  so instead of GRUB (or LILO, etc) loading first, the Windows bootloader does – and it doesn’t know about (or care about) Linux.</p>
<p>Luckily, this is ridiculously easy to fix.</p>
<p>The first thing you need to do is find a Linux Live CD,    in my case since I’m running Ubuntu 9.04 x64, I downloaded an ISO of the Install CD from Ubuntu.  Burn the ISO to cd, and boot to it.</p>
<p>Once you’re booted into the Live CD, open a terminal and type the following:</p>
<p><strong>Sudo grub</strong></p>
<p>This launches the grub prompt, and you should see “<strong>grub&gt;</strong>” on your screen.   Once you see “<strong>grub&gt;</strong>” , enter the following commands, pressing enter after each command.</p>
<p><strong>Find /boot/grub/stage1</p>
<p>root (hd#,#)</p>
<p>setup (hd0)</strong></p>
<p><strong>quit</strong></p>
<p>In the above commands,  the first one will tell you the location of the stage1 file that Grub needs to determine where all of it’s files are.   It will return a location in the format of something like <strong>(hd0,1)</strong> use that value that it returns in the second command.   Continuing my example that would be <strong>root (hd0,1)</strong>.</p>
<p>The second command tells grub that it’s files  are on a particular partition of a particular drive (in the example it’s partition 1 of drive 0).</p>
<p>The third command tells grub to set itself up on hd0, and when given without a value for partition grub then installs itself on the MBR.  hd0 is the label grub uses for the first drive’s MBR.</p>
<p>Quit is self explanatory <img src='http://www.youwillgetavirus.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>After you’ve finished that you can reboot the computer, remove the live cd and enjoy a working grub bootloader.</p>
<img src="http://www.youwillgetavirus.com/?ak_action=api_record_view&id=53&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.youwillgetavirus.com/archives/53/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>iPhone + Exchange &#8211; what I wish my Blackberry was like.</title>
		<link>http://www.youwillgetavirus.com/archives/42</link>
		<comments>http://www.youwillgetavirus.com/archives/42#comments</comments>
		<pubDate>Fri, 25 Jul 2008 16:18:40 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Over The Air Push]]></category>

		<guid isPermaLink="false">http://www.youwillgetavirus.com/?p=42</guid>
		<description><![CDATA[The company I work for gave me a Blacberry 8830 &#8220;World Phone&#8221; not long after I started here.  I&#8217;d love to say I was thrilled, but I&#8217;d be lying.  I don&#8217;t necessarily have anything against BlackBerry, I just don&#8217;t really like them all that much. 

The problem I have is that while they gave me a [...]]]></description>
			<content:encoded><![CDATA[<p>The company I work for gave me a Blacberry 8830 &#8220;World Phone&#8221; not long after I started here.  I&#8217;d love to say I was thrilled, but I&#8217;d be lying.  I don&#8217;t necessarily have anything against BlackBerry, I just don&#8217;t really like them all that much. </p>
<p><span id="more-42"></span></p>
<p>The problem I have is that while they gave me a Blackberry,  they don&#8217;t have a Blackberry enterprise server, and thus no push email,  or over-the-air sync of data from exchange.  Why is this important?  Simple: I get dozens, if not hundreds of emails a day.  If I read them on my computer, my phone has no idea.  Since I read from my computer ALL THE TIME, my phone annoyingly shows several hundred unread messages.  To get rid of them?  I have to delete them one at a time, or reset my phone.  Removing the mail account they came in on leaves all of the messages.</p>
<p>Yes, you could call that &#8220;annoying&#8221;.</p>
<p> </p>
<p>Yesterday I got so fed up with the Blackberry and decided to see how the iPhone (2g, 2.0 software) would fare paired up with Exchange and ActiveSync.  Turns out it fares surprisingly well.</p>
<p>Hooking it up wasn&#8217;t a problem &#8211; I put in my user info and let it auto discover the details.  Since we&#8217;re using the latest version of Exchange auto-discovery worked like a champ.  Older Exchange versions don&#8217;t have this issue.   </p>
<p>Once hooked up it was only a matter of a few seconds for the sync to start up and all of my data was pushed to the iPhone.  I could see ALL of my mail (not just my inbox, as on my Blackberry),  see my calendar and my contacts.</p>
<p>It pulls data from exchange, including the whole of the company directory &#8211; available in the contacts app.   </p>
<p>It supports multiple (color coded) calendars as well, helping me keep home and work separate &#8211; but also seeing both at the same time.</p>
<p>OTA push works like you&#8217;d expect &#8211; emails, calendar and contacts are all synced as they should be.</p>
<p>Overall I&#8217;m fairly impressed &#8211; it works well and manages to look polished and highly usable &#8211; something my Blackberry just isn&#8217;t capable of pulling off.</p>
<p> </p>
<img src="http://www.youwillgetavirus.com/?ak_action=api_record_view&id=42&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.youwillgetavirus.com/archives/42/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
