On Mon, 2021-08-30 at 12:35 -0700, Gordon Messmer wrote:
On 8/30/21 12:08 PM, Hans de Goede wrote:I checked the entry on a Windows multiboot system and it does not have the"insmod chain" line, maybe droppint that helps?Same result. GRUB returns immediately to its menu. I'm certain thepath is correct, because GRUB will report an error if it is wrong.
Don't know about pcmemtest, but what I have dual booting for Windows is:
menuentry 'Windows 10/7 (EFI)' --class windows --class os --unrestricted {
insmod part_gpt
insmod fat
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' CC13-F911
else
search --no-floppy --fs-uuid --set=root CC13-F911
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
Regards
Frank
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure