深入Windows 7的Virtual Hard Disk (VHD) 技术
2009-04-30 09:37:15 来源:WEB开发网create partition primary size=200
format quick fs=ntfs
assign letter=s
active
create partition primary
format quick fs=ntfs
assign letter=c
exit6. 用Diskpart命令加载VHD到当前的WinPE环境下,访问VHD中的Windows System32目录,并执行bcdboot命令完成启动所必需的初始化配置。bcdboot这个命令很神气,文档中的具体描述是:Use the BCDboot tool, located in the System32 directory of the Windows 7 VHD, to copy the boot-environment files from theWindows directory in the VHD to the system partition. The BCDboot tool will create the BCD configuration to boot from the VHD. For more information about the BCDboot tool, see BCDboot Command-Line Options in the OEM Preinstallation Kit (OPK) User's Guide or the Windows Automated Installation Kit (Windows AIK) User's Guide.
diskpart
select vdisk file=c:windows7.vhd
attach vdisk
exit
cd v:windowssystem32
bcdboot v:windows /s s:7. 把WinPE光盘从光驱中移走,重启试验计算机,你会发现系统直接进入了VHD里面的Windows 7!
8. 如果你想在已有的Windows 7环境下配置配置一个从VHD的多启动选项,可以使用BCDEdit命令。(具体操作步骤在此)
图片看不清楚?请点击这里查看原图(大图)。
更多精彩
赞助商链接