Search Criteria
Package Details: dracut-ukify 9-7
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: | 10 |
Popularity: | 0.69 |
First Submitted: | 2023-02-20 21:54 (UTC) |
Last Updated: | 2024-12-11 12:33 (UTC) |
Dependencies (3)
- dracut (dracut-gitAUR)
- systemd-ukify (systemd-chromiumos-ukifyAUR, systemd-ukify-selinuxAUR, systemd-ukify-gitAUR, systemd-ukify-fmlAUR)
- sbsigntools (sbsigntools-gitAUR) (optional) – secureboot support
Required by (1)
- nvidia-dracut-hook (requires dracut-hook)
Latest Comments
« First ‹ Previous 1 2 3 4
BotH commented on 2023-07-27 17:27 (UTC) (edited on 2023-07-27 17:31 (UTC) by BotH)
@Shished
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.HUGrFK1HHj
Shished commented on 2023-07-09 14:32 (UTC)
Can you add an option to use
xbootldr
partition instead foresp
for installation? If it is mounted, its path can be shown withbootctl -x
command.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)
jonas-w commented on 2023-05-02 14:15 (UTC) (edited on 2023-05-02 14:15 (UTC) by jonas-w)
@Prototik Thanks for the implementation, seems to work!
One thing,
bootctl set-default
does not work, when someone doesn't use systemd-boot. This currently prints an error message when generating the UKI. That's why I removed it in my patch. But I don't know if there is a good non hacky way to set it automatically (if the path is dynamic).Prototik commented on 2023-05-02 12:09 (UTC)
@jonas-w latest update adds option to customize UKI image location, now you can use this package without custom patches to store UKI for UEFI default location, can you try it and give some feedback if you wish?
jonas-w commented on 2023-04-15 13:44 (UTC)
If someone wants to use the EFI directly without systemd-boot, I created a patch which installs the efi to EFI/BOOT/BOOTX64.efi if you set it as default kernel package otherwise to EFI/BOOT/BOOTX64-$pkgname.efi. Feel free to use this, but with no warranty.
« First ‹ Previous 1 2 3 4