You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a copy of a similar issue that is affecting other ostree-based systems, specifically the Atomic Desktops. See fedora-silverblue/issue-tracker#543 for full details.
The idea is that once the adoption of bootupd happens (#6), we will be able to avoid these kinds of problems in the future.
Warning: These instructions should be safe to follow, but still, do at your own risk, make backups
# Enter a root shell on the host (i.e. not in a toolbox)
$ sudo -i
# Make a backup of the content of the EFI partition
$ cd /boot/efi/
$ cp -a EFI EFI.bkp
# Copy updated bootloader versions
$ cp /usr/lib/ostree-boot/efi/EFI/BOOT/{BOOTIA32.EFI,BOOTX64.EFI,fbia32.efi,fbx64.efi} /boot/efi/EFI/BOOT/
$ cp /usr/lib/ostree-boot/efi/EFI/fedora/{BOOTIA32.CSV,BOOTX64.CSV,grubia32.efi,grubx64.efi,mmia32.efi,mmx64.efi,shim.efi,shimia32.efi,shimx64.efi} /boot/efi/EFI/fedora/
# Only needed if it exists already on your system
$ cp /usr/lib/ostree-boot/efi/EFI/fedora/shimx64.efi /boot/efi/EFI/fedora/shimx64-fedora.efi
# Sync changes to the disk
$ sync
# Reboot
Once reboot is successful, you can remove the backup copies:
# Enter a root shell on the host (i.e. not in a toolbox)
$ sudo -i
# Make a backup of the content of the EFI partition
$ cd /boot/efi/
$ rm -ri ./EFI.bkp
# Sync changes to the disk
$ sync
Edit: Updated to add 32bits EFI binaries as well.
For aarch64, update the filenames as needed.
The text was updated successfully, but these errors were encountered:
This is just a copy of a similar issue that is affecting other ostree-based systems, specifically the Atomic Desktops. See fedora-silverblue/issue-tracker#543 for full details.
The idea is that once the adoption of
bootupd
happens (#6), we will be able to avoid these kinds of problems in the future.Suggested Workaround
(from fedora-silverblue/issue-tracker#543 (comment))
Warning: These instructions should be safe to follow, but still, do at your own risk, make backups
Once reboot is successful, you can remove the backup copies:
Edit: Updated to add 32bits EFI binaries as well.
For aarch64, update the filenames as needed.
The text was updated successfully, but these errors were encountered: