Generally, only 2 process required:
1. Creating the vhd.
2. Configuring dual-boot for the vhd.
1. Creating the vhd.
Make sure you had donwloaded the Convert-windowsimage.ps1 script from the web.
Locate your source iso file, and run the following command:
.\Convert-WindowsImage.ps1 -sourcepath i:\sources\install.wim -Edition ServerEnterprise -vhdpath d:\2008DB.vhd
The various Edition are as follows:
1. ServerStandard
2. ServerStandardCore
3. ServerEnterprise
4. ServerEnterpriseCore
5. ServerDataCenter
6. ServerDataCenterCore
7. ServerWeb
8. ServerWebCore
The vhd would be a default dynamically expanding 40GB vhd. It will also be mounted automatically.
2. Configuring dual-boot for the vhd.
Despite the verbose message in step 1, you will still need to configure the dual-boot.
Run
Bcdedit /enum
to verify the creation.
No comments:
Post a Comment