正如标题所述,我已双启动 Ubuntu 和 Windows 启动管理器。它工作正常,然后停止工作并返回到 GRUB。我的设置启动 GRUB,然后选择系统。返回 Windows 的唯一方法实际上是进入 UEFI 并手动选择 Windows 启动管理器。
这是我找到的用于启动 Windows 启动管理器的脚本。请帮忙。
insmod part_gpt
insmod fat
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 C617-20C7
else
search --no-floppy --fs-uuid --set=root C617-20C7
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi