我在 Windows 分区上有一台带有 Bitlocker 的 UEFI 笔记本电脑。这会强制主引导加载程序成为启用安全引导的 Windows 引导管理器,以便 Bitlocker在 Windows 上正常工作。也就是说,使用此设置,由于 Bitlocker 使用的加密密钥存储在 TPM 中,Windows 只能在其启动管理器是 UEFI 调用的第一件事时启动。
从 Grub 链式加载 Windows 启动管理器不起作用 [Windows 确实抱怨安全启动环境不再安全],所以我们必须采取另一种方式:shimx64.efi使用bcdedit.exe.
我已经尝试了各种技巧bcdedit /copy bcdedit /create等等...但即使 Windows 检测到该条目,当跳转到它时,我在启动时也会收到一个致命错误:
File: \EFI\ubuntu\shimx64.efi
Status: 0xc000007b
Info: The application or operating system couldn't be loaded because a required file is missing or contains errors.
Run Code Online (Sandbox Code Playgroud)
有谁知道bcdedit添加 Ubuntu 条目的正确魔法是什么?TIA。
[请注意,此答案可悲地产生了上述内容]
编辑:请注意,如果我转到我的 UEFI Bios 并选择 Ubuntu 条目 Linux 正确加载。所以现在我坚持进入 BIOS …