在具有 Windows 10 双启动的 Surface Pro 7 上,启动管理器操作系统选择期间显示屏关闭

在具有 Windows 10 双启动的 Surface Pro 7 上,启动管理器操作系统选择期间显示屏关闭

我已经在 Surface Pro 7 中成功安装了两个版本的 Windows 10(Windows 10 和 Windows 10 Insider Preview Build):

C:\WINDOWS\system32>bcdedit

Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  partition=\Device\HarddiskVolume2
path                    \EFI\Microsoft\Boot\bootmgfw.efi
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
isolatedcontext         Yes
flightsigning           Yes
default                 {current}
resumeobject            {4aa5e3d1-50b7-11ea-9e2b-c594e267064c}
displayorder            {current}
                        {3db0d6df-3e41-11ea-bd64-fe4246294ac9}
toolsdisplayorder       {memdiag}
timeout                 60

Windows Boot Loader
-------------------
identifier              {current}
device                  partition=C:
path                    \WINDOWS\system32\winload.efi
description             Windows 10 Insider Preview Build
locale                  en-US
inherit                 {bootloadersettings}
recoverysequence        {52dc06bd-50f8-11ea-bb28-a1b76ce5d3f5}
displaymessageoverride  Recovery
recoveryenabled         Yes
isolatedcontext         Yes
flightsigning           Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \WINDOWS
resumeobject            {4aa5e3d1-50b7-11ea-9e2b-c594e267064c}
nx                      OptIn
bootmenupolicy          Standard
hypervisorlaunchtype    Auto

Windows Boot Loader
-------------------
identifier              {3db0d6df-3e41-11ea-bd64-fe4246294ac9}
device                  partition=D:
path                    \WINDOWS\system32\winload.efi
description             Windows 10
locale                  en-US
inherit                 {bootloadersettings}
recoverysequence        {b7922fa3-05d9-11ea-bd91-ffd33e19a0f0}
displaymessageoverride  Recovery
recoveryenabled         Yes
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=D:
systemroot              \WINDOWS
resumeobject            {3db0d6de-3e41-11ea-bd64-fe4246294ac9}
nx                      OptIn
bootmenupolicy          Standard

据我所知,那里一切正常。现在的问题是,当我启动计算机时,在启动管理器操作系统选择期间(我应该选择操作系统的蓝屏)显示屏关闭。键盘输入有效,因此如果我按下 DOWN + Enter,我可以启动 Windows 10,如果我按下 Enter,我可以启动 Windows 10 Insider Preview Build。

知道为什么在启动管理器操作系统选择屏幕期间显示屏关闭吗?

答案1

我对所有 W10 电脑都这样做。尝试在 W10 中设置旧式启动菜单,看看是否能解决问题。

从管理员命令提示符类型(然后按回车键):

cmd>bcdedit /set "{current}" bootmenupolicy 遗留

答案2

非常感谢@Moab 的解决方法。

我已将此追溯到 Intel Iris Plus 图形适配器。如果图形适配器在 Windows 中被禁用,或者未安装驱动程序,则标准启动管理器会正确显示。重要的驱动程序是启动管理器中默认条目的驱动程序。

我将就此问题向微软提出投诉,希望能够通过新的驱动程序或操作系统更新来解决此问题。

相关内容