-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
rhel-9.5
-
None
-
Critical
-
rhel-sst-virtualization
-
ssg_virtualization
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
When I using virt-install --extra-args options to install a vm, the kickstart did not start
Please provide the package NVR for which bug is seen:
virt-install-4.1.0-5.el9.noarch
libvirt-10.4.0-1.el9.aarch64
qemu-kvm-9.0.0-4.el9.aarch64
How reproducible:
100%
Steps to reproduce
- run the command below to install a rhel guest
# virt-install \ -n vm1 \ -r 4096 \ -f /var/lib/libvirt/images/vm1.img \ -s 20 -m 52:54:00:d4:eb:aa \ -l #Install source# \ -x "ks=LIBVIRT_DOWNLOAD/ks-rhel9u4-aarch64.cfg" \ --noreboot \ --console pty
Expected results
vm can be kickstarted
Actual results
- The proccess will stay on config tabs, not kickstart, like Attachment
Other info:
I tried download the ks file and using
--initrd-inject=/tmp/ks-rhel9u4-aarch64.cfg --extra-args inst.ks=file:/ks-rhel9u4-aarch64.cfg
the vm can be kickstarted successfully