Create dualboot system with Windows 7 and 8 using VHD

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:

Create dualboot system with Windows 7 and 8 using VHD Picture 1

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

Create dualboot system with Windows 7 and 8 using VHD Picture 2

Select Action menu > Create VHD:

Create dualboot system with Windows 7 and 8 using VHD Picture 3

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

Create dualboot system with Windows 7 and 8 using VHD Picture 4

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

Create dualboot system with Windows 7 and 8 using VHD Picture 5

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 :

Create dualboot system with Windows 7 and 8 using VHD Picture 6

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

Create dualboot system with Windows 7 and 8 using VHD Picture 7

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:

Create dualboot system with Windows 7 and 8 using VHD Picture 8

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 :

Create dualboot system with Windows 7 and 8 using VHD Picture 9

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

Create dualboot system with Windows 7 and 8 using VHD Picture 10

Create dualboot system with Windows 7 and 8 using VHD Picture 11


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):

Create dualboot system with Windows 7 and 8 using VHD Picture 12

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:

Create dualboot system with Windows 7 and 8 using VHD Picture 13

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

Create dualboot system with Windows 7 and 8 using VHD Picture 14

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

Create dualboot system with Windows 7 and 8 using VHD Picture 15

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:

Create dualboot system with Windows 7 and 8 using VHD Picture 16

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:

Create dualboot system with Windows 7 and 8 using VHD Picture 17

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

Create dualboot system with Windows 7 and 8 using VHD Picture 18

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

Create dualboot system with Windows 7 and 8 using VHD Picture 19

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

Create dualboot system with Windows 7 and 8 using VHD Picture 20

Good luck!

3.8 ★ | 5 Vote

May be interested

  • Install Windows 8 on your MACPhoto of Install Windows 8 on your MAC
    if you are using an apple mac computer and want to experience windows 8 right on this computer, the following tips will help you easily install windows 8 on a mac computer.
  • Remove Windows 8 from dualboot systemPhoto of Remove Windows 8 from dualboot system
    in the previous articles, we showed you some simple steps to create a dualboot system with windows 8 manually or with vhd - virtual hard drive. and this time, we will continue with the steps to completely remove windows 8 from the dualboot system as above ...
  • Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8Photo of Add the function Shutdown, Restart, Sleep to the Metro screen in Windows 8
    in the following article, we will show you some basic tasks to assign the shutdown, restart or sleep function to the metro interface of windows 8 developer preview ...
  • Enable, use, and disable Safe Mode in Windows 8Photo of Enable, use, and disable Safe Mode in Windows 8
    in the windows operating system versions, usually we will boot into safe mode to try to fix the problem. however, by default this mode is not enabled on windows 8, users need to do this manually.
  • Windows 8: Start Safe ModePhoto of Windows 8: Start Safe Mode
    if in old windows versions, just press f8 to enter safe mode, then windows 8 consumer preview will need to activate it the first time you use it.
  • 6 tips for Windows 8 you may not know yetPhoto of 6 tips for Windows 8 you may not know yet
    windows 8 has made significant changes in features and graphical interface compared to previous windows versions. but it was these sudden changes that made users feel confused when using. the article offers some simple tips in windows 8 that users should know if they really want to master this new operating system.