Bug 2480598
| Summary: | Installation of the system failed: Installing boot loader org.fedoraproject.Anaconda.BootloaderInstallationError: Failed to remove old efi boot entry. This is most likely a kernel or firmware bug. | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | harryfrecker | ||||||||||
| Component: | anaconda | Assignee: | Martin Kolman <mkolman> | ||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 44 | CC: | alpha, anaconda-maint, awilliam, harryfrecker, kkoukiou, mkolman, w | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2026-05-26 12:41:55 UTC | Type: | --- | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
harryfrecker
2026-05-21 19:31:59 UTC
Created attachment 2142258 [details]
Log file: /tmp/journal.log
Created attachment 2142259 [details]
Log file: /tmp/storage.log
Created attachment 2142260 [details]
Log file: /tmp/packaging.log
Created attachment 2142261 [details]
Log file: /tmp/anaconda-webui.log
*** This bug has been marked as a duplicate of bug 2480169 *** The purported fix for your previous bug was an AI hallucination. Sorry about that. I've cleaned up the mess, re-opened the bug and assigned it to the correct component. Thanks for investigating this further. I was able to resolve the issue and I am assuming it is an issue with the asus laptop uefi. The issue was resolved by deleting the secure boot keys on the motherboard which put the platform mode into setup mode. Secure boot was always turned off but the uefi was in deployed mode. It appears that being in setup mode, allowed efibootmgr write access. The fedora installer then completed successfully. It does seem that split_lock_detect had some influence as it consistently changed the error from 'Cannot allocated memory' when default to 'Failed to remove old efi boot entry' when set to off. The installation succeeded with split_lock_detect=off but I did not test it with it set to on That's more likely to do with whether there was an existing EFI boot manager entry called "Fedora" or not. If there is one, anaconda attempts to remove it. If that fails we get the "Failed to remove old efi boot entry" error and we never reach the attempt to create the *new* boot manager entry. If there is no existing entry called "Fedora", we go straight to trying to create a new entry. |