Hi Guys,
I'm currently learning KVM and have set up an Ubuntu 12.04.2 VM running KVM.virt-install --connect qemu:///system --ram "$ramsize" -n "$vmname" --boot network,hd,menu=on --os-variant="$variant" --disk path=/var/lib/libvirt/images/"$vmname".qcow2,device=disk,bus=virtio,format=qcow2 --mac= --cpu host --vcpus="$numcpus" --graphics none --noautoconsole --import
I've tried --extraargs= but that appears to be for kernel command lines, which is not what I want to achieve here. I'm looking for a way to enable serial BIOS from the point the VM is created.
The current solution I am using is to do virsh destroy $vmname ; virsh edit $vm_name ; virsh start $vm_name which is not great, but gets the job done.
Robert
_______________________________________________ libvirt-users mailing list libvirt-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvirt-users