Currently, I have the following boot chain in legacy (MBR) mode:
GRUB2 -> Linux -> kexec to Grub4Dos -> Windows.
I'm trying to figure out if this is also possible in UEFI-mode, i.e. starting the windows EFI loader from Linux-EFI.
The problem might be that Linux will call ExitBootServices() and after this, there is no way to start another EFI-loader.
Does anyone know how to accomplish this?
Thanks.