Package Details: limine-entry-tool 1.28.2-1

Git Clone URL: https://aur.archlinux.org/limine-entry-tool.git (read-only, click to copy)
Package Base: limine-entry-tool
Description: Install kernel for the Limine bootloader.
Upstream URL: https://gitlab.com/Zesko/limine-entry-tool
Keywords: boot entry hook limine
Licenses: GPL3
Conflicts: limine-entry-tool
Provides: limine-entry-tool
Submitter: Zesko
Maintainer: Zesko
Last Packager: Zesko
Votes: 2
Popularity: 0.196828
First Submitted: 2025-03-28 14:34 (UTC)
Last Updated: 2026-01-11 16:14 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

Zesko commented on 2025-08-02 15:00 (UTC) (edited on 2025-08-02 15:09 (UTC) by Zesko)

since it's reported as autofs in findmnt, even though it is formatted as FAT32, limine-entry-tool won't add entries to Limine

findmnt is technically correct. autofs itself is not fat32, but it is a parent-directory that contains a submount with a filesystem such as fat32, depending on your autofs configuration.

If limine-entry-tool is inspecting a path of the parent-directory directly, it will only see autofs, not fat32, unless you change the mount path.

In this case, you should explicitly set ESP_PATH=[path/to/fat32] to the actual FAT32 mount point created by autofs — not the autofs parent directory itself (e.g., /efi as autofs), but the submount directory inside it (e.g., /efi/any_fat32_directory_name) where the FAT32 filesystem is actually mounted by autofs.

retractant0916 commented on 2025-07-27 21:58 (UTC)

I have set up systemd automounting for my ESP and now, since it's reported as autofs in findmnt, even though it is formatted as FAT32, limine-entry-tool won't add entries to Limine. Is there any way to circumvent this? I'd like to keep systemd automounting, so my ESP doesn't get mounted when I hibernate and I can switch to Windows in dual boot setup. Thank you!