|
就是下面的代码,希望能详细点,或者给出相关解释帖子的链接
主要不明白的是以下几个参数,希望能说一说:
inherit
toolsdisplayorder
resumeobject
device 和 osdevice 的区别
recoverysequence
recoveryenabled
nx
pae
detecthal
winpe
- Windows Boot Manager
- --------------------
- identifier {bootmgr}
- device partition=C:
- description Windows Boot Manager
- locale en-US
- inherit {globalsettings}
- default {current}
- resumeobject {02235322-e074-11e0-a89e-b646b0f3f1f3}
- displayorder {02235323-e074-11e0-a89e-b646b0f3f1f3}
- {current}
- {0223531e-e074-11e0-a89e-b646b0f3f1f3}
- {02235324-e074-11e0-a89e-b646b0f3f1f3}
- {ffffffdd-11dd-11dd-11dd-ffffffffffdd}
- {88888888-fa0f-11da-8ddf-001320035401}
- toolsdisplayorder {memdiag}
- timeout 8
- Windows Boot Loader
- -------------------
- identifier {02235323-e074-11e0-a89e-b646b0f3f1f3}
- device vhd=[C:]\win8\win8_2.vhd
- path \Windows\system32\winload.exe
- description Windows Developer Preview
- locale en-US
- inherit {bootloadersettings}
- osdevice vhd=[C:]\win8\win8_2.vhd
- systemroot \Windows
- resumeobject {02235322-e074-11e0-a89e-b646b0f3f1f3}
- nx OptIn
- custom:250000c2 1
- Windows Boot Loader
- -------------------
- identifier {current}
- device partition=C:
- path \Windows\system32\winload.exe
- description Windows 7
- locale zh-CN
- inherit {bootloadersettings}
- recoverysequence {02235316-e074-11e0-a89e-b646b0f3f1f3}
- recoveryenabled Yes
- osdevice partition=C:
- systemroot \Windows
- resumeobject {02235314-e074-11e0-a89e-b646b0f3f1f3}
- nx OptIn
- Windows Boot Loader
- -------------------
- identifier {0223531e-e074-11e0-a89e-b646b0f3f1f3}
- device vhd=[C:]\win8\win8vhd_CHILD.vhd
- path \WINDOWS\SYSTEM32\WINLOAD.EXE
- description Windows 8 child
- locale zh-CN
- osdevice vhd=[C:]\win8\win8vhd_CHILD.vhd
- systemroot \WINDOWS
- resumeobject {def28ab3-06ab-11e1-8bc3-806e6f6e6963}
- nx OptIn
- pae ForceEnable
- detecthal Yes
- winpe No
- Windows Boot Loader
- -------------------
- identifier {02235324-e074-11e0-a89e-b646b0f3f1f3}
- device vhd=[C:]\win8\win8_2_CHILD.vhd
- path \WINDOWS\SYSTEM32\WINLOAD.EXE
- description Windows [win8_2_CHILD.vhd]
- locale zh-CN
- osdevice vhd=[C:]\win8\win8_2_CHILD.vhd
- systemroot \WINDOWS
- nx OptIn
- pae ForceEnable
- detecthal Yes
- winpe No
- Real-mode Boot Sector
- ---------------------
- identifier {ffffffdd-11dd-11dd-11dd-ffffffffffdd}
- device partition=C:
- path \vhldr.mbr
- description 快速还原 (Restore) [win8_2_CHILD.vhd]
- Windows Boot Loader
- -------------------
- identifier {88888888-fa0f-11da-8ddf-001320035401}
- device ramdisk=[E:]\sources\boot.wim,{99999999-fa0f-11da-8ddf-001320035401}
- path \windows\system32\boot\winload.exe
- description nt6 hdd installer mode 2 [EMS Enable]
- locale en-US
- osdevice ramdisk=[E:]\sources\boot.wim,{99999999-fa0f-11da-8ddf-001320035401}
- systemroot \windows
- detecthal Yes
- winpe Yes
- ems Yes
复制代码
[ 本帖最后由 2011aiselo 于 2011-11-8 16:32 编辑 ] |
|