使用Centos 7的kickstarter文件,没有任何进展会影响VM的安装

我正在使用kick starter文件来安装一个Centos 7虚拟机,并且进程几乎停止,而不在terminal中显示任何消息。 我的kickstarter文件放在/tmp/ks.cfg文件中,内容如下:

 install lang en_GB.UTF-8 keyboard us timezone Australia/Melbourne auth --useshadow --enablemd5 selinux --disabled firewall --disabled eula --agreed ignoredisk --only-use=sda reboot bootloader --location=mbr zerombr clearpart --all --initlabel part swap --asprimary --fstype="swap" --size=1024 part /boot --fstype xfs --size=200 part pv.01 --size=1 --grow volgroup rootvg01 pv.01 logvol / --fstype xfs --name=lv01 --vgname=rootvg01 --size=1 --grow rootpw --iscrypted password %packages --nobase --ignoremissing @core %end 

我正在使用的命令如下所示:

 virt-install --name=centOS --ram=1024 --vcpus=1 --os-variant=rhel7 --disk path=/tmp/centOS-VM.img,size=4 --location=/tmp/iso-images-VM/CentOS-7- x86_64-Minimal-1708.iso --initrd-inject=/tmp/ks.cfg --extra-args "ks=file:/tmp/ks.cfg console=ttyS0" 

发布上述不久,我得到这个:

 WARNING Graphics requested but DISPLAY is not set. Not running virt-viewer. WARNING No console to launch for the guest, defaulting to --wait -1 Starting install... Retrieving file .treeinfo... | 354 B 00:00:00 Retrieving file vmlinuz... | 5.6 MB 00:00:00 Retrieving file initrd.img...| 46 MB 00:00:00 Domain installation still in progress. Waiting for installation to complete. 

除此之外没有任何反应。 任何想法可能发生在这里?