我的 C: 盘上安装了 Windows 7。我只有一个磁盘,所以我按照http://www.howtogeek.com/197647/how-to-dual-boot-windows-10-with-windows-7-or-8/将 Windows 10 与 Windows 7 并排安装。我缩小了 C 分区并在安装 Windows 10 的地方创建了一些未分配的空间。
但是,在安装 Windows 10 后,我没有看到任何从 Windows 7 启动的选项。如果查看我的磁盘管理工具,我会看到以下内容
最初安装 Windows 7 的分区被分配了字母 E。它实际上没有任何字母,所以我决定给它字母 E。
我如何实现双启动?我需要恢复 Windows 7。我认为我的旧驱动器 C 正在使用 McAfee Endpoint Encryption。
顺便说一句,如果我执行 bcdedit,我会看到以下内容:
C:\Windows\system32>bcdedit
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=E:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {e6ed6719-4f3a-11e5-8bc7-d6b963c3fff5}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 10
locale en-US
inherit {bootloadersettings}
recoverysequence {e6ed671b-4f3a-11e5-8bc7-d6b963c3fff5}
recoveryenabled Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {e6ed6719-4f3a-11e5-8bc7-d6b963c3fff5}
nx OptIn
bootmenupolicy Standard
答案1
您可以使用以下方式轻松添加 Windows 7 的引导加载程序可视化 BCD 编辑器。
在 Windows 10 中下载并安装 Visual BCD 版本 0.9.3.1。
(要修复实用程序运行所需的 .NET 2 要求 - 您无需安装 .NET 2,请参阅如何为 .NET 4 启用 .NET 2 应用程序,将在下一版本的工具中修正)。
运行 Visual BCD 编辑器,键入“F9”键并确认 - 工具将查找未在 BCD(启动配置数据)中输入的已安装 Windows 版本,在本例中为 Windows 7,并将其自动添加为启动选项;)