From bd8864c2cc157944d50d3356c617cd62738fc42f Mon Sep 17 00:00:00 2001 From: Brielle Bruns Date: Fri, 8 Jun 2018 11:06:59 -0600 Subject: [PATCH] Fix issue with virtio cdrom not allowing VM to start after ejecting media on next reboot - changed to standard IDE --- virt-install-cloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt-install-cloud.sh b/virt-install-cloud.sh index 5081761..e7f1477 100755 --- a/virt-install-cloud.sh +++ b/virt-install-cloud.sh @@ -223,7 +223,7 @@ virt-install \ --network ${net_interface} \ --boot hd \ --disk vol=${POOL}/${hostname}.${domain}.root.img,format=${FORMAT},bus=virtio,cache=none \ - --disk vol=${POOL}/${hostname}.${domain}.configuration.iso,bus=virtio,device=cdrom \ + --disk vol=${POOL}/${hostname}.${domain}.configuration.iso,device=cdrom \ --console pty,target_type=serial \ --os-type=${virt_ostype} --os-variant=${virt_osvariant}