Automated Install kickstart

I am trying to install fedora using the kickstart file.
I have create qcow2 images and generated guest XML and defined it was success
When i try to use kickstart file to install. it hangs at the following

anaconda 39.32.6-2.fc39 for Fedora 39 started.
 * installation log files are stored in /tmp during the installation
 * shell is available on TTY2 and in second TMUX pane (ctrl+b, then press 2)
 * if the graphical installation interface fails to start, try again with the
   inst.text bootoption to start text installation
 * when reporting a bug add logs from /tmp as separate text/plain attachments
12:26:57 Not asking for VNC because of an automated install
12:26:57 Not asking for VNC because text mode was explicitly asked for in kickstart
Saving storage configuration...
Starting automated install.Checking storage configuration...

................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
......
[anaconda]1:main* 2:shell  3:log  4:storage-log >Switch tab: Alt+Tab | Help: F

When i try manually install is fine

The kickstart file used is as follows



# Use network installation
url --url="http://XX.XX.XX.XX/parent1/fedora39"

#  Use text install
text
repo --name="AppStream" --baseurl=http://XX.XX.XX.XX/parent1/fedora39/AppStream

firstboot --enable
ignoredisk --only-use=/dev/vda

keyboard --vckeymap=us --xlayouts='us'
lang en_US.UTF-8

network  --bootproto=dhcp --device=eth0 --noipv6 --activate
network  --hostname=abc.com
rootpw "abccom"
skipx

services --enabled="chronyd"

timezone America/New_York --utc

bootloader --append="ipv6.disable=1 crashkernel=8192M" --location=mbr
autopart --type=Plain --fstype=ext4
clearpart --all --initlabel --drives=/dev/vda

%packages --ignoremissing
@^server-product-environment
@container-management
@debugging
@development
@directory-server
@file-server
@ftp-server
@graphical-admin-tools
@guest-agents
@headless-management
@legacy-unix
@mail-server
@network-server
@rpm-development-tools
@scientific
@security-tools
@smart-card
@smb-server
@system-tools
@web-server
kexec-tools
@base
@core
@network-file-system-client

%end

%addon com_redhat_kdump --enable --reserve-mb='auto'

%end

If you switch to the log screen (Alt-F3), what does it say?