For those who haven't been following recent Limine discussion on the forum, Limine is a very simple bootloader, for both legacy-BIOS and UEFI computers. With either msdos partition table or gpt boot drive.
Its simplicity and capability make it an attractive alternative to others such as grub2.
I have started work on a "Limine Installer".
This is intended, eventually, to be an installer for the Limine bootloader, when installed to present a menu for booting any Linux installation, including Puppy, Puppy derivatives, EasyOS, Fatdog, etc., and Windows.
To get started, I have knocked together a script that detects what is installed on the computer. I welcome anyone with some shell scripting ability to test the script 'find-installations' and see if it detects all Linux and Windows installations on your computer, and if not, edit the script so that it does detect everything.
Run it from a terminal, it outputs some progress. The results that it finds are in folder /tmp/limine-installer
Script attached, with a false ".gz", and of course you will have to set its executable flags.
EDIT JULY 7:
The script is updated, see attached.
It requires 'lsblk' utility, in the 'util-linux' package.