【发布时间】:2012-10-29 05:57:48
【问题描述】:
WI 创建了一个“Windows 8 to go”驱动器并将其(连接到 SATA 端口)连接到 Windows 7 笔记本电脑(而不是 CD 驱动器)。我想修改 Windows 7 启动配置 (bcdedit) 以从另一个驱动器启动 Windows 8。我试图在bcdedit 中创建一个新条目,但它会保持加载 Windows 恢复。我创建了当前的副本并将device 和osdevice 设置为partition=E:。
问题是:如何创建正确的启动项?
C:\Windows\system32>bcdedit
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume2
path \bootmgr
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {c71c7fc9-e003-11e1-b23d-5c260a473966}
displayorder {current}
{c71c7fce-e003-11e1-b23d-5c260a473966}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
recoverysequence {c71c7fcb-e003-11e1-b23d-5c260a473966}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {c71c7fc9-e003-11e1-b23d-5c260a473966}
nx OptIn
Windows Boot Loader
-------------------
identifier {c71c7fce-e003-11e1-b23d-5c260a473966}
device partition=E:
path \Windows\system32\winload.exe
description Windows 8
locale en-US
inherit {bootloadersettings}
recoverysequence {c71c7fcb-e003-11e1-b23d-5c260a473966}
recoveryenabled Yes
osdevice partition=E:
systemroot \Windows
resumeobject {c71c7fc9-e003-11e1-b23d-5c260a473966}
nx OptIn
ps.:我没有进入bios,所以不能直接开机。
提前致谢
【问题讨论】:
标签: windows bootloader bcdedit