<div>This is what I use for creating the VM</div><div><br></div>sudo virt-install -n myvm -r 2048 --vcpus=1 --accelerate -v -w bridge:br0,model=virtio  --nographics -m 54:52:00:01:bb:8d  --disk path=/storage_pool/myvm.raw,size=20,bus=virtio --pxe<div>
<br></div><div>It used to work fine, but now it get stuck trying to do pxeboot/kickstart. Here's what I see when trying to debug the pxeboot/kickstart process:</div><div>* Querying DHCP server for IP address went through fine</div>
<div>* vmlinuz.CentOS5-5.5-x86_64 was downloaded successfully</div><div>* initrd.img.CentOS5-5.5-x86_64 started to get transferred, but then stopped. It looks like the VM's network interface just crashed (can't even ping the VM anymore)</div>
<div><br></div><div>If I don't use virtio for networking, then everything went through fine.</div><div><br></div><div>What's strange that is virtio used to work fine. </div><div><br></div><div>I ran out of ideas/ways to debug this issue. Any has any idea?</div>
<div><br></div><div>Here's more info on my system:</div><div>Host:</div><div>   * Scientific Linux 6, kernel version: 2.6.32-71.el6.x86_64</div><div>   * libvirt: 0.8.1-27</div><div>   * qemu-kvm: 0.12.1.2-2.113</div>
<div> Guest:</div><div>   * Scientific Linux 6, kernel version: 2.6.32-71.el6.x86_64</div>