public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Problem with Grub and KVM 88
@ 2009-07-15 11:06 Erik Wartusch
  2009-07-15 15:11 ` Brian Jackson
  0 siblings, 1 reply; 6+ messages in thread
From: Erik Wartusch @ 2009-07-15 11:06 UTC (permalink / raw)
  To: kvm

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem with Grub and KVM 88
       [not found] <1440343101.468771247659841245.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com>
@ 2009-07-15 12:14 ` Alexey Eromenko
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Eromenko @ 2009-07-15 12:14 UTC (permalink / raw)
  To: kvm


----- "Erik Wartusch" <e.wartusch@mitacs.com> wrote:

> 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. 
> 

I have the Debian Lenny VM installer booting fine on KVM-88 (32 and 64-bit CD-ROM ISOs).
Host is RHEL 5.3/x64.
If you try if -no-kvm option, does it work?

-Alexey

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Problem with Grub and KVM 88
@ 2009-07-15 14:20 Erik Wartusch
  2009-07-15 15:08 ` Erik Wartusch
  0 siblings, 1 reply; 6+ messages in thread
From: Erik Wartusch @ 2009-07-15 14:20 UTC (permalink / raw)
  To: kvm

----- "Erik Wartusch" <e.wartusch <at> mitacs.com> wrote:

> 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. 
> 

I've tried the option -no-kvm. Same problem. Booting from ISOs is not the problem. I have images which I used with the 72 version without any problem 
and now with 88 they don't boot the second time.

Erik

> I have the Debian Lenny VM installer booting fine on KVM-88 (32 and 64-bit CD-ROM ISOs).
> Host is RHEL 5.3/x64.
> If you try if -no-kvm option, does it work?

> -Alexey
> --


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem with Grub and KVM 88
  2009-07-15 14:20 Problem with Grub and KVM 88 Erik Wartusch
@ 2009-07-15 15:08 ` Erik Wartusch
  0 siblings, 0 replies; 6+ messages in thread
From: Erik Wartusch @ 2009-07-15 15:08 UTC (permalink / raw)
  To: kvm


I've reinstalled Debian Lenny now on a fresh virtual harddisk and now
its working... Seems like my "old" images I used with 72 are the problem
with 88.

Erik

Am Mittwoch, den 15.07.2009, 16:20 +0200 schrieb Erik Wartusch:
> ----- "Erik Wartusch" <e.wartusch <at> mitacs.com> wrote:
> 
> > 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. 
> > 
> 
> I've tried the option -no-kvm. Same problem. Booting from ISOs is not the problem. I have images which I used with the 72 version without any problem 
> and now with 88 they don't boot the second time.
> 
> Erik
> 
> > I have the Debian Lenny VM installer booting fine on KVM-88 (32 and 64-bit CD-ROM ISOs).
> > Host is RHEL 5.3/x64.
> > If you try if -no-kvm option, does it work?
> 
> > -Alexey
> > --



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem with Grub and KVM 88
  2009-07-15 11:06 Erik Wartusch
@ 2009-07-15 15:11 ` Brian Jackson
  2009-07-15 15:26   ` Erik Wartusch
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Jackson @ 2009-07-15 15:11 UTC (permalink / raw)
  To: e.wartusch; +Cc: kvm

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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem with Grub and KVM 88
  2009-07-15 15:11 ` Brian Jackson
@ 2009-07-15 15:26   ` Erik Wartusch
  0 siblings, 0 replies; 6+ messages in thread
From: Erik Wartusch @ 2009-07-15 15:26 UTC (permalink / raw)
  To: Brian Jackson; +Cc: kvm


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 majordomo@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.wartusch@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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-07-15 15:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15 14:20 Problem with Grub and KVM 88 Erik Wartusch
2009-07-15 15:08 ` Erik Wartusch
     [not found] <1440343101.468771247659841245.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com>
2009-07-15 12:14 ` Alexey Eromenko
  -- strict thread matches above, loose matches on Subject: below --
2009-07-15 11:06 Erik Wartusch
2009-07-15 15:11 ` Brian Jackson
2009-07-15 15:26   ` Erik Wartusch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox