Create dual boot system of Windows 7 and 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 :
The MMC control panel displays, and here you will see the included Disk Management utility:
And to create a new VHD, click the Action menu on the Toolbar, then select Create VHD :
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:
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 :
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 :
Keep the MBR (Master Boot Record) mode intact and click OK :
The next step here is to create Volume on that partition. Right-click on the black partition and select New Simple Volume:
Keep the default options in the Wizard window displayed next, you can change the Volume to Windows 8, then click Next> Finish to finish:
And our VHD file can act as a real hard drive partition:
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 :
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:
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:
Right-click on the file and select Properties , click Unblock button as shown below:
And combine the * .ISO file of Windows 8 Consumer Preview, download it here, then go back to PowerShell and type the command ' CD C: '
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:
The drive E here is the VHD partition created in the previous step
When completed, the system will display the message as shown below:
Then, open the Command Prompt and type bcdboot.exe I: Windows (assuming that I is a Windows 8 drive):
And when the system boots the next time, Windows will display the new operating system selection screen as shown below:
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:
Next, move to the Contacts folder on the partition containing Windows 7:
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!
You should read it
- Windows 8 Consumer Preview before 'coming out'
- How to download and install Windows 8.1 Preview
- Please read the Windows 10 Technical Preview download
- Winning weapons of Windows 8
- The latest additions to Windows 8
- How to install Windows 10 Technical Preview
- Windows 8: Start Safe Mode
- Set up dual - boot system Windows 7 and Windows 8
May be interested
- Dual boot (Dual boot) with virtual machine: Which one should you choose?if you want to run multiple operating systems on one machine or multiple copies of the same operating system, you will have two choices: dual boot or run on a virtual machine. both methods are useful but for different purposes.
- Will dual-boot options be added soon with Windows 10?google popped up that they would support an option to allow use of windows 10 on chromebook devices.
- How to dual boot Chrome OS and Windows 10many users are still trying to run chrome os and windows 10 in parallel. and that's why today, tipsmake.com gives you this detailed guide on how to dual boot chrome os and windows 10.
- Fix Windows and Linux errors showing different time at dual bootwhen booting windows and linux, you may notice that it is not possible to synchronize the system clock between these two operating systems. this is because these two operating systems use different timing methods. this article will show you how to fix windows and linux errors showing different time at dual boot.
- How to delete old boot options in boot menu on Windows 10have you ever started another operating system with windows operating system? dual booting is a great way to try the new operating system without affecting the windows version. you can choose between operating system versions using the built-in boot manager.
- How to dual-boot Raspberry Pi with BerryBootif you need more than one operating system on your raspberry pi, there are a number of tools available to help manage this process, such as noobs of the raspberry pi foundation, and its precursor berryboot.
- 20 best USB boot software20 this usb boot software will help you create usb boot, usb install win quickly, easily, even can create usb boot containing many operating systems.
- Install Ubuntu on Windows 7 computeryou have a new computer with windows 7 installed on it, and want to create a dual boot system to be able to run ubuntu linux ..
- How to Dual Boot a Compatible Linux Distro with Windows 8looking to dual boot ubuntu (or other compatible linux distros) with a windows 8 pc or laptop? this is the best and possibly the simplest, most straight forward way to do it! assuming you have a windows 8 pc or laptop and an ubuntu 64-bit...
- How to Dual Bootwant to get more functionality out of your computer? by setting up a dual boot environment, you can install a second (or third, or fourth) operating system, allowing you to choose which one you want when the computer starts up. you can...