I downloaded the tar.gz
http://downloads.sourceforge.net/sourceforge/kvm/kvm-88.tar.gz?use_mirror=dfn

unzipped it and followed the procedure according to the how to:
./configure --prefix=/usr/local/kvm 
make 
make install 
modprobe kvm-intel 

Erik

Am Mittwoch, den 15.07.2009, 10:11 -0500 schrieb Brian Jackson:
> On Wednesday 15 July 2009 06:06:54 am Erik Wartusch wrote:
> > Hi all,
> >
> > Following problem.
> > I recently upgraded kvm from 7.2 (Debian Lenny repository version) to
> > the newest 88 KVM.
> 
> 
> How did you install kvm-88? Did you do a proper install? including the bios 
> files, extboot, etc?
> 
> --Iggy
> 
> 
> >
> > 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 majord...@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
Mit freundlichen Grüßen
Erik Wartusch

-- 
CONNECTING PEOPLE AROUND THE WORLD ... http://www.mitacs.com
MITACS Telekomservice GesmbH     Mail: e.wartu...@mitacs.com
Handelskai 388/543               Tel: +43 1 27900-273
A-1020 Wien                      Fax: +43 1 27900-900

UID: ATU 52944907
Firmenbuch-Nummer: FN 213330X


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to