Description of problem:
After a fresh installation of Rawhide on AArch64, systemd-boot-update.service to start:
systemctl status systemd-boot-update.service
× systemd-boot-update.service - Automatic Boot Loader Update
Loaded: loaded (/usr/lib/systemd/system/systemd-boot-update.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2022-01-03 19:00:08 EST; 3 days ago
Docs: man:bootctl(1)
Process: 580 ExecStart=bootctl --no-variables --graceful update (code=exited, status=1/FAILURE)
Main PID: 580 (code=exited, status=1/FAILURE)
CPU: 28ms
Jan 03 19:00:07 fedora systemd[1]: Starting systemd-boot-update.service - Automatic Boot Loader Update...
Jan 03 19:00:07 fedora bootctl[580]: Failed to open "/boot/efi/EFI/systemd/.#systemd-bootaa64.efid5aec47df0063e29" for writing: No such file or directory
Jan 03 19:00:08 fedora bootctl[580]: Skipping "/boot/efi/EFI/BOOT/BOOTAA64.EFI", since it's owned by another boot loader.
Jan 03 19:00:08 fedora systemd[1]: systemd-boot-update.service: Main process exited, code=exited, status=1/FAILURE
Jan 03 19:00:08 fedora systemd[1]: systemd-boot-update.service: Failed with result 'exit-code'.
Jan 03 19:00:08 fedora systemd[1]: Failed to start systemd-boot-update.service - Automatic Boot Loader Update.
Version-Release number of selected component (if applicable):
systemd-250.1-1.fc36.aarch64
Additional info:
Can also be seen failing in OpenQA:
https://openqa.fedoraproject.org/tests/1097455#step/base_services_start/15
Comment 1Zbigniew Jędrzejewski-Szmek
2022-01-11 09:59:29 UTC