|
我拷贝win8x64系统内的c:\recovery\xxxx\winre.wim文件到win7 uefi虚拟机系统内(c:\sources\winre.wim)。然后根据此文(http://technet.microsoft.com/en-us/library/hh265131(v=ws.10).aspx)给Windows启动管理器加如winpe4.0 winre.wim的引导项。
具体的BCD配置如下:
- Windows Boot Manager
- --------------------
- 标识符 {bootmgr}
- device partition=\Device\HarddiskVolume1
- path \EFI\Microsoft\Boot\bootmgfw.efi
- description Windows Boot Manager
- locale zh-CN
- inherit {globalsettings}
- default {current}
- resumeobject {2fcc2065-8344-11e2-8721-9be7cfd1b2a1}
- displayorder {current}
- {b4af31de-2ca1-474f-95bc-0d4805bec832}
- toolsdisplayorder {memdiag}
- timeout 3
- Windows Boot Loader
- -------------------
- 标识符 {current}
- device partition=C:
- path \Windows\system32\winload.efi
- description Windows 7
- locale zh-CN
- inherit {bootloadersettings}
- recoverysequence {2fcc2067-8344-11e2-8721-9be7cfd1b2a1}
- recoveryenabled Yes
- osdevice partition=C:
- systemroot \Windows
- resumeobject {2fcc2065-8344-11e2-8721-9be7cfd1b2a1}
- nx OptIn
- Windows Boot Loader
- -------------------
- 标识符 {b4af31de-2ca1-474f-95bc-0d4805bec832}
- device ramdisk=[C:]\SOURCES\winre.WIM,{ramdiskoptions}
- path \windows\system32\winload.efi
- description winre
- osdevice ramdisk=[C:]\SOURCES\winre.WIM,{ramdiskoptions}
- systemroot \WINDOWS
- nx OptIn
- detecthal Yes
- winpe Yes
复制代码
-------------
启动到windows启动管理器之后有两个选项。
1.Windows 7
2.Winre
选了2.Winre
然后屏幕显示windows正在加载文件。滚动条滚完之后vmware 就报错了。信息如下:
A fault has occurred causing a virtual CPU to enter the shutdown state.
If this fault had occurred outside of a virtual machine,
it would have caused the physical machine to restart.
The shutdown state can be reached by incorrectly configuring the virtual machine,
a bug in the guest operating system,
or a problem in VMware Workstation.
Click OK to restart the virtual machine or Cancel to power off the virtual machine.
请问各位大大,是不是winpe4.0不能在win7 uefi系统上硬盘启动?因为条件限制,我没有UEFI的实体机。目前而言可以断定的是至少在虚拟机中是启不来的。 |
|