JasonN3 / build-container-installer

Creates an ISO for installing a container image as an OS
GNU General Public License v3.0
52 stars 9 forks source link

Document that bundling `bootupd` & doing `bootupctl backend generate-update-metadata` is needed for latest F40+ images #127

Closed fiftydinar closed 1 month ago

fiftydinar commented 3 months ago

Old online ISO installers, as well as all builds of this installer, fail to install with failed to write boot loader configuration error without doing the mentioned things in the title.

I don't know from which exact image date this became a requirement, but it is necessary to be done for successful ISO installation. Maybe since Fedora updated their bootloader, but Anaconda installs the old bootloader which is not compatible with the kernel? Just speculating, not sure.

Having more details inputted would be also appreciated.