From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Wartusch Subject: Problem with Grub and KVM 88 Date: Wed, 15 Jul 2009 13:06:54 +0200 Message-ID: <1247656014.24731.12.camel@erikpc.mitacs.com> Reply-To: e.wartusch@mitacs.com Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from srv1.mitacs.com ([81.92.242.7]:46955 "EHLO srv1.mitacs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754104AbZGOLkG (ORCPT ); Wed, 15 Jul 2009 07:40:06 -0400 Received: from localhost (srv1.mitacs.com [127.0.0.1]) by srv1.mitacs.com (Postfix) with ESMTP id 853F3C0C153 for ; Wed, 15 Jul 2009 13:07:05 +0200 (CEST) Received: from srv1.mitacs.com ([127.0.0.1]) by localhost (srv1.mitacs.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rKcmluzIP7O6 for ; Wed, 15 Jul 2009 13:06:59 +0200 (CEST) Received: from [192.168.125.108] (dsl-82-106.utaonline.at [81.189.82.106]) by srv1.mitacs.com (Postfix) with ESMTP id 0495FC0C14F for ; Wed, 15 Jul 2009 13:06:58 +0200 (CEST) Sender: kvm-owner@vger.kernel.org List-ID: 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