Cannot provision Fedora 32 and 33

Problem: Cannot install Fedora 32 and 33 on machines using UEFI boot.

Expected outcome: Installation should work. It was working fine for Fedora 29, 30 and 31

Foreman and Proxy versions: 2.3.2

Foreman and Proxy plugin versions: foreman_templates 9.0.1

Distribution and version:

Other relevant data: First I’ve tried at Foreman version 2.1.4 and then I’ve upgraded Foreman and smart proxy to the latest version. This is my partition table:

<%#
kind: ptable
name: Kickstart default encrypted
model: Ptable
oses:
- CentOS
- Fedora
- RedHat
%>
zerombr
clearpart --all --initlabel
autopart <%= host_param('autopart_options') %> --encrypted --passphrase=<%= host_param('encrypt_password') %>

Does anyone have any ideas?

Hello,

is this UEFI PXE?

Is Secure Boot turned off?

Once you are dropped into the shell, can you investigate what exactly went wrong? See kernel log, system journal, network.

Perhaps the machine started booting before Fedora images were fully downloaded on TFTP?