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?