Create dual boot system of Windows 7 and Windows 8

The official appearance of Windows 8 recently has made users curious about the operating system's new features and interfaces. But make sure it takes a long time before we can 'give up' Windows 7 or XP to switch to Windows 8 ...

TipsMake.com - The official appearance of Windows 8 recently has made users curious about the extremely new feature system and interface of this operating system . But make sure it takes a long time before we can "give up" Windows 7 or XP to switch to Windows 8. In the following article, we will show you how to create a dual boot system between Windows 7 and 8 in a very simple and easy way.

1. Create VHD:

To do this, open Run ( Windows + R ), type diskmgmt.msc and press Enter :

Create dual boot system of Windows 7 and Windows 8 Picture 1Create dual boot system of Windows 7 and Windows 8 Picture 1

The MMC control panel displays, and here you will see the included Disk Management utility:

Create dual boot system of Windows 7 and Windows 8 Picture 2Create dual boot system of Windows 7 and Windows 8 Picture 2

And to create a new VHD, click the Action menu on the Toolbar, then select Create VHD :

Create dual boot system of Windows 7 and Windows 8 Picture 3Create dual boot system of Windows 7 and Windows 8 Picture 3

Select the archive folder for the VHD file, initialize the initial capacity (minimum of 20 GB), and you should select Fixed Size mode to increase performance:

Create dual boot system of Windows 7 and Windows 8 Picture 4Create dual boot system of Windows 7 and Windows 8 Picture 4

After that, Windows will proceed to create VHD file. The process of this process will be displayed fully and accurately on the Status Bar of the MMC snap-in :

Create dual boot system of Windows 7 and Windows 8 Picture 5Create dual boot system of Windows 7 and Windows 8 Picture 5

When finished, this virtual hard drive file will be listed in the Partition list in the Disk Management window. Right-click the VHD file and select Initialize Disk :

Create dual boot system of Windows 7 and Windows 8 Picture 6Create dual boot system of Windows 7 and Windows 8 Picture 6

Keep the MBR (Master Boot Record) mode intact and click OK :

Create dual boot system of Windows 7 and Windows 8 Picture 7Create dual boot system of Windows 7 and Windows 8 Picture 7

The next step here is to create Volume on that partition. Right-click on the black partition and select New Simple Volume:

Create dual boot system of Windows 7 and Windows 8 Picture 8Create dual boot system of Windows 7 and Windows 8 Picture 8

Keep the default options in the Wizard window displayed next, you can change the Volume to Windows 8, then click Next> Finish to finish:

Create dual boot system of Windows 7 and Windows 8 Picture 9Create dual boot system of Windows 7 and Windows 8 Picture 9

And our VHD file can act as a real hard drive partition:

Create dual boot system of Windows 7 and Windows 8 Picture 10Create dual boot system of Windows 7 and Windows 8 Picture 10

2. Install Windows 8 on the VHD partition:

The first thing to do here is to open PowerShell ( Start Menu> All Programs> Accessories> Windows Powershell ) under Administrator :

Create dual boot system of Windows 7 and Windows 8 Picture 11Create dual boot system of Windows 7 and Windows 8 Picture 11

When PowerShell starts, you need to change the execution policy to allow the user account to run the necessary script. Type the command ' Set-ExecutionPolicy RemoteSigned ', the system will display a message with many options, press Y and press Enter to confirm. And after that, keep the PowerShell window as it was:

Create dual boot system of Windows 7 and Windows 8 Picture 12Create dual boot system of Windows 7 and Windows 8 Picture 12


Next, download the Install-WindowsImage.ps1 code directly from Microsoft or at MediaFire, then copy to drive C or any other folder on the hard drive:

Create dual boot system of Windows 7 and Windows 8 Picture 13Create dual boot system of Windows 7 and Windows 8 Picture 13

Right-click on the file and select Properties , click Unblock button as shown below:

Create dual boot system of Windows 7 and Windows 8 Picture 14Create dual boot system of Windows 7 and Windows 8 Picture 14

And combine the * .ISO file of Windows 8 Consumer Preview, download it here, then go back to PowerShell and type the command ' CD C: '

Create dual boot system of Windows 7 and Windows 8 Picture 15Create dual boot system of Windows 7 and Windows 8 Picture 15

Next, type in the following command:

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

You should pay attention and replace the drive letter with the character in this test (behind the –WIM parameter). Then press Enter:

Create dual boot system of Windows 7 and Windows 8 Picture 16Create dual boot system of Windows 7 and Windows 8 Picture 16 The drive E here is the VHD partition created in the previous step

When completed, the system will display the message as shown below:

Create dual boot system of Windows 7 and Windows 8 Picture 17Create dual boot system of Windows 7 and Windows 8 Picture 17

Then, open the Command Prompt and type bcdboot.exe I: Windows (assuming that I is a Windows 8 drive):

Create dual boot system of Windows 7 and Windows 8 Picture 18Create dual boot system of Windows 7 and Windows 8 Picture 18

And when the system boots the next time, Windows will display the new operating system selection screen as shown below:

Create dual boot system of Windows 7 and Windows 8 Picture 19Create dual boot system of Windows 7 and Windows 8 Picture 19

3. Data sharing:

The last thing to do here is to change the file usage and sharing mode between the two operating systems. To boot directly into the Windows 8 installation process, you go to the account directory under the path:

C: Users [Account name]

Right-click the Contacts folder and select Properties from Context Menu , select the Location tab and click the Move button:

Create dual boot system of Windows 7 and Windows 8 Picture 20Create dual boot system of Windows 7 and Windows 8 Picture 20

Next, move to the Contacts folder on the partition containing Windows 7:

Create dual boot system of Windows 7 and Windows 8 Picture 21Create dual boot system of Windows 7 and Windows 8 Picture 21

Click OK, and the system will automatically transfer data between the two locations. You just need to do this again with the following folders: Desktop, Downloads, Favorites, Links, My Documents, My Music, My Pictures and My Videos . Very simple and easy, wish you success!

4 ★ | 1 Vote