<?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>MCB Systems &#187; bitlocker</title>
	<atom:link href="http://www.mcbsys.com/techblog/tag/bitlocker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcbsys.com/techblog</link>
	<description>Custom Software and I.T. Services</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:58:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Restore a Hyper-V Server to an Optiplex 960</title>
		<link>http://www.mcbsys.com/techblog/2011/01/restore-a-hyper-v-server-to-an-optiplex-960/</link>
		<comments>http://www.mcbsys.com/techblog/2011/01/restore-a-hyper-v-server-to-an-optiplex-960/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 02:00:31 +0000</pubDate>
		<dc:creator>Mark Berry</dc:creator>
				<category><![CDATA[IT Administration]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[diskpart]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[optiplex]]></category>
		<category><![CDATA[windows home server]]></category>

		<guid isPermaLink="false">http://www.mcbsys.com/techblog/?p=563</guid>
		<description><![CDATA[Recently I upgraded a small server to run Windows Server 2008 R2 as a Hyper-V host, with Server 2008 R2 as a guest as well. I’ve read that Windows Server Backup can restore to dissimilar hardware. That could be especially helpful in a small environment where no other servers are available. Can I restore the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I upgraded a small server to run Windows Server 2008 R2 as a Hyper-V host, with Server 2008 R2 as a guest as well. I’ve read that Windows Server Backup can restore to dissimilar hardware. That could be especially helpful in a small environment where no other servers are available. Can I restore the entire Server 2008 host and guest to an Optiplex 960 desktop? How long will it take?</p>
<p><span id="more-563"></span></p>
<h3>Environment Details</h3>
<p>The server is a Dell PowerEdge 1900 with 4GB of RAM and two 250GB hard drives configured as RAID 1 (mirrored). As mentioned, it runs Windows Server 2008 R2 with the Hyper-V role, and it hosts a single Server 2008 R2 guest. The guest runs as a domain controller, file server, and email server. Windows Server Backup runs daily on the host, taking an image of the C: drive (containing the host operating system, 16GB) and the D: drive (containing the guest virtual machine, about 48GB used on 80GB of fixed VHD space). Backups are stored on a Seagate Freeagent Go USB drive. Windows Server Backup also runs daily on the guest, saving its backups to a VHD on the same Freeagent USB drive.</p>
<p>The desktop is an Optiplex 960 with 4GB of RAM and one 300GB hard drive. Most important is the processor, an Intel Core 2 E8400 that does support Intel Virtualization Technology and Execute Disable, so it should run Hyper-V.</p>
<h3>Recovery Options</h3>
<p>There are at least three options for recovering this guest server (which is of course the critical machine):</p>
<p>1. Restore the host and guest from the host’s backup. This makes use of (and tests) Windows Server Backup’s ability to restore to dissimilar hardware, as reported <a href="http://www.wbadmin.info/articles/hardware-independent-bare-metal-restore-windows-server-2008.html" target="_blank">here</a>.</p>
<p>2. Install Server 2008 R2 and the Hyper-V role in a small partition and apply all operating system updates. Restore the guest VHD in a larger partition. Re-create the Hyper-V guest machine using the VHD. This avoids the dissimilar hardware restore at least for the host.</p>
<p>3. Restore the guest backup directly. This would be a virtual-to-physical restore, so also dissimilar hardware.</p>
<p>Option 1 should be the fastest and the most flexible, since it would also accommodate the scenario where multiple guests needed to be restored.</p>
<h3>Recovery Experience</h3>
<p>The recovery—and this post—became quite long. You may want to skip to the “Conclusions” section, then come back to the step-by-step logs for details as necessary</p>
<h3>Time Log – Day 1</h3>
<p>Here my log of the recovery process with notes for next time.</p>
<p><strong>3:20pm</strong>&nbsp; Insert Server 2008 R2 DVD into Optiplex 960 and attach USB drive containing backup data. During reboot, check BIOS to make sure Virtualization Technology and Execute-Disable are turned on. Boot from DVD.</p>
<p><strong>3:22pm</strong> DVD boot is fast! Glad I didn’t waste time making a bootable thumb drive. Choose <strong>Repair your computer</strong>, then <strong>Restore your computer….</strong> Can’t see external USB drive as backup source. Start googling.</p>
<p><strong>3:35pm</strong> Oh yeah, the whole backup drive is Bitlocker-encrypted. Apparently Repair doesn’t detect this as there is no prompt to unlock. Press Shift-F10 to get a command prompt. Commands:<br />
<strong>manage-bde –status</strong> to show drive (it’s mounted as G:)<br />
<strong>manage-bde –unlock –h</strong> for parameter help<br />
<strong>manage-bde –unlock G: –RecoveryPassword 111111-222222-…-8888888</strong> to unlock using recovery key</p>
<p><strong>3:56pm</strong> Drive unlocked. Close command prompt. Press Refresh in Repair wizard. Backup drive found. Choose most recent backup, accept defaults (do check <strong>Format and repartition disks</strong>, do not check <strong>Only restore system drives</strong>). Do not install drivers or change Advanced options. Start restore. “This might take from a few minutes to a few hours.”</p>
<p><strong>4:06pm</strong> Drive C: restore complete.</p>
<p><strong>4:28pm</strong> Drive D: restore about half done.</p>
<p><strong>4:48pm</strong> Drive D: restore complete.</p>
<p><strong>4:51pm</strong> Drive S: restore complete. “The restored drives are not encrypted.” Remove DVD, unplug USB hard drive, Restart Now.</p>
<p><strong>4:53pm</strong> Stuck on boot. “Intel® Matrix Storage Manager” text on screen. I suspect boot drive number is off. Reboot from DVD.</p>
<p><strong>4:58pm</strong> Choose <strong>Repair your computer</strong>, then <strong>Use recovery tools….</strong> and <strong>Command Prompt</strong>. Start fiddling with <strong>diskpart</strong>:</p>
<p><strong>diskpart</strong><br />
<strong>list disk<br />
select disk 0</strong><br />
<strong>list volume</strong> – letters are all messed up<br />
<strong>select volume 1</strong><br />
<strong>remove letter=C</strong> System Reserved should not have a letter<br />
<strong>select volume 2</strong><br />
<strong>remove letter=F</strong> This is the boot volume<br />
<strong>assign letter=C<br />
active</strong> identify as the boot volume<br />
<strong>select volume 3</strong> this is already assigned drive D, so skip<br />
<strong>select volume 4</strong><br />
<strong>remove letter=E<br />
assign letter=S</strong><br />
<strong>list volumes</strong> confirm correct lettering<br />
<strong>exit</strong></p>
<p><strong>5:16pm</strong> Can’t find a boot.ini file. A little googling confirms that has been replaced in Server 2008 and above with the Boot Manager Configuration file. Let’s just reboot and see what happens.</p>
<p><strong>5:20pm</strong> This time we got far enough to see “BOOTMGR is missing. Press Ctrl+Alt+Del to restart”. Reboot from DVD.</p>
<p><strong>5:24pm</strong> Operating system is not listed for repair, so follow Method 2 of accepted solution in <a href="http://social.technet.microsoft.com/Forums/en-US/itprovistasetup/thread/e6e2399c-746a-4d45-8b77-dc6e89fd9409" target="_blank">this thread</a>. From a command prompt, type<br />
<strong>bootrec /rebuildbcd</strong><br />
and let it add C:\Windows to the boot list. Remove DVD and restart.</p>
<p><strong>5:27pm</strong> Same message:&nbsp; “BOOTMGR is missing.” Boot from DVD.</p>
<p>This time, operating system is listed, so follow Method 1 at the previous link. Select the operating system. Unfortunately there is no Startup Repair option (apparently that is only available on Windows Vista/7 media). Try a couple other <strong>bootrec</strong> options:<br />
<strong>bootrec /fixmbr</strong><br />
<strong>bootrec /fixboot</strong><br />
and reboot.</p>
<p><strong>5:40pm</strong> Same message. Giving up for today. Will contact Microsoft Partner Support for suggestions. In a real disaster recovery situation, I would be on the phone with support and/or moving to Recovery Option 2 above. In fact, since the guest’s VHD is already restored, I could probably just install a clean Server 2008 R2 with Hyper-V on top of the botched C drive and use that to load the guest. But I’d like to understand why Recovery Option 1 hasn’t worked and get it working if possible.</p>
<h3>Time Log – Day 2</h3>
<p><strong>1:10pm</strong> MS Support suggests copying the <strong>bootmgr</strong> file from \Windows\Boot\PCAT\ on the DVD to the root of C:. That location does not exist on the DVD, but it does exist on the restored OS, so I copied that to the root of C:. Voila! Windows boots and immediately reboots, telling me it failed to start. Well at least it’s finding the BOOTMGR.</p>
<p><strong>1:23pm</strong> Windows won’t start in Safe Mode either. Don’t even see a blue screen flicker by; just gets partway through the boot and restarts. (It finishes loading CLASSPNP.SYS but fails on whatever comes after that.) Start googling for how to disable Recovery Options &gt; Automatically Restart when you can’t get into the OS.</p>
<p><strong>1:55pm</strong> No joy finding out how to change boot behavior. Just for grins, try copying BOOTMGR from the root of the DVD drive to the root of C. Same problem:&nbsp; won’t start in Safe Mode, just restarts without blue screen.</p>
<p><strong>2:10pm</strong> Grasping at straws:&nbsp; trying copying <strong>bootmgr.efi</strong> from the root of the DVD to the root of C. Same problem persists.</p>
<p><strong>2:25pm</strong> Interesting thread <a href="http://www.networksteve.com/forum/topic.php?TopicId=15906" target="_blank">here</a>. Though not directly related, I see I didn’t try one of the recommend commands earlier. Try this while booted from the DVD:<br />
<strong>bootrec /rebuildbcd<br />
bootrec /fixmbr</strong><br />
<strong>bootrec /fixboot<br />
G:</strong> switch to DVD drive<br />
<strong>\boot\bootsect.exe /nt60 C:</strong> – this is new<br />
After reboot, same issue.</p>
<p><strong>2:40pm</strong> Follow an idea near the bottom of <a href="http://social.answers.microsoft.com/Forums/en-US/w7repair/thread/2b7213da-ba91-4228-af9d-2ba6b2d2edc0" target="_blank">this thread</a> and change Optiplex 960 BIOS to put SATA Operation in <strong>Legacy</strong> mode (was in <strong>RAID On</strong> mode). Still gets through CLASSPNP.SYS, but does not immediately reboot; it just hangs, won’t even accept Ctrl-Alt-Del. That’s different, so the SATA Operation mode may be the issue! Try the other two SATA modes.&nbsp; <strong>RAID Autodetect / AHCI</strong> behaves like RAID On:&nbsp; a reboot loop. <strong>RAID Autodetect / ATA</strong> … worked! It hung for a while after CLASSPNP.SYS, but then it gave me a Safe Mode logon screen.</p>
<p><strong>2:53pm</strong> After logging on, I see popup telling me “You must restart to apply these changes.” First I went in to System properties &gt; Advanced system settings &gt; Startup and Recovery and unchecked “Automatically restart”. That should stop the reboot loop, should it recur.</p>
<p><strong>2:57pm</strong> It rebooted quickly into full operating system and logged on.</p>
<p>Of course the NIC has changed. In Hyper-V manager, run Virtual Network Manager. Change the “Local Area Connection – Virtual Network” to use the External adapter in the Optiplex 960 (Intel 82567LM-3 Gigabit Network Connection).</p>
<p><strong>3:15pm</strong> Errors in Optiplex’s Server event log confirm that this machine’s name conflicts with the live server. Temporarily shut down the live server.&nbsp; Also disable port 25 on router to block incoming email (to keep email from going to the test machine when we start it.) Reboot the Optiplex.</p>
<p><strong>3:18pm</strong> Start test guest server. “The virtual machine could not be started because the hypervisor is not running.” This corresponds to Hyper-V-Worker error 3112. The third suggestion may apply:&nbsp; “If you have made changes to the Boot Configuration Data store, review these changes to ensure that the hypervisor is configured to launch automatically.” We <em>have</em> been mucking around with the boot manager. Hmm, I wonder if I had stayed with the version in the C:\Windows\Boot\PCAT folder instead of copying from the DVD… In fact, maybe I would not have had to rebuild the BCD if I’d just set the SATA mode first.</p>
<p><strong>3:30pm</strong> Reboot to DVD. Delete <strong>C:\bootmgr</strong>, <strong>C:\bootmgr.efi</strong>, and <strong>C:\bootsqm.dat</strong>. Reboot. “BOOTMGR is missing.” Oh well. Copy <strong>bootmgr</strong> from C:\Windows\boot\PCAT to C:\. Windows boots fine. (I realized later that the <strong>bootmgr</strong> file was not the issue, it was the boot <em>configuration</em>, not stored in the <strong>bootmgr</strong> file.)</p>
<p><strong>3:41pm</strong> I was thinking I would need to re-install the Hyper-V role to get the hypervisor running again, but then I came across <a href="http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/01/19/hyper-v-virtual-machines-do-not-start-after-using-startup-repair.aspx" target="_blank">this article</a> that shows how to fix it with one command:<br />
<strong>bcdedit /set hypervisorlaunchtype auto</strong></p>
<p><strong>3:52pm</strong> After rebooting, try starting the guest OS again. Same problem:&nbsp; the hypervisor is not running. Now in the event log there is Hyper-V-Hypervisor error 41, “Hyper-V launch failed; Either VMX not present or not enabled in BIOS.” Huh? I <em>know</em> I enabled the virtualization stuff in the BIOS.</p>
<p><strong>4:06pm</strong>&nbsp;<a href="http://blogs.technet.com/b/11/archive/2008/04/23/running-virtual-machine-in-hpyerv-on-dell-755-box-with-e6550-processor.aspx" target="_blank">This article</a> suggests turning the BIOS options off and back on. And the first comment in <a href="http://www.shnake.com/blog/?p=419" target="_blank">this article</a> says <strong>Trusted Execution</strong> should NOT be checked in the BIOS, which I agree is counter-intuitive. Followed both suggestions, with full power-off, then started Windows.</p>
<p><strong>4:11pm</strong> No error 41 in the event log. Started guest. Failed to start because external drive is not attached to Optiplex. (The guest targets a VHD on that drive for backups.) Use Hyper-V manager to update the settings for the guest, removing that drive from the configuration.</p>
<p><strong>4:13pm</strong> Start guest again. It tells me it had not shut down successfully (it wasn’t shut down at all; it was backed up from a VSS snapshot). Let it Start Windows Normally.</p>
<p><strong>4:16pm</strong> Guest logon prompt. (Took a long time Applying Computer Settings.) After logon, “You must restart your computer to apply these changes.” Clicked Restart Now.</p>
<p><strong>4:20pm</strong> Guest logon prompt. Logged on. Event log looks fairly normal (typical warnings from a startup). Since the guest server has a fixed IP, it automatically is online at the same address as the live server, ready to accept communications from client computers and the Internet. Tested a few components:</p>
<p>Web server works<br />
Active directory works, including accepting logon from client, group policy, folder redirection<br />
Shared drives are available and allow opening QuickBooks data on test server<br />
Email server can retrieve POP mail and send mail</p>
<p>Theoretically at this point I should do a System State restore from the guest’s backup (see my article <a href="http://www.mcbsys.com/techblog/2010/05/careful-with-image-based-backup-of-exchange-and-active-directory/">Careful with Image-Based Backup of Exchange and Active Directory</a>). But I think we’ll call this good for now.</p>
<p><strong>4:33pm</strong> Shut down test server, restart live server host and guest, and re-open port 25 on router to allow inbound email.</p>
<h3>And a little bonus disaster recovery…</h3>
<p>I was anticipating a quick restore of the Optiplex from the Windows Home Server backup. Here’s what happened.</p>
<p><strong>4:53pm</strong> In Optiplex BIOS, set SATA Operation back to <strong>Raid On</strong>. Boot Optiplex from Windows Home Server PC Restore CD. Network driver was missing, but WHS provides an easy way to retrieve the required drivers (by logging on to the WHS console from another computer and copying a the “Windows Home Server Drivers for Restore” folder directly from the WHS backup). Unfortunately that’s the Windows 7 driver, and WHS restore needs the Vista driver.</p>
<p><strong>5:43pm</strong> Vista NIC driver downloaded from Dell support site and supplied via USB stick. WHS restore started.</p>
<p><strong>5:57pm</strong> Restore complete.</p>
<p><strong>5:59pm</strong> Optiplex booted back to Windows 7.</p>
<h3>Conclusions and Notes for Next Time</h3>
<p>Obviously things did not go as smoothly as hoped. Two hours and 20 minutes on the first day plus three hours and 10 minutes on the second day to get a final logon prompt for the Hyper-V guest. Five and a half hours of solid futzing.</p>
<p>The good news is that it did work; in a real disaster, the client would be back in business.</p>
<p>The other good news is that this was a test, which re-affirms the importance of testing your disaster recovery plan. Next time, I’ll know to check a few key things during the restore process:</p>
<ul>
<li>In the Optiplex BIOS, set SATA Operation mode to to <strong>RAID Autodetect / ATA</strong> before starting the restore.</li>
<li>In the Optiplex BIOS, set <strong>Virtualization</strong>, <strong>VT for Direct I/O Access</strong>, and <strong>Execute Disable</strong> to ON, but set <strong>Trusted Execution</strong> to OFF.</li>
<li>Unlock Bitllocker-protected backup drives using <strong>manage-bde</strong> commands above.</li>
<li>If just a blank screen appears after restore, use <strong>diskpart</strong> to assign correct drive letters and set the C: drive as Active.</li>
<li>If BOOTMGR is missing, copy <strong>bootmgr</strong> from C:\Windows\boot\PCAT to C:\.</li>
<li>Once the host starts, update the Hyper-V Virtual Network Manager to point to the new host NIC.</li>
<li>If the guest references unavailable and unneeded hardware (e.g. an external backup drive), remove it from the Hyper-V configuration before starting the guest.</li>
<li>If the guest won’t start because the hypervisor is not running, set it to auto-start using <strong>bcdedit</strong> command above.</li>
</ul>
<p>Maybe I’ll try this again someday and see how fast it goes with all that in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcbsys.com/techblog/2011/01/restore-a-hyper-v-server-to-an-optiplex-960/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Re-enable BitLocker Auto-Unlock after System Volume Restore</title>
		<link>http://www.mcbsys.com/techblog/2010/08/re-enable-bitlocker-auto-unlock-after-system-volume-restore/</link>
		<comments>http://www.mcbsys.com/techblog/2010/08/re-enable-bitlocker-auto-unlock-after-system-volume-restore/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 00:19:42 +0000</pubDate>
		<dc:creator>Mark Berry</dc:creator>
				<category><![CDATA[IT Administration]]></category>
		<category><![CDATA[bitlocker]]></category>

		<guid isPermaLink="false">http://www.mcbsys.com/techblog/2010/08/re-enable-bitlocker-auto-unlock-after-system-volume-restore/</guid>
		<description><![CDATA[Today I did a disaster recovery test on my Windows Server 2008 R2 Hyper-V host. I used Windows Backup to do a bare metal restore of only the system volume. As expected, after the restore, the system volume was no longer encrypted. But even after re-encrypting the system volume, I was unable to set the [...]]]></description>
			<content:encoded><![CDATA[<p>Today I did a disaster recovery test on my Windows Server 2008 R2 Hyper-V host. I used Windows Backup to do a bare metal restore of <em>only</em> the system volume. As expected, after the restore, the system volume was no longer encrypted. But even after re-encrypting the system volume, I was unable to set the data volumes to automatically unlock. Instead, it displayed “Data error (cyclic redundancy check).”</p>
<p><span id="more-399"></span></p>
<p>I decided to try the command line. Here I found that <strong>manage-bde –status</strong> listed two volumes out of about eight before aborting with the same error:</p>
<p><img style="display: inline; border: 0px;" title="Bitlocker autounlock 1" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/08/Bitlockerautounlock1.png" border="0" alt="Bitlocker autounlock 1" width="537" height="160" /></p>
<p>When I saw that error code 0&#215;80070017 can mean that a file is missing or corrupt, it occurred to me that the old BitLocker auto-unlock keys are still on the restored system volume, but they cannot be accessed. So I tried <strong>manage-bde -autounlock -clearallkeys C:</strong>.</p>
<p>&nbsp;<img style="display: inline; border: 0px;" title="Bitlocker autounlock 2" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/08/Bitlockerautounlock2.png" border="0" alt="Bitlocker autounlock 2" width="522" height="101" /></p>
<p>After this, <strong>manage-bde -status</strong> correctly lists all volumes, but <strong>manage-bde -autounlock -enable S:</strong> fails with the message:</p>
<p>ERROR: An error occurred (code 0&#215;80310054):<br />
The auto-unlock master key was not available from the operating system drive.</p>
<p><img style="display: inline; border: 0px;" title="Bitlocker autounlock 3" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/08/Bitlockerautounlock3.png" border="0" alt="Bitlocker autounlock 3" width="554" height="106" /></p>
<p>Maybe the master key will be re-created by a reboot? Sure enough, after rebooting and manually unlocking the drives again, I was finally able to enable auto-unlock on the encrypted data volumes.</p>
<h3>System Volume Restore with BitLocker Data Volumes</h3>
<p><span style="text-decoration: line-through;">Based on that experience, here is what I <em>think</em> should work next time for system volume restore:</span></p>
<ol>
<li><span style="text-decoration: line-through;">Do bare metal restore of system volume C:. The volume is restored unencrypted.</span></li>
<li><span style="text-decoration: line-through;">Boot into OS and log in.</span></li>
<li><span style="text-decoration: line-through;">From an administrative command prompt, run <strong>manage-bde -autounlock -clearallkeys C:</strong>. </span></li>
<li><span style="text-decoration: line-through;">In the Control Panel, go to <strong>BitLocker Drive Encryption</strong> and enable Bitlocker on C:. Leave the encrypted data volumes in their locked state for now.</span></li>
<li><span style="text-decoration: line-through;">Reboot to activate BitLocker. This apparently creates the auto-unlock master key on the system volume.</span></li>
<li><span style="text-decoration: line-through;">Log in. In the Control Panel, go to <strong>BitLocker Drive Encryption</strong> and manually unlock encrypted data volumes.</span></li>
<li><span style="text-decoration: line-through;">For each encrypted data volume, click on <strong>Manage BitLocker</strong> and set <strong>Automatically unlock this drive on this computer</strong>.</span></li>
</ol>
<p><span style="color: #0000ff;"><strong>Update 02/17/2011:</strong></span>&nbsp; You may want to refer to the <a href="http://technet.microsoft.com/en-us/library/dd875513%28WS.10%29.aspx" target="_blank">Manage-bde Parameter Reference on TechNet</a>. Based on comments from Stephan (see below), a slightly modified procedure to try next time:</p>
<ol>
<li>Do bare metal restore of system volume C:. The volume is restored unencrypted.</li>
<li>Boot into OS and log in.</li>
<li>In the Control Panel, go to <strong>BitLocker Drive Encryption</strong> and enable Bitlocker on C:. Leave the encrypted data volumes in their locked state for now.</li>
<li>Reboot to activate Bitlocker. This apparently creates the auto-unlock master key on the system volume. Log in.</li>
<li>From an administrative command prompt, run <strong>manage-bde -autounlock -clearallkeys C:</strong>.</li>
<li>In the Control Panel, go to <strong>BitLocker Drive Encryption</strong> and manually unlock encrypted data volumes.</li>
<li>From a command prompt, check for and delete old External Keys on data volumes (I haven&#8217;t tested this!):<br />
<strong>manage-bde -protectors -get S:</strong><br />
<strong>manage-bde -protectors -delete S: -type ExternalKey</strong></li>
<li>Back in the Control Panel, for each encrypted data volume, click on <strong>Manage BitLocker</strong> and set <strong>Automatically unlock this drive on this computer</strong>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.mcbsys.com/techblog/2010/08/re-enable-bitlocker-auto-unlock-after-system-volume-restore/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How Secure are TrueCrypt and BitLocker?</title>
		<link>http://www.mcbsys.com/techblog/2010/08/how-secure-are-truecrypt-and-bitlocker/</link>
		<comments>http://www.mcbsys.com/techblog/2010/08/how-secure-are-truecrypt-and-bitlocker/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 22:32:57 +0000</pubDate>
		<dc:creator>Mark Berry</dc:creator>
				<category><![CDATA[IT Administration]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[truecrypt]]></category>

		<guid isPermaLink="false">http://www.mcbsys.com/techblog/2010/08/how-secure-are-truecrypt-and-bitlocker/</guid>
		<description><![CDATA[I’ve been using TrueCrypt for a while, and have recently switched to BitLocker. My main purpose is to encrypt backup disks that are taken off site, though I plan to use BitLocker for an internal data volume as well.
Recently a colleague noticed that a $495 program called Passware Kit Enterprise is claiming “Instant decryption of [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been using TrueCrypt for a while, and have recently <a href="http://www.mcbsys.com/techblog/2010/07/server-backup-and-bitlocker/" target="_blank">switched to BitLocker</a>. My main purpose is to encrypt backup disks that are taken off site, though I plan to use BitLocker for an internal data volume as well.</p>
<p>Recently a colleague noticed that a $495 program called <a href="http://www.lostpassword.com/kit-enterprise.htm" target="_blank">Passware Kit Enterprise</a> is claiming “Instant decryption of BitLocker To Go USB disks.” In fact they claim to be able to decrypt BitLocker and TrueCrypt disks, as well as PGP volumes. Really? How does that work? Are my efforts to encrypt sensitive data useless?</p>
<p><span id="more-385"></span></p>
<p>I should note that I am by no means a high-level security guru, but as an I.T. professional, I need to understand and advise customers on suggested best practices for mitigating security risks. Here’s what I found out in a few minutes of research on Passware and BitLocker.</p>
<h3>Need a Live Memory Dump</h3>
<p><a href="http://www.lostpassword.com/hdd-decryption.htm" target="_blank">This page</a> at the Passware site describes the main prerequisite for decrypting a BitLocker or TrueCrypt volume:&nbsp; the target computer must be running and you must be able to get a full memory dump. This makes sense, since the key to decrypt the drive must be stored in memory while the computer is running.</p>
<p>The page lists three tools for getting the memory image:</p>
<p>- <a href="http://www.lostpassword.com/hdd-decryption.htm#imager" target="_blank">Passware FireWire Memory Manager</a> (included in $795 Passware Forensic edition). This requires a FireWire port on the target machine. Oh no, my server doesn’t support FireWire! If yours does, take it out. Note that this could be a vulnerability on laptops.</p>
<p>- <a href="http://sourceforge.net/projects/mdd/files/" target="_blank">Mantech Physical Memory Dump Utility</a>. I downloaded this free tool from SourceForge. and ran it. Based on the Usage instructions, it can only dump the memory of the current computer, and only if you are logged on as an administrator. If you can log on as an administrator, the BitLocker volume is probably already unlocked; you don&#8217;t really need to crack the password.</p>
<p><a href="http://www.mcbsys.com/techblog/wp-content/uploads/2010/08/CrackTest11.png"><img style="display: inline; border-width: 0px;" title="Crack Test 1" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/08/CrackTest1_thumb1.png" border="0" alt="Crack Test 1" width="354" height="98" /></a></p>
<p>- Win32dd, now part of <a href="http://moonsols.com/blog/2-blog/9-moonsols-windows-memory-toolkit" target="_blank">MoonSols Windows Memory Toolkit</a>. I downloaded the free Community Edition of this tool and checked the command-line parameters. It appears more sophisticated than Mantech:&nbsp; it can run in client and server mode, allowing the client to send a dump across the network to the Win32dd server. But running the client would still require being logged on to the target machine.</p>
<p><a href="http://www.mcbsys.com/techblog/wp-content/uploads/2010/08/CrackTest21.png"><img style="display: inline; border-width: 0px;" title="Crack Test 2" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/08/CrackTest2_thumb1.png" border="0" alt="Crack Test 2" width="354" height="435" /></a>&nbsp;</p>
<h3>Microsoft Response</h3>
<p>This <a href="http://blogs.pcmag.com/securitywatch/2009/12/new_passware_can_crack_pgp_and.php" target="_blank">PC Magazine article</a> includes a response from Microsoft about the Passware tool. Basically, it’s, “Yeah, we knew that.” To quote the quote, “We have always been up front in our discussions of Windows BitLocker and that it is intended to help protect data at rest (e.g. when the machine is powered off).”</p>
<p>For more arcane information about BitLocker that you ever wanted to know, see the Microsoft <a href="http://blogs.msdn.com/b/si_team/" target="_blank">System Integrity Team Blog</a>.</p>
<h3>Conclusion</h3>
<p>The rule of thumb with any full-disk encryption product seems to be for best protection, either <strong>prevent physical access</strong> to the machine (servers) or <strong>turn it off</strong> when not in use (laptops). Sleep is not enough; hibernation is probably okay. As long as the hacker does not have access to live system memory, they are stuck with a brute force attack on the volume, which could take a very long time. <strong></strong></p>
<p><strong><span style="color: #0000ff;">Update March 2, 2011:</span></strong>&nbsp; Passware now claims <a href="http://www.lostpassword.com/hdd-decryption.htm" target="_blank">here</a> that if the system was hibernated, the BitLocker keys “could be possibly recovered from the hiberfil.sys file.” Failing that, they resort to brute force. So <strong>turn your computer completely off</strong>, don&#8217;t just hibernate it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcbsys.com/techblog/2010/08/how-secure-are-truecrypt-and-bitlocker/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Server Backup and BitLocker</title>
		<link>http://www.mcbsys.com/techblog/2010/07/server-backup-and-bitlocker/</link>
		<comments>http://www.mcbsys.com/techblog/2010/07/server-backup-and-bitlocker/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 22:11:01 +0000</pubDate>
		<dc:creator>Mark Berry</dc:creator>
				<category><![CDATA[IT Administration]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[esata]]></category>

		<guid isPermaLink="false">http://www.mcbsys.com/techblog/2010/07/server-backup-and-bitlocker/</guid>
		<description><![CDATA[A lot of attention has been given to encrypting laptops because they are often stolen and their drives may contain sensitive company information.
Another popular topic is the need to store backup data off site so you can recover in case of disaster. In the small business arena, this is often accomplished by saving the data [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of attention has been given to encrypting laptops because they are often stolen and their drives may contain sensitive company information.</p>
<p>Another popular topic is the need to store backup data off site so you can recover in case of disaster. In the small business arena, this is often accomplished by saving the data to external hard drives that are rotated off site.</p>
<p>But how secure are those backup drives once they leave your office? While a laptop may contain excerpts of data, that server backup drive contains <em>all</em> of your proprietary data, and likely private information about your clients as well. What happens if that drive is lost or stolen, either while en route or while stored off site?</p>
<p><span id="more-334"></span></p>
<h3>BitLocker and External Drives</h3>
<p>Windows Server 2008 introduced BitLocker as a built-in full-disk encryption (FDE) engine. Unfortunately, BitLocker makes it difficult to work with external drives in a server environment. Why? Because if you connect a BitLocker-encrypted USB drive to a computer, even if you have set it up to auto-unlock, it will not unlock until a user logs on. Apparently the unlock keys for removable drives are stored with the user profile, not the computer profile. Obviously in a server environment, this is unacceptable:&nbsp; the server must have access to attached storage even if no one is logged on to the server console.</p>
<h3>eSATA to the Rescue</h3>
<p>Fortunately, there is a workaround:&nbsp; use eSATA to connect external drives. Windows sees eSATA drives as <em>internal</em> drives, not removable drives, and you can enable Bitlocker with auto-unlock just as if they were internal data drives. In this example, the S: and T: drives are external eSATA drives, while the R: drive is an external USB drive which is only available in user-specific “Bitlocker To Go” mode:</p>
<p><img style="display: inline; border-width: 0px;" title="eSATA and BitLocker 1" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/eSATAandBitLocker1.png" border="0" alt="eSATA and BitLocker 1" width="354" height="461" /></p>
<p>When you turn on BitLocker, choose “Automatically unlock” so the drive’s key will be stored on the system volume:</p>
<p><img style="display: inline; border-width: 0px;" title="eSATA and BitLocker 2" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/eSATAandBitLocker2.png" border="0" alt="eSATA and BitLocker 2" width="354" height="164" /></p>
<p>Be sure to save the recovery key to a file and/or print it out. Keep it in a safe place so you can decrypt the volume elsewhere in a disaster recovery scenario. <strong>Test this</strong> by attaching the drive to another machine and making sure you can unlock it with the BitLocker recovery key.</p>
<p>Note that the system volume must be encrypted first, which means you must provide a Bitlocker “master” key to boot the server. See <a href="http://www.mcbsys.com/techblog/2010/07/remote-boot-bitlocker-without-a-tpm/" target="_blank">this post</a> for a tip on how to use Bitlocker in a server environment when you need to be able to boot remotely.</p>
<p><strong></strong>If you are using the Enterprise or Datacenter editions of Windows Server 2008 R2, you may find that eSATA drives are offline by default. The simple fix is described <a href="http://www.mcbsys.com/techblog/2010/07/esata-drives-offline-because-of-policy-set-by-an-administrator/" target="_blank">here</a>.</p>
<h3>Safely Remove eSATA Drives</h3>
<p>The next challenge is, how do we safely remove an eSATA drive so we can take it off site? Because Windows thinks eSATA drives are internal, not removable, they are not listed when you choose Safely Remove Hardware. Only the external USB drive is listed:</p>
<p><img style="display: inline; border-width: 0px;" title="eSATA and BitLocker 3" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/eSATAandBitLocker3.png" border="0" alt="eSATA and BitLocker 3" width="253" height="113" /></p>
<p>Here a small, free program called <a href="http://mt-naka.com/hotswap/index_enu.htm" target="_blank">HotSwap!</a> has proved invaluable. Just copy the 64-bit version of this program to a folder under <strong>C:\Program Files</strong>, run <strong>HotSwap!.exe</strong>, and a small icon with a red arrow will appear in your system tray. Right-click on the icon to see program options, or just left-click to remove a drive:</p>
<p><img style="display: inline; border-width: 0px;" title="eSATA and BitLocker 4" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/eSATAandBitLocker4.png" border="0" alt="eSATA and BitLocker 4" width="459" height="73" /></p>
<p>and within a few seconds the drive is ready for removal:</p>
<p><img style="display: inline; border: 0px;" title="eSATA and BitLocker 5" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/eSATAandBitLocker5.png" border="0" alt="eSATA and BitLocker 5" width="354" height="94" /></p>
<p>My understanding is that HotSwap! works by uninstalling the drive. You could do the same thing from Device Manager.</p>
<p>&nbsp;</p>
<h3>Not Perfect</h3>
<p>HotSwap!, and probably the underlying device uninstallation approach, are not perfect. If you have an open file on the drive, for example a VHD attached to a running virtual machine, you may see this dialog:</p>
<p><img style="display: inline; border-width: 0px;" title="eSATA and BitLocker 6" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/eSATAandBitLocker6.png" border="0" alt="eSATA and BitLocker 6" width="354" height="134" />&nbsp;</p>
<p>If you close the file and try again, you may get the dreaded “system restart requested” dialog:</p>
<p><img style="display: inline; border-width: 0px;" title="eSATA and BitLocker 7" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/eSATAandBitLocker7.png" border="0" alt="eSATA and BitLocker 7" width="354" height="133" /></p>
<p>&nbsp;</p>
<p>Once that happens, I’ve found that the only way to remove the drive safely is to restart the server.</p>
<h3>Backup Staging</h3>
<p>In general, my approach is to “stage” backups on the S: drive, which remains permanently attached to the server, then use a daily <strong>robocopy</strong> job to copy the S: drive to the T: drive, which rotates off site with another T: drive. This means that the S: drive is always available and always has the same shared folders. The T: drive is only accessed during the daily copy, so I shouldn’t run into the “system restart requested” issue when removing the T: drive. The one thing I still need to test is whether I can host a backup VHD on the S: drive and reliably copy it to the T: drive while the VHD is attached to the VM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcbsys.com/techblog/2010/07/server-backup-and-bitlocker/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Remote Boot Bitlocker without a TPM</title>
		<link>http://www.mcbsys.com/techblog/2010/07/remote-boot-bitlocker-without-a-tpm/</link>
		<comments>http://www.mcbsys.com/techblog/2010/07/remote-boot-bitlocker-without-a-tpm/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 00:29:25 +0000</pubDate>
		<dc:creator>Mark Berry</dc:creator>
				<category><![CDATA[IT Administration]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[drac]]></category>

		<guid isPermaLink="false">http://www.mcbsys.com/techblog/2010/07/remote-boot-bitlocker-without-a-tpm/</guid>
		<description><![CDATA[One of the challenges of implementing full-disk encryption is how to provide the key to unlock the drive when the system boots. This is especially important with servers, which may be at a remote location.
Microsoft’s Bitlocker can use a Trusted Platform Module (TPM) on the motherboard to provide a unified start-up experience, even unlocking system [...]]]></description>
			<content:encoded><![CDATA[<p>One of the challenges of implementing full-disk encryption is how to provide the key to unlock the drive when the system boots. This is especially important with servers, which may be at a remote location.</p>
<p>Microsoft’s Bitlocker can use a Trusted Platform Module (TPM) on the motherboard to provide a unified start-up experience, even unlocking system drives before a user logs on. But what if your machine does not have a TPM? How do you configure Bitlocker, and how do you boot the machine if you are not at the server location? I found that a Dell Remote Access Controller (DRAC) is all that is needed.</p>
<p> <span id="more-310"></span>
</p>
<h3>Allow BitLocker without a Compatible TPM</h3>
<p>Scenario 5 of <a href="http://technet.microsoft.com/en-us/library/cc732725%28WS.10%29.aspx" target="_blank">this Technet article</a> has instructions for enabling Bitlocker without a TPM, but they are incorrect at a crucial point. In Windows Server 2008 R2, you will find the setting in Local Group Policy under <strong>Computer Configuration</strong> &gt; <strong>Administrative Templates</strong> &gt; <strong>Windows Components</strong> &gt; <strong>BitLocker Drive Encryption</strong> &gt; <strong>Operating System Drive</strong> &gt; <strong>Require additional authentication at startup</strong>. Enable this policy, and you will be able to check the box <strong>Allow BitLocker without a compatible TPM</strong>. (Note:&#160; for Server 2008 R2, set the policy for the “Windows 7 family”, <em>not</em> the one for “Windows Server 2008 and Windows Vista”.)</p>
<p><a href="http://www.mcbsys.com/techblog/wp-content/uploads/2010/09/BitlockerGroupPolicy1.png"><img title="Bitlocker Group Policy 1" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="214" alt="Bitlocker Group Policy 1" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/09/BitlockerGroupPolicy1_thumb.png" width="354" border="0" /></a> </p>
<p><a href="http://www.mcbsys.com/techblog/wp-content/uploads/2010/09/BitlockerGroupPolicy2.png"><img title="Bitlocker Group Policy 2" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="324" alt="Bitlocker Group Policy 2" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/09/BitlockerGroupPolicy2_thumb.png" width="354" border="0" /></a> </p>
<p>Once that Group Policy setting is made, you can go to Control Panel to turn on Bitlocker on the system drive. You’ll need to save the startup key to a USB flash drive. Be sure to save and print out the recovery key as well.</p>
<h3>Boot without a USB Flash Drive</h3>
<p>If you know you are going to need to reboot a remote server for system maintenance, you can temporarily disable Bitlocker as described near the bottom of <a title="TechNet - Temporarily disable Bitlocker" href="http://technet.microsoft.com/en-us/library/cc732774.aspx" target="_blank">this article</a>. But what if you don&#8217;t do that? What happens if you boot with Bitlocker enabled but without the USB flash drive containing the startup key? You’ll see a screen like this:</p>
<p><a href="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/Bitlocker1.png"><img title="Bitlocker 1" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="191" alt="Bitlocker 1" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/Bitlocker1_thumb.png" width="244" border="0" /></a></p>
<p>So how do we use the DRAC to get into the system? My first attempt was to use the DRAC media redirection to plug the USB flash drive into my local machine. But for some reason the machine didn’t see the flash drive:</p>
<p><img title="Bitlocker 2" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="114" alt="Bitlocker 2" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/Bitlocker2.png" width="390" border="0" /></p>
<p>However I was able to access the console. When I pressed Enter, this screen appeared:</p>
<p><a href="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/Bitlocker3.png"><img title="Bitlocker 3" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="191" alt="Bitlocker 3" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/Bitlocker3_thumb.png" width="244" border="0" /></a></p>
<p>Once I typed in the 48-digit recovery key (not much harder than typing in a product key), Windows started:</p>
<p><img title="Bitlocker 4" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="89" alt="Bitlocker 4" src="http://www.mcbsys.com/techblog/wp-content/uploads/2010/07/Bitlocker4.png" width="173" border="0" /></p>
<h3>Conclusion</h3>
<p>Some consider Bitlocker without a TPM to be more secure because it requires an external USB flash drive to boot. Even if you have a TPM, you may want to configure Bitlocker to additionally require a PIN (two-factor authentication). Either way, an out-of-band remote access card like the Dell DRAC solves the problem of not being physically present when booting the machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcbsys.com/techblog/2010/07/remote-boot-bitlocker-without-a-tpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kon-Boot vs. Windows 7 BitLocker</title>
		<link>http://www.mcbsys.com/techblog/2009/10/kon-boot-vs-windows-7-bitlocker/</link>
		<comments>http://www.mcbsys.com/techblog/2009/10/kon-boot-vs-windows-7-bitlocker/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 10:33:58 +0000</pubDate>
		<dc:creator>Mark Berry</dc:creator>
				<category><![CDATA[IT Administration]]></category>
		<category><![CDATA[bitlocker]]></category>
		<category><![CDATA[kon-boot]]></category>
		<category><![CDATA[password recovery]]></category>

		<guid isPermaLink="false">/mark/post/Kon-Boot-vs-Bitlocker.aspx</guid>
		<description><![CDATA[I&#8217;ve been running Windows 7 with BitLocker for a couple months and am quite pleased with it. BitLocker encrypts the hard drive so that if my laptop is lost or stolen, it should not be possible to access the data on the drive even if you remove the drive and attach it as a second [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been running Windows 7 with BitLocker for a couple months and am quite pleased with it. BitLocker encrypts the hard drive so that if my laptop is lost or stolen, it should not be possible to access the data on the drive even if you remove the drive and attach it as a second drive to another system.</p>
<p>Recently though I read about a password &#8220;bypass&#8221; program called Kon-Boot that dynamically replaces the Windows kernel during bootup and allows logging in with <em>any</em> password. I wondered if BitLocker was vulnerable to this kind of program. If a thief could simply log on to my BitLocker-protected system, the encryption would be useless.</p>
<p>So I decided to give it a try.</p>
<p><span id="more-30"></span></p>
<p><strong>Caveat:</strong>&#160; I have no idea if Kon-Boot can harm a computer and/or upload data. Even with a full backup, there is a risk that it might corrupt the BIOS or otherwise make the computer unusable. Use at your own risk.</p>
<h1>BitLocker Kicks Kon-Boot</h1>
<p>So I booted Windows 7 with the Kon-Boot disk in the CD drive. BitLocker promptly reported that &#8220;the system boot information has changed&#8221;:</p>
<p><a href="http://www.mcbsys.com/techblog/wp-content/uploads/WindowsLiveWriter/KonBootvs.Bitlocker_9494/BitLocker%20001_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="BitLocker 001" src="http://www.mcbsys.com/techblog/wp-content/uploads/WindowsLiveWriter/KonBootvs.Bitlocker_9494/BitLocker%20001_thumb.jpg" width="244" border="0"></a></p>
<p>When I pressed Enter to continue, BitLocker prompted me for my password (Label and ID blacked out):</p>
<p><a href="http://www.mcbsys.com/techblog/wp-content/uploads/WindowsLiveWriter/KonBootvs.Bitlocker_9494/BitLocker%20002_4.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="BitLocker 002" src="http://www.mcbsys.com/techblog/wp-content/uploads/WindowsLiveWriter/KonBootvs.Bitlocker_9494/BitLocker%20002_thumb_1.jpg" width="244" border="0"></a> </p>
<p>I didn&#8217;t want to actually change the BIOS, so I didn&#8217;t provide the password. I got this screen:</p>
<p><a href="http://www.mcbsys.com/techblog/wp-content/uploads/WindowsLiveWriter/KonBootvs.Bitlocker_9494/BitLocker%20003_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="BitLocker 003" src="http://www.mcbsys.com/techblog/wp-content/uploads/WindowsLiveWriter/KonBootvs.Bitlocker_9494/BitLocker%20003_thumb.jpg" width="244" border="0"></a> </p>
<p>After rebooting without the Kon-Boot CD, I got this heart-stopping message:</p>
<p><a href="http://www.mcbsys.com/techblog/wp-content/uploads/WindowsLiveWriter/KonBootvs.Bitlocker_9494/BitLocker%20004_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="BitLocker 004" src="http://www.mcbsys.com/techblog/wp-content/uploads/WindowsLiveWriter/KonBootvs.Bitlocker_9494/BitLocker%20004_thumb.jpg" width="244" border="0"></a> </p>
<p>Had Kon-Boot in fact damaged my system? Fortunately after another reboot, Windows 7 came up fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcbsys.com/techblog/2009/10/kon-boot-vs-windows-7-bitlocker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

