|
7#
楼主 |
发表于 2012-2-23 20:25:42
|
只看该作者
回复 #6 fujianabc 的帖子
那为什么VHD安装不成功呢?我试了下,用MSDN SP1 原版,用MS自带的安装程序是可以安装到VHD中的
- H:\BOOT>bcdedit /store bcd /enum all
- Windows Boot Manager
- --------------------
- identifier {bootmgr}
- description Windows Boot Manager
- locale zh-CN
- inherit {globalsettings}
- default {default}
- displayorder {default}
- {ac212b98-6b1b-4573-a1a0-624c0ab1f042}
- {82f00818-5d31-11e1-84ce-00e04c04c80d}
- toolsdisplayorder {memdiag}
- timeout 5
- Windows Boot Loader
- -------------------
- identifier {default}
- device ramdisk=[boot]\boot\boot.wim,{7619dcc8-fafe-11d9-b4
- 0476eba25f}
- path \windows\system32\boot\winload.exe
- description WIN7 PE
- locale zh-CN
- inherit {bootloadersettings}
- osdevice ramdisk=[boot]\boot\boot.wim,{7619dcc8-fafe-11d9-b4
- 0476eba25f}
- systemroot \windows
- detecthal Yes
- winpe Yes
- ems Yes
- Windows Boot Loader
- -------------------
- identifier {82f00818-5d31-11e1-84ce-00e04c04c80d}
- device vhd=[E:]\VHDOS\win7\sys.vhd
- path \windows\system32\winload.exe
- description Win 7
- locale zh-CN
- inherit {bootloadersettings}
- osdevice vhd=[E:]\VHDOS\win7\sys.vhd
- systemroot \Windows
- resumeobject {82f00818-5d31-11e1-84ce-00e04c04c80d}
- nx OptIn
- Windows Memory Tester
- ---------------------
- identifier {memdiag}
- device boot
- path \boot\memtest.exe
- description Windows Memory Diagnostic
- locale en-US
- inherit {globalsettings}
- EMS Settings
- ------------
- identifier {emssettings}
- bootems Yes
- Debugger Settings
- -----------------
- identifier {dbgsettings}
- debugtype Serial
- debugport 1
- baudrate 115200
- Global Settings
- ---------------
- identifier {globalsettings}
- inherit {dbgsettings}
- {emssettings}
- Boot Loader Settings
- --------------------
- identifier {bootloadersettings}
- inherit {globalsettings}
- {hypervisorsettings}
- Hypervisor Settings
- -------------------
- identifier {hypervisorsettings}
- description Hypervisor Settings
- hypervisordebugtype Serial
- hypervisordebugport 1
- hypervisorbaudrate 115200
- Device options
- --------------
- identifier {7619dcc8-fafe-11d9-b411-000476eba25f}
- ramdisksdidevice boot
- ramdisksdipath \boot\boot.sdi
复制代码 |
|