archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Check for ESP if UEFI boot

Open codefiles opened this issue 2 years ago • 1 comments

Resolves #2157

  • Add _invalid_configs() for future addition of checks for invalid configurations
  • Add Install (n config(s) invalid) to the install text when an invalid configuration is detected
  • List invalid configurations in bullet form

The last two bullets are replications of the behavior for missing configurations.

codefiles avatar Dec 03 '23 03:12 codefiles

The EFI system partition "is mandatory for UEFI boot." [1] This pull request needs to be changed to apply to when UEFI boot is detected instead of just systemd-boot.

[1] https://wiki.archlinux.org/title/EFI_system_partition

codefiles avatar Dec 09 '23 20:12 codefiles