Search Criteria
Package Details: dracut-ukify 11-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dracut-ukify.git (read-only, click to copy) |
|---|---|
| Package Base: | dracut-ukify |
| Description: | Integration layer for dracut and systemd's ukify tool for Arch Linux |
| Upstream URL: | https://aur.archlinux.org/packages/dracut-ukify |
| Licenses: | MIT |
| Conflicts: | dracut-hook-uefi, dracut-uefi-hook |
| Provides: | dracut-hook |
| Submitter: | Prototik |
| Maintainer: | Prototik |
| Last Packager: | Prototik |
| Votes: | 13 |
| Popularity: | 0.009631 |
| First Submitted: | 2023-02-20 21:54 (UTC) |
| Last Updated: | 2025-09-23 10:28 (UTC) |
Dependencies (3)
- dracut (dracut-gitAUR)
- systemd-ukify (systemd-ukify-gitAUR, systemd-ukify-selinuxAUR, systemd-liberated-ukify-gitAUR)
- sbsigntools (sbsigntools-gitAUR) (optional) – secureboot support
Required by (1)
- nvidia-dracut-hook (requires dracut-hook)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Prototik commented on 2023-07-28 12:48 (UTC)
Also fixed error with systemd-ukify 253 (in testing 254 has a new syntax for build command, now dracut-ukify and booster-ukify detects version at runtime and uses proper syntax).
Working now on xbootldr partition support as requested by @Shished
jonas-w commented on 2023-07-28 10:46 (UTC)
@Prototik thanks for the quick fix, and sorry I thought the default_kernel_package was for the ukify_install_path, but now I see that I've used it wrong.
Prototik commented on 2023-07-28 10:36 (UTC)
@jonas-w I don't see a reason why then default_kernel_package is used if systemd-boot is not installed.
Anyway, I added warning for such case in the 6-2
jonas-w commented on 2023-07-27 19:56 (UTC)
@Prototik
Could you add a check to the set-default, so it doesn't show an error for people not using systemd-boot? Thanks.
jonas-w commented on 2023-07-27 19:30 (UTC)
Thanks, @BotH!
BotH commented on 2023-07-27 17:27 (UTC) (edited on 2023-07-27 17:31 (UTC) by BotH)
@Shished
--- dracut-ukify 2023-07-27 20:24:07.571779869 +0300 +++ /usr/bin/dracut-ukify 2023-07-27 20:24:46.065818807 +0300 @@ -218,12 +218,10 @@ ukify_args+=(--uname "$version") ukify_args+=(--os-release "@$os_release") ukify_args+=(--output "$image") - ukify_args+=(--linux "$vmlinuz") - ukify_args+=(--initrd "$initrd") echo "==> Ukify image $kernel ($version_name)" - /usr/lib/systemd/ukify build "${ukify_args[@]}" + /usr/lib/systemd/ukify "$vmlinuz" "$initrd" "${ukify_args[@]}" # Remove temporary files rm "$initrd"Shished commented on 2023-07-27 17:15 (UTC)
After updating to 6-1 it fails to execute the ukify commands
ukify: error: unrecognized arguments: --linux /usr/lib/modules/6.4.6-zen1-1-zen/vmlinuz --initrd /tmp/tmp.HUGrFK1HHjShished commented on 2023-07-09 14:32 (UTC)
Can you add an option to use
xbootldrpartition instead forespfor installation? If it is mounted, its path can be shown withbootctl -xcommand.myles commented on 2023-06-18 00:23 (UTC) (edited on 2023-06-18 00:24 (UTC) by myles)
I had to do mkdir /efi/EFI/Linux
BotH commented on 2023-05-02 18:46 (UTC) (edited on 2023-05-02 18:47 (UTC) by BotH)
« First ‹ Previous 1 2 3 4 5 6 Next › Last »