Order Now!
Windows 7 for XP ProfessionalsUpdating Support Skills from XP to Windows 7by Bink.nu's Raymond Comvalius
There are 44 guest(s) online.
There are 0 member(s) online.
A. Windows 7 and Server 2008 R2 add the ability for an OS to be installed onto a virtual hard disk (VHD) file to boot physical hardware. To do this, perform the following steps:
diskpart list disk select disk 0 clean
create part primary size=200 format fs=ntfs label="System" quick active
create part primary format fs=ntfs label="Boot" quick assign letter=C
create vdisk file=c:\win7ult.vhd maximum=25000 type=expandable select vdisk file=c:\win7ult.vhd attach vdisk create partition primary format fs=ntfs label="Win7Boot" quick
list vol
Click to expand
Installation will now progress as usual. Once installation is finished, you can see that the VHD partition is now the C drive while the partition containing the VHD files is demoted down to the D drive, as shown here. If you look at the contents of the drives, you'll see D contains the VHD file and C, the content of the VHD, looks like a standard drive with a Windows installation. The 200 MB partition you created doesn't have a drive letter and is essentially invisible to the OS.
Full Story At Source with Video!
See also: Q. How do I dual boot an existing OS with Windows 7 or Windows Server 2008 R2 installed in a virtual hard disk (VHD) file?
You could also use WIM2VHD, which is much simpler.
code.msdn.microsoft.com/wim2vhd