- May 12, 2014
- 787
- 0
- 0
Ok folks here's my painfully simple guide to DUAL booting Windows 10 (the best way)..its easy.
1st off we need to create a VHD from the official ISO..we have a script for that.
Before you accept any ISO check its HASH using HASH TAB,
Hash it up
Compare official hash value of your ISO to make sure its authentic!
--------------------------------------------------------------------------------------------------------
YOU NEED at least 50 GB of free space! Before you start.
Now we NEED to create a VHD...easiest way assumes you have Windows 8 or 10 already to use this Powershell script.
Convert-WindowsImage.ps1
Get it here:
Script Convert-WindowsImage.ps1 ?€” WIM2VHD for Windows 8 and Windows 8.1
Now know where you parked your ISO of Windows 10..I suggest C:\ISO\Windows10.iso
Open up a Powershell Prompt and get to the directory containing Convert-WindowsImage.ps1
We need to allow scripts so run....copy and paste below into powershell... run it
Set-ExecutionPolicy unrestricted
Now all you need to do at this point is run the correct command it will be something like this.
.\Convert-WindowsImage.ps1 -SourcePath C:\ISO\Windows10.iso -Edition Professional -VHDFormat VHD -SizeBytes 40GB -VHDPath C:\Windows10.vhd
This will take 7-8 minutes!
After it will say done and on your root drive you will have
Windows10.vhd ...this is bootable! and sysprepped!
Its like a 40GB hard drive with Windows 10 ready to boot. (Just virtual)
Now move a copy into another folder (want to save the original) such as c:\VMs
This copy will be your dual boot Windows 10
Use this guide to mount....
How to Create Windows 8 VHD for Boot to VHD using simple, easy to follow steps - Harold Wong's Blog with Geekie Thoughts and Insights - Site Home - TechNet Blogs
What you will have is a 40GB Windows 10 and Drive D will be your old OS...when done delete the VHD and remove the boot entry in msconfig.
Hope this guide helps!
The reason I want you to use 8 or 10 its super easy and works! In windows 7 I could not get the key to work that they provide...you could use windows 7 though to get a non activated 10 ..and then use that to create a real good VHD with the above steps. Look for my other posts for a link to Windows 7 method.
1st off we need to create a VHD from the official ISO..we have a script for that.
Before you accept any ISO check its HASH using HASH TAB,
Hash it up
Compare official hash value of your ISO to make sure its authentic!
--------------------------------------------------------------------------------------------------------
YOU NEED at least 50 GB of free space! Before you start.
Now we NEED to create a VHD...easiest way assumes you have Windows 8 or 10 already to use this Powershell script.
Convert-WindowsImage.ps1
Get it here:
Script Convert-WindowsImage.ps1 ?€” WIM2VHD for Windows 8 and Windows 8.1
Now know where you parked your ISO of Windows 10..I suggest C:\ISO\Windows10.iso
Open up a Powershell Prompt and get to the directory containing Convert-WindowsImage.ps1
We need to allow scripts so run....copy and paste below into powershell... run it
Set-ExecutionPolicy unrestricted
Now all you need to do at this point is run the correct command it will be something like this.
.\Convert-WindowsImage.ps1 -SourcePath C:\ISO\Windows10.iso -Edition Professional -VHDFormat VHD -SizeBytes 40GB -VHDPath C:\Windows10.vhd
This will take 7-8 minutes!
After it will say done and on your root drive you will have
Windows10.vhd ...this is bootable! and sysprepped!
Its like a 40GB hard drive with Windows 10 ready to boot. (Just virtual)
Now move a copy into another folder (want to save the original) such as c:\VMs
This copy will be your dual boot Windows 10
Use this guide to mount....
How to Create Windows 8 VHD for Boot to VHD using simple, easy to follow steps - Harold Wong's Blog with Geekie Thoughts and Insights - Site Home - TechNet Blogs
What you will have is a 40GB Windows 10 and Drive D will be your old OS...when done delete the VHD and remove the boot entry in msconfig.
Hope this guide helps!
The reason I want you to use 8 or 10 its super easy and works! In windows 7 I could not get the key to work that they provide...you could use windows 7 though to get a non activated 10 ..and then use that to create a real good VHD with the above steps. Look for my other posts for a link to Windows 7 method.
Last edited: