The OpenQA tests have discovered that the Anaconda ISO install path is failing with the error `failed to write bootloader configuation` https://openqa.fedoraproject.org/tests/2857297#step/_do_install_and_reboot/115 It's believed that the most recent `greenboot` update (https://bodhi.fedoraproject.org/updates/FEDORA-2024-1d32971a85) is the likely culprit. It is pulling in `bootupd` as part of the `Requires` (see https://github.com/fedora-iot/greenboot/pull/129) and the Anaconda installer is trying to use `bootupd` to install the bootloader (https://github.com/rhinstaller/anaconda/blob/443d5e6d7e3f97477dbdc870d73957fcc34d0fc5/pyanaconda/modules/payloads/payload/rpm_ostree/installation.py#L504-L509). Fedora IoT 40 isn't equipped to support `bootupd` at this time, so we likely need to remove the `Requires: bootupd` from the spec file