我在 Windows 10 的双重启动中使用 Parrot OS。有一天,Windows 停止从 GRUB 启动,并出现下一个错误:
/EndEntire
file path: /ACPI(a034d0,0)/PCI(1,1)/PCI(0,0)/UnknownMessaging(17)/HD(1,800,32000,f452754febf9674d,2,2)
/File(\EFI\Microsoft\Boot)/File(bootmgfw.efi)/EndEntire
error: cannot load image.
I have tried using boot-repair to fix this but it didn’t help. Here is its log: http://paste.ubuntu.com/p/6SXYdWxwxh/
当我尝试直接从 BIOS 启动 Windows 时,屏幕仅闪烁一秒钟,但没有任何反应。 Linux 运行良好。
已尝试使用启动修复来解决此问题,但没有帮助。这是它的日志:http://paste.ubuntu.com/p/6SXYdWxwxh/
BIOS 中的安全启动设置为关闭。
答案1
启动 Parrot 操作系统并更新 GRUB 配置。
- 首次运行
sudo os-prober
以检测已安装的操作系统 - 然后运行
sudo update-grub
更新配置。
重新启动并在 GRUB 菜单中选择 Windows。