Search Criteria
Package Details: limine-dracut-support 1.31.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/limine-dracut-support.git (read-only, click to copy) |
|---|---|
| Package Base: | limine-dracut-support |
| Description: | Install kernels for the Limine bootloader. |
| Upstream URL: | https://gitlab.com/Zesko/limine-entry-tool |
| Keywords: | boot dracut entry hook initramfs initrd limine |
| Licenses: | GPL3 |
| Conflicts: | limine-entry-tool |
| Provides: | limine-entry-tool |
| Submitter: | Zesko |
| Maintainer: | Zesko |
| Last Packager: | Zesko |
| Votes: | 4 |
| Popularity: | 0.39 |
| First Submitted: | 2024-09-18 09:15 (UTC) |
| Last Updated: | 2026-03-04 17:20 (UTC) |
Dependencies (11)
- bash (bash-gitAUR, bash-devel-gitAUR)
- dracut (dracut-gitAUR)
- efibootmgr (efibootmgr-gitAUR, efibootmgr-json-gitAUR)
- grep (grep-gitAUR, grep-compatAUR)
- limine
- tar (tar-gitAUR, uutils-tar-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gradle (make)
- journalctl-desktop-notificationAUR (journalctl-desktop-notification-gitAUR, journalctl-desktop-notificationAUR) (optional) – Sends desktop notifications when errors occur
- kernel-modules-hook (kernel-modules-hook-hardlinksAUR, kernel-modules-hook-bindmountAUR) (optional) – Safely keeps kernel on upgrade failure
- sbctl (optional) – Signs UEFI boot files for Secure Boot when enabled
Required by (2)
- limine-snapper-sync (optional)
- limine-snapper-sync-git (optional)
Latest Comments
Zesko commented on 2026-02-22 11:27 (UTC)
@tactfulvessel94
Sounds like your AUR helper is using a old PKGBUILD from its cache. Just clear out the cache.
tactfulvessel94 commented on 2026-02-22 11:17 (UTC)
Still getting the same as Lolle2000la. Had to install it using the chaotic aur repo
Lolle2000la commented on 2026-02-08 13:46 (UTC)
Tested it and it now worked perfectly! Thank you!
Zesko commented on 2026-02-08 13:14 (UTC)
@Lolle2000la
Can you test the current PKGBUILD (1.30.0-2) to see if it works?
Lolle2000la commented on 2026-02-08 12:43 (UTC) (edited on 2026-02-08 12:44 (UTC) by Lolle2000la)
Yeah, I agree that this is preferable, and the PKGBUILD does download it correctly, but because it doesn't set the
*_HOMEvariables correctly, it will still attempt to use the currently locally installed JDK which isn't GraalVM usually. Setting those during install should fix the build.Lolle2000la commented on 2026-02-08 10:01 (UTC)
This package doesn't currently set the environment variables correctly during install, causing the build to fail due to missing
native-imageexecutable in the installation on my machine (which isn't a GraalVM distribution but just the normal packaged distribution from the repos).