Automatically installs a boot loader (Limine) on BIOS and UEFI systems.
As root, execute the "auto_limine.sh" script with Bash. Provide the path to your boot directory as an argument.
bash auto_limine.sh /dev/sda1
To uninstall, provide the "-u" flag
bash auto_limine.sh /dev/sda1 -u
- Add more options for customization of the boot loader.
- Improve the error reporting.