diff --git a/pyanaconda/modules/storage/bootloader/systemd.py b/pyanaconda/modules/storage/bootloader/systemd.py index 06dfd46a704..01be6a34988 100644 --- a/pyanaconda/modules/storage/bootloader/systemd.py +++ b/pyanaconda/modules/storage/bootloader/systemd.py @@ -182,7 +182,9 @@ def installbootmgr(self, args=None): log.info("systemd.py: install systemd boot install (root=%s)", conf.target.system_root) - rc = util.execWithRedirect("bootctl", [ "install", "--esp-path=/boot/efi" ], + rc = util.execWithRedirect("bootctl", [ "install", "--esp-path=/boot/efi", + "--efi-boot-option-description=fedora", + "--loader-path=/EFI/fedora/" ], root=conf.target.system_root, env_prune=['MALLOC_PERTURB_']) if rc: