These days i have tried to deploy Fedora server 37 with kickstart,it can not work on Fedora server 37,but it works fine on Fedora server 36,
then i comes to the Fedora Docs Installation :: Fedora Docs ,it also can not be help .
Anyone who has tried can give me some advise ,thanks .
Hi @badacook , welcome to the forum. Can you please provide more details on what the issue you are running into? Exact errors would be most useful.
Hi Ankur Sinha belown is my kickstart, and i appen the kernel parameter inst.ks=http://192.168.80.1/ks.cfg for fedora 37 install, the installation interrupt at the language select page,but for fedora 36 install complete normally.
text
cdrom
clearpart --drives=sda --all --initlabel
autopart --type=lvm
keyboard --vckeymap=us --xlayouts=βusβ
lang en_US.UTF-8
timezone Asia/Shanghai --utc
rootpw --plaintext password
sshpw --username=root password
%packages
@^server-product-environment
%end
network --onboot yes --device eth0 --bootproto dhcp --noipv6
firstboot --disable
selinux --disabled
firewall --enabled
eula --agreed
reboot --eject
%post
sed -i βs/^#PermitRootLogin prohibit-password/PermitRootLogin yes/β /etc/ssh/sshd_config
%end
What about the actual error message you get when it fails?
It looks like the kickstart installation make no difference,and turn to graphical installation.