Add detection of Windows Server 2012/2016/2019/2022 + other patches
- Add detection of Windows Server 2012/2016/2019/2022 legacy boot on x86
By default they would be detected as "Windows Recovery Environment" or "Windows Vista". Note: grub 30_os-prober helper script should also be updated to not add drivemap in menu entries for these versions.
- os-probes/mounted/*/05efi: Fix description (cosmetic fix)
The description erroneously mentioned "Microsoft OSes" instead of "EFI bootloaders".
- Remove os-probes/mounted/arm64/20microsoft
AFAICS this script only contains OS detections for x86 legacy boot and is useless on ARM. Windows on ARM uses UEFI boot. If you prefer to keep it, then it should be updated to be on a par with os-probes/mounted/x86/20microsoft.
Feel free to comment or cherry-pick either or all these patches.