|
win2003平台编辑bcd/
想在现有的bcd中添加ramdisktftpblocksize
bcdedit /store bcd /set {7619dcc9-fafe-11d9-b411-000476eba25f} ramdisktftpblocksize 8192
结果来是
H:\bcdmakeup> bcdedit /store bcd /set {7619dcc9-fafe-11d9-b411-000476eba25f} ra
mdisktftpblocksize 8192
The element data type specified is not recognized, or does not apply to the
specified entry.
Run "bcdedit /?" for command line assistance.
找不到元素。
这条命令用错了?
谁能指正一下。
谢谢
H:\bcdmakeup>bcdedit /enum all /store bcd
Windows Boot Manager
--------------------
identifier {bootmgr}
description Windows Boot Manager
locale zh-CN
inherit {globalsettings}
default {default}
displayorder {default}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {default}
device ramdisk=[boot]\boot\boot.wim,{7619dcc8-fafe-11d9-b411-00
0476eba25f}
path \windows\system32\winload.exe
description Win7 RE(PE)
locale zh-CN
inherit {bootloadersettings}
osdevice ramdisk=[boot]\boot\boot.wim,{7619dcc8-fafe-11d9-b411-00
0476eba25f}
systemroot \windows
winpe Yes
ems Yes
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
H:\bcdmakeup> bcdedit /store bcd /set {7619dcc9-fafe-11d9-b411-000476eba25f} ra
mdisktftpblocksize 8192 |
|