Hi all, Following problem. I recently upgraded kvm from 7.2 (Debian Lenny repository version) to the newest 88 KVM. Since then when I first started and stopped a Debian Lenny virtual instance (guest) at the next (second) start I get the following error: "Grub loading, please wait..... Error 2". So the first time its booting the second not, resulting with this error. KVM Version 88 Kernel Host system: 2.6.26-2-amd64 Kernel guest system: 2.6.26-2-amd64 CPU: Intel(R) Xeon(R) CPU E5420 @ 2.50GHz OS for host and guest: Debian Lenny Qemu command line from a script: #!/bin/sh /usr/local/kvm/bin/qemu-system-x86_64 -m 256 \ -name test3 \ -boot c \ -hda /var/kvm/test3.img \ -net nic,macaddr=00:30:1c:45:35:04,model=virtio,vlan=0 \ -net tap,script=/etc/kvm/kvm-ifup,vlan=0 \ -k de \ -vnc 192.168.125.21:4 \ -monitor tcp:127.0.0.1:2024,server,nowait \ -serial none \ -parallel none \ -daemonize > /dev/null 2>&1 A CentOS or Windows XP are working fine. Can somebody confirm this or any solution? Kind Regards, Erik -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html