msg db 'Not a Windows 10 bootloader', 0 times 510 - ($-$$) db 0 dw 0xaa55
// Load and start bootmgfw.efi Status = gBS->LoadImage(FALSE, ImageHandle, FullPath, NULL, 0, &BootMgrHandle); if (EFI_ERROR(Status)) return Status;
msg db 'Not a Windows 10 bootloader', 0 times 510 - ($-$$) db 0 dw 0xaa55
// Load and start bootmgfw.efi Status = gBS->LoadImage(FALSE, ImageHandle, FullPath, NULL, 0, &BootMgrHandle); if (EFI_ERROR(Status)) return Status; bootloader for windows 10