Create dualboot system with Windows 7 and 8 using VHD

In the following article, we will show you how to create and use Virtual Hard Drive (VHD) to install and start Windows 8 on a working computer using Windows 7. Actually, in fact There are quite a few ways to do this, and the way presented below is simple and easy to implement

TipsMake.com - In the following article, we will show you how to create and use Virtual Hard Drive (VHD) to install and start Windows 8 on a working computer with Windows 7. Actually, there are actually many ways to do this, and the way presented below is the easiest and easiest to implement.

To create VHD , open Start Menu> Run and type diskmgmt.msc:

images 1 of Create dualboot system with Windows 7 and 8 using VHD
Images 1 of Create dualboot system with Windows 7 and 8 using VHD

The main control panel of the MMC is displayed, along with Disk Management:

images 2 of Create dualboot system with Windows 7 and 8 using VHD
Images 2 of Create dualboot system with Windows 7 and 8 using VHD

Select Action menu > Create VHD:

images 3 of Create dualboot system with Windows 7 and 8 using VHD
Images 3 of Create dualboot system with Windows 7 and 8 using VHD

Select the archive folder of the VHD file and set the required capacity (minimum of 20GB ), should choose Fixed Mode to ensure performance:

images 4 of Create dualboot system with Windows 7 and 8 using VHD
Images 4 of Create dualboot system with Windows 7 and 8 using VHD

The process of creating Windows VHD will begin, you can monitor through the MMC Status Bar :

images 5 of Create dualboot system with Windows 7 and 8 using VHD
Images 5 of Create dualboot system with Windows 7 and 8 using VHD

When this is done, the newly created partition will be listed in the Disk Management list . At this point, you need to prepare the initial settings for this partition through the Initialize Disk function :

images 6 of Create dualboot system with Windows 7 and 8 using VHD
Images 6 of Create dualboot system with Windows 7 and 8 using VHD

Keep the partition format as MBR - Master Boot Record and click OK :

images 7 of Create dualboot system with Windows 7 and 8 using VHD
Images 7 of Create dualboot system with Windows 7 and 8 using VHD

At the end of the process, we will have to create a volume on this partition, right-click on the black area and select New Simple Volume:

images 8 of Create dualboot system with Windows 7 and 8 using VHD
Images 8 of Create dualboot system with Windows 7 and 8 using VHD

The next options are displayed, you can leave the default options unchanged, change the Volume label to Windows 8 for convenience, then click Next and Finish :

images 9 of Create dualboot system with Windows 7 and 8 using VHD
Images 9 of Create dualboot system with Windows 7 and 8 using VHD

And this new VHD file will have functions like a real hard drive:

images 10 of Create dualboot system with Windows 7 and 8 using VHD
Images 10 of Create dualboot system with Windows 7 and 8 using VHD

images 11 of Create dualboot system with Windows 7 and 8 using VHD
Images 11 of Create dualboot system with Windows 7 and 8 using VHD


Install Windows 8 on the VHD partition:

The first thing to do at this process is to open PowerShell via Run As Administrator mode (Start Menu> All Programs> Accessories> Windows Powershell):

images 12 of Create dualboot system with Windows 7 and 8 using VHD
Images 12 of Create dualboot system with Windows 7 and 8 using VHD

When PowerShell starts, we need to change some policies regarding the system's ability to execute the program to apply with some of the following code. Type the command:

Set-ExecutionPolicy RemoteSigned

A security message will appear, press Y and press Enter to continue:

images 13 of Create dualboot system with Windows 7 and 8 using VHD
Images 13 of Create dualboot system with Windows 7 and 8 using VHD

Next, please visit here and download the * .ps1 file , copy it to Windows C drive:

images 14 of Create dualboot system with Windows 7 and 8 using VHD
Images 14 of Create dualboot system with Windows 7 and 8 using VHD

Open the properties - Properties of this * .ps1 file and click the Unblock button at the bottom of the window:

images 15 of Create dualboot system with Windows 7 and 8 using VHD
Images 15 of Create dualboot system with Windows 7 and 8 using VHD

To continue, please assign the * .iso file of Windows 8 Developer Preview with a program to create any drive, such as Deamon . Then return to the main control screen of PowerShell , type command CD C:

images 16 of Create dualboot system with Windows 7 and 8 using VHD
Images 16 of Create dualboot system with Windows 7 and 8 using VHD

And continue typing the following command:

.Install-WindowsImage.ps1 –WIM J: SourcesInstall.wim –Apply –Index 1 –Destination I:

One point to note here is that you should replace the drive letters behind the –WIM parameter corresponding to the * .iso file of Windows 8, the drive to be installed (in this test I is :) is the VHD partition just created earlier:

images 17 of Create dualboot system with Windows 7 and 8 using VHD
Images 17 of Create dualboot system with Windows 7 and 8 using VHD

The system will display as shown below when this process ends:

images 18 of Create dualboot system with Windows 7 and 8 using VHD
Images 18 of Create dualboot system with Windows 7 and 8 using VHD

Open the Command Prompt application and type bcdboot.exe I: Windows (drive I is the Windows 8 installation partition):

images 19 of Create dualboot system with Windows 7 and 8 using VHD
Images 19 of Create dualboot system with Windows 7 and 8 using VHD

From this point on, when the system starts, you will see the selection screen as follows:

images 20 of Create dualboot system with Windows 7 and 8 using VHD
Images 20 of Create dualboot system with Windows 7 and 8 using VHD

Good luck!

3.8 | 5 Vote
« PREV : Install Windows 8 on...
Enable Hyper-V... : NEXT »