<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'VHD'</title><link>http://bloggingabout.net/search/SearchResults.aspx?a=1&amp;o=DateDescending&amp;tag=VHD&amp;orTags=0</link><description>Search results matching tag 'VHD'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Booting from VHD files and using Windows Server 2008 R2 as a Workstation</title><link>http://bloggingabout.net/blogs/harold/archive/2010/07/22/booting-from-vhd-files-and-using-windows-server-2008-r2-as-a-workstation.aspx</link><pubDate>Thu, 22 Jul 2010 07:39:35 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:483744</guid><dc:creator>hvdkamp</dc:creator><description>&lt;p&gt;For my work I&amp;#39;m using a laptop that has several operating systems installed. Depending on the customer related work, e.g. office work, giving presentations and developing software, I&amp;#39;m booting one of these environments.&lt;/p&gt;  &lt;p&gt;My multi-boot installation consists of several environments including:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows 7 &lt;/li&gt;    &lt;li&gt;Windows Server 2008 R2 with SharePoint 2007 &lt;/li&gt;    &lt;li&gt;Windows Server 2008 R2 with SharePoint 2010 &lt;/li&gt;    &lt;li&gt;Windows Server 2008 R2 with SharePoint 2007 and Dynamics CRM 4.0. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;All the operating systems boot from a virtual hard disk instead of using virtualization by booting an operating system that hosts an other operating system.&lt;/p&gt;  &lt;p&gt;I prefer using VHD files and booting from them because of several reason, e.g.:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The whole virtual memory is available for use on the work environment, instead of loosing virtual memory to an operating system that hosts a guest operation system using virtualization &lt;/li&gt;    &lt;li&gt;Creating backups of a whole operating system is easily done by just backing up one &lt;a href="http://en.wikipedia.org/wiki/VHD_%28file_format%29" target="_blank"&gt;.vhd&lt;/a&gt; file. &lt;/li&gt;    &lt;li&gt;Normal hardware and drivers are used instead of emulated hardware and drivers. &lt;/li&gt;    &lt;li&gt;By creating a clean installed base environment, you can quickly go back to that state or derive environments based on the base environment. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;People often ask me:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;How do you install operating systems on a VHD file and setup up a &lt;a href="http://en.wikipedia.org/wiki/Multiboot" target="_blank"&gt;multi-boot&lt;/a&gt; environment? &lt;/li&gt;    &lt;li&gt;How can you boot from a virtual hard disk? &lt;/li&gt;    &lt;li&gt;What did you change to your Windows Server 2008 environment so that it looks like Windows 7? &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You can get answers to all of these questions by visiting &amp;quot;&lt;a href="http://www.windowsitpro.com/article/virtualization/q-how-can-i-install-windows-7-or-windows-server-2008-r2-to-a-virtual-hard-disk-vhd-file-.aspx" target="_blank"&gt;How can I install Windows 7 or Windows Server 2008 R2 to a virtual hard disk (VHD) file?&lt;/a&gt;&amp;quot; about how to install an operating system on a VHD. Visit &lt;a href="http://www.win2008r2workstation.com" target="_blank"&gt;Win2008r2workstation.com&lt;/a&gt; which explains how to convert your Windows Server 2008 R2 server to a workstation.     &lt;/p&gt;</description></item><item><title>Extend VHD with Windows 7</title><link>http://bloggingabout.net/blogs/markwillems/archive/2010/05/12/extend-vhd-with-windows-7.aspx</link><pubDate>Wed, 12 May 2010 10:46:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:483262</guid><dc:creator>Mark Willems</dc:creator><description>&lt;p&gt;My favorite feature in Windows 7 is the built-in partition manager! Often I copy VHD files from colleagues and use those as a starting point for my own development. Sometimes I run into the issue that I want to install additional software on the image but there is no more space available on the image.&lt;/p&gt;
&lt;p&gt;My solution for this is the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Take a backup of your VHD. &lt;/li&gt;
&lt;li&gt;Run the &amp;quot;&lt;a href="http://vmtoolkit.com/files/folders/converters/entry87.aspx"&gt;VHD Resizer&lt;/a&gt;&amp;quot; tool to add extra disk space to the VHD. &lt;/li&gt;
&lt;li&gt;Start the VHD and take a look at the disk via Disk Management. You will see that the disk has now extra unallocated disk space. &lt;/li&gt;
&lt;li&gt;Because the disk is the system disk you cannot use &lt;a href="http://support.microsoft.com/kb/300415"&gt;DISKPART&lt;/a&gt; to add the unallocated disk space to the system partition. But&amp;hellip;.. Windows 7 is there to the rescue &lt;/li&gt;
&lt;li&gt;Shutdown the VHD and again take a backup.&lt;/li&gt;
&lt;li&gt;Go to Start\Control Panel\Administrative Tools\Computer Management in Computer Management select Disk Management.&lt;/li&gt;
&lt;li&gt;In the right pane expand &amp;ldquo;More actions&amp;rdquo; and select &amp;ldquo;Attach VHD&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/markwillems.metablogapi/1881.AttachVHD_5F00_43352B9F.png"&gt;&lt;img height="154" width="244" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/markwillems.metablogapi/0434.AttachVHD_5F00_thumb_5F00_09B21BA8.png" alt="AttachVHD" border="0" title="AttachVHD" style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" /&gt;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Specify the VHD you want to extend&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/markwillems.metablogapi/2548.chooseVHD_5F00_0292DF30.png"&gt;&lt;img height="124" width="244" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/markwillems.metablogapi/4431.chooseVHD_5F00_thumb_5F00_7B73A2B7.png" alt="chooseVHD" border="0" title="chooseVHD" style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" /&gt;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Right the partition you want to extend and select &amp;lsquo;Extend Volume&amp;rsquo;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/markwillems.metablogapi/0247.ExtendVolume_5F00_7454663F.png"&gt;&lt;img height="114" width="244" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/markwillems.metablogapi/8726.ExtendVolume_5F00_thumb_5F00_490FCF38.png" alt="ExtendVolume" border="0" title="ExtendVolume" style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" /&gt;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Complete the &amp;lsquo;Extend Volume Wizard&amp;rsquo; and the result should be an extended VHD file as shown below. After that detach the VHD by right clicking the Disk and then selecting the option &amp;#39;Detach VHD&amp;#39;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/markwillems.metablogapi/1832.EndResult_5F00_28F4C27B.png"&gt;&lt;img height="203" width="323" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/markwillems.metablogapi/5265.EndResult_5F00_thumb_5F00_33B219D0.png" alt="EndResult" border="0" title="EndResult" style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" /&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ol&gt;</description></item></channel></rss>