<?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>Tristan Watkins on IT Infrastructure &#187; Business Continuity</title>
	<atom:link href="http://tristanwatkins.com/index.php/category/business-continuity/feed/" rel="self" type="application/rss+xml" />
	<link>http://tristanwatkins.com</link>
	<description>Technical guidance for SharePoint, Cloud Services, Windows and more</description>
	<lastBuildDate>Fri, 21 Oct 2011 23:33:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Beware of Multiple Boots with OEM Protection Tools</title>
		<link>http://tristanwatkins.com/index.php/beware-multiple-boots-oem-protection-tools/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beware-multiple-boots-oem-protection-tools</link>
		<comments>http://tristanwatkins.com/index.php/beware-multiple-boots-oem-protection-tools/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 23:13:34 +0000</pubDate>
		<dc:creator>Tristan Watkins</dc:creator>
				<category><![CDATA[Business Continuity]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[dual-boot]]></category>
		<category><![CDATA[GParted]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[OEM]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tristanwatkins.com/?p=1955</guid>
		<description><![CDATA[I aim to keep this post reasonably quick, because I&#8217;ve lost enough time to this issue already and I want to get some other posts written up soon, but this is one of those things that I should probably help raise awareness of. I foresee that this could become more of an issue in future [...]]]></description>
			<content:encoded><![CDATA[<p>I aim to keep this post reasonably quick, because I&#8217;ve lost enough time to this issue already and I want to get some other posts written up soon, but this is one of those things that I should probably help raise awareness of. I foresee that this could become more of an issue in future if take-up for Native Boot from VHD solutions rises, or as people run demos from bootable removable media, etc.</p>
<p><span id="more-1955"></span>I&#8217;ve recently persuaded myself not to purchase a new laptop, trying to get another year out of my HP Compaq nx7300 (running 32-bit Windows XP), which I purchased about four years ago. My home computing needs are fairly meagre, but I recently spent £23 upgrading my RAM to 4GB to see if I could get a strained instance of my SharePoint 2010 development environment running at home as needed. To this end, I decided I would clear enough System drive space to make room for Ubuntu (x64) and run my VMs from Virtual Box in the other partition, in order to get the most memory possible to my VMs. Like I said, strained…</p>
<p>So I loaded up the Ubuntu installation CD and launched GParted, cleared ~10GB for the OS and another 5GB for the SWAP partition, then installed. All went well, I installed VirtualBox, rebooted in to XP to make sure everything was cool over there. Went back in to Ubuntu to get a bit more familiar with the new version then shut down for the night. The next evening when I started up I was confronted with an ominous message:</p>
<blockquote><p>No module name found<br />
Aborted. Press any key to exit.</p>
<p>Non-System disk or disk error.</p></blockquote>
<p>Not good. I checked I was booting to the right drive, then ran the Ubuntu installation disk again, which includes a no-installation trial option that runs entirely from CD/memory. I loaded up GParted again, checked all of the partitions, didn&#8217;t notice anything strange and then started searching for an answer. Luckily I dug a bit deeper than the first few results which recommended a full re-install of both boots. While that might have fixed the problem, it wouldn&#8217;t have been very desirable.</p>
<p>Eventually I found this Ubuntu forum thread, <a href="http://ubuntuforums.org/showthread.php?t=1343851&amp;page=2">Grub &#8220;no module name found&#8221; after reboot</a>,<strong> </strong>which points to this (in my opinion) definitive SourceForge article on <a href="http://sourceforge.net/apps/mediawiki/bootinfoscript/index.php?title=Boot_Problems:Windows_Writes_To_MBR">Boot Problems:Windows Writes To MBR</a>. While I would argue the problem actually has very little to do with Windows, it identifies the cause and four possible solutions. To summarise, the Windows partition contains software that writes to the <a href="http://en.wikipedia.org/wiki/Master_boot_record">Master Boot Record</a>, which in turn corrupts <a href="https://help.ubuntu.com/community/GrubHowto">GRUB</a>, the Ubuntu bootloader. I say this has little to do with Windows because in all of the cases listed in this article and on the Ubuntu fora, the problem is caused by something that gets <em>beneath</em> Windows, like OEM &#8220;protection&#8221; tools, for lack of a better description. Here&#8217;s the list from SourceForge:</p>
<ul>
<li>HP: Credential Manager, Recovery Manager, ProtectTools, PC Angel, Backup and Recovery</li>
<li>Dell: Recovery Tools, DataSafe Local Backup,</li>
<li>Samsung: Recovery Solution III</li>
<li>McAfee Security Center ???</li>
</ul>
<p>This is all stuff that ships with your machine. I&#8217;ve always been distrustful of this software but I never got around to removing the HP tools on this laptop. Eventually I got worried that removing the credential management software might lock me out of the machine. Fairly irrational, I grant you, but as I say, I deeply distrust most things in Windows that appear to be getting beneath it and so I wind up avoiding them, even if they&#8217;re just sitting there doing nothing.</p>
<p>Back to the problem at hand, I eventually managed to restore the bootloader by following the first recommended solution from the SourceForge article – I uninstalled all of the HP software (except for Wireless/Bluetooth). However, there was one fiddle that&#8217;s worth noting. The <em>HP Backup and Recovery Manager</em> software did not have an entry in <em>Add/Remove Programs</em> and there was no uninstall option in the program or the Start menu. A quick search returned this recommendation, which launched the installer and started removing the tool.</p>
<pre class="brush: plain; title: ;">RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\10&#92;&#48;1\Intel32\Ctor.dll,LaunchSetup &quot;C:\Program Files\InstallShield Installation Information\{3F9F7336-6DF8-476F-ABF6-C70A17FAF619}\setup.exe&quot; -l0x9 -uninst –removeonly</pre>
<p>After rebooting into the Ubuntu installation media again I ran the recommended GRUB fix-up.</p>
<pre class="brush: plain; title: ;">sudo mount /dev/sda6 /mnt
sudo grub-install --recheck --root-directory=/mnt /dev/sda</pre>
<p>As recommended in the posts above, make sure &#8220;sda6&#8243; and &#8220;sda&#8221; refer to the correct targets. Basically, make sure to familiarise yourself with those posts thoroughly before doing anything, and of source I present this without warranty.</p>
<p>After shutting down and starting up again I was presented with the GRUB bootloader as expected. After shutting down one more time, everything continued to work. That&#8217;s the key. Until the corrupting software is removed you can repair the GRUB bootloader with the install CD and it will remain fixed until shut down. On the first boot after shut down the MBR changes from the offending software in the Windows partition will be referenced and GRUB will fail to load. This is why the GRUB fix needs to be made after removing the offending software.</p>
<p>Rather irritatingly, I&#8217;d just started to doubt my suspicion of OEM software like this when I got to play with the Lenovo W520 tools briefly. They seemed quite useful. Indeed, my colleague <a href="http://www.google.co.uk/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBgQFjAA&amp;url=http%3A%2F%2Fweshackett.com%2F&amp;rct=j&amp;q=wes%20hackett&amp;ei=8gINTrf3OJKEhQfcjpnnDQ&amp;usg=AFQjCNGPBcZuGV_VnU5znMuuW-NDR1jVOw&amp;sig2=hAICYqzqq2NxneSzwn-Z1w&amp;cad=rja">Wes Hackett</a> was just saying how much he liked the biometrics on it, so it&#8217;s a shame to have my suspicions slapped back in to place through this episode.</p>
]]></content:encoded>
			<wfw:commentRss>http://tristanwatkins.com/index.php/beware-multiple-boots-oem-protection-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Protection Manager (DPM) 2010 Beta relased</title>
		<link>http://tristanwatkins.com/index.php/data-protection-manager-dpm-2010-beta-relased/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=data-protection-manager-dpm-2010-beta-relased</link>
		<comments>http://tristanwatkins.com/index.php/data-protection-manager-dpm-2010-beta-relased/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 23:34:10 +0000</pubDate>
		<dc:creator>Tristan Watkins</dc:creator>
				<category><![CDATA[Business Continuity]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Data Protection Manager 2010]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://tristanwatkins.com/?p=298</guid>
		<description><![CDATA[The public beta of DPM 2010 is now available, with major improvements to virtualisation support and agents for other beta technologies like SharePoint 2010 and Exchange 2010. I hope to test drive it soon. These are two features that are particularly appealing: Item Level Recovery from host level backup: DPM 2010 Beta supports item level [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="DPM 2010" href="http://blogs.technet.com/dpm/archive/2009/09/29/DPM-2010-beta-is-available-now.aspx" target="_blank">public beta of DPM 2010</a> is now available, with major improvements to virtualisation support and agents for other beta technologies like SharePoint 2010 and Exchange 2010. I hope to test drive it soon. These are two features that are particularly appealing:</p>
<blockquote><p><strong>Item Level Recovery from host level backup:</strong> DPM 2010 Beta supports item level recovery (ILR) which allows you to do granular recovery of files and folders, volumes and virtual hard disks (VHD) from a host level backup of Hyper-V VMs to a network share or a volume on a DPM protected server.</p>
<p><strong>Alternate Host Recovery:</strong> DPM 2010 Beta supports alternate location recovery (ALR) which allows you to recover a Hyper-V VM to an alternate stand-alone or clustered Hyper-V host.</p></blockquote>
<p>And this general improvement:</p>
<blockquote><p>You will see far fewer “Replica Inconsistent” errors and many of them will automatically get fixed by <strong>Auto-Rerun, Auto-CC (Consistency Check).</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tristanwatkins.com/index.php/data-protection-manager-dpm-2010-beta-relased/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

