Skip to content

Add detection of Windows Server 2012/2016/2019/2022 + other patches

Pascal Hambourg requested to merge pham/os-prober:windows-server-2022 into master
  1. 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.

  1. os-probes/mounted/*/05efi: Fix description (cosmetic fix)

The description erroneously mentioned "Microsoft OSes" instead of "EFI bootloaders".

  1. 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.

Merge request reports

Loading