De: "William A. Mahaffey III" <wam(a)hiwaay.net>
À: libvirt-users(a)redhat.com
Envoyé: Mercredi 17 Août 2011 15:45:15
Objet: Re: [libvirt-users] virt-install -> guest stops at installation end
On 08/17/11 07:23, Julien Garet wrote:
Hello,
I am using virt-install to install CentOS6 guests on a CentOS6 KVM remote host. Everything
works fine except that at the end of the installation, the guest stops instead of
rebooting, which I thought, should be the default behaviour.
The command I use is :
[root@myorchestrator]# /usr/local/bin/virt-install --connect qemu+ssh://root@mydom0/system
--name myclient --accelerate --ram 2048 --disk path=/mnt/client.img,size=10
--os-type=linux --network bridge:mybridge --vnc --pxe -m 52:54:00:00:3d:a9
virt-install version is 0.500.6 on the host where I use virt-install. libvirt is version
0.8.1 (CentOS 6) on dom0.
Any advice ?
Julien Garet _______________________________________________
libvirt-users mailing list libvirt-users(a)redhat.com
https://www.redhat.com/mailman/listinfo/libvirt-users
Try adding '--autostart' ? Unfortunately, it does not help, --autostart only sets
the automatic boot of the virtual machine on host boot not the reboot at installation end.
Julien Garet