At first many thanks to all MX Linux maintainers and volunteers for the great work in this project!
Here follows some input regarding my recent observations with MX 23.2 on really old Apple x86 hardware. Yeah, MX Linux is one of the rare distros which are capable to be installed on those Apple models even in native EFI mode. And it runs really awesome!

There is just one thing which I really miss in newer MX Linux builds, - there exist no longer the option (at the UI) to install MX Linux without any boot-loader. I am sure this was possible at the "Wildflower" version.
Why is this so important? The answer is simple, on older Apple systems an EFISTUB booting of the Linux kernel is required otherwise I will end up with no hardware accelerated graphics. The reason for that problem is Apple or Apple's special behavior in implementing the EFI vBIOS information on their earlier x86 hardware. It is exposed just for a very short time at the startup. The rEFInd boot-loader / boot-manager is able to extent that period and pass the information to the Linux kernel. And, even more important, the Linux kernel has an alternative method (see https://patchwork.ozlabs.org/project/li ... ikelr.com/) to get the needed EFI vBIOS information but only if it is booted via EFISTUB.
Long story short, in my case for an iMac 5,1 the Linux kernel is loaded via the rEFInd boot-loader which enables also hardware accelerated graphics. This looks like:
Apple EFI firmware => rEFInd => Linux kernel (EFISTUB)
When GRUB is present, it is unfortunately messing up the topic because the Linux kernel is unable to reach the EFI vBIOS information. This is true at least for older variants of GRUB before version 2.12.
Yes, it is possible to remove GRUB after the installation is finished but this is quite a process and I am still unsure if I removed all the GRUB information. (Probably I missed some stuff.)
So please please reintroduce the "MX install without GRUB boot-loader" option in future MX builds. Thanks!
For the record, additional information about the even more complex mixed mode (64 bit from 32 bit) EFI booting can be found here:
https://github.com/systemd/systemd/issues/17056