From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: 2.6.16 Guest Hangs on Boot Date: Thu, 16 Sep 2010 09:56:05 +0200 Message-ID: <20100916075605.GT3008@redhat.com> References: <1284569606.7482.118.camel@nami.8liens.com> <3C88BDE6-33EF-4056-89DE-8CC9084D407C@suse.de> <1284572907.7482.125.camel@nami.8liens.com> <1D3EBE1C-855B-4481-B352-E86EE730A0ED@suse.de> <1284574022.7482.137.camel@nami.8liens.com> <1284602138.7482.157.camel@nami.8liens.com> <20100916063940.GR3008@redhat.com> <1284623537.7482.169.camel@nami.8liens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexander Graf , kvm@vger.kernel.org, Meric Mara , Renan Mara To: Alec Joseph Rivera Return-path: Received: from mx1.redhat.com ([209.132.183.28]:63204 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752016Ab0IPH4N (ORCPT ); Thu, 16 Sep 2010 03:56:13 -0400 Content-Disposition: inline In-Reply-To: <1284623537.7482.169.camel@nami.8liens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Sep 16, 2010 at 03:52:17PM +0800, Alec Joseph Rivera wrote: > On Thu, 2010-09-16 at 08:39 +0200, Gleb Natapov wrote: > > On Thu, Sep 16, 2010 at 09:55:38AM +0800, Alec Joseph Rivera wrote: > > > > That should give us a clue on what's going wrong. > > > > > > > > > > I did the steps you mentioned. Here's the gdb transcript: > > > > > > $ gdb k12_1009 -ex 'target remote localhost:1234' > > What is k12_1009? Are you sure this is vmlinux? > > > > Hi Gleb: > > Yes, k12_1009 is the kernel image that isolinux loads. > > -- isolinux.cfg > > > DEFAULT 1 > > TIMEOUT 100 > > PROMPT 1 > > DISPLAY isolinux.txt > > LABEL 1 > > KERNEL k12_1009 > > APPEND ramdisk_size=32768 initrd=initrd root=/dev/ram > > LABEL 2 > > KERNEL k12_1009 > > APPEND ramdisk_size=32768 initrd=initrd root=/dev/ram BOOT_SUPPORT=1 > > -- file test > > $ file k12_1009 > > k12_1009: Linux kernel x86 boot executable bzImage, version 2.6.16.54-0.2.5-bigsmp (geeko@b, RO-rootFS, root_dev 0x301, swap_dev 0x1, Normal VGA > This is bzImage, You need corresponding vmlinux bzImage was created from. > > BTW what version on kvm/qemu are you using. > > > > qemu's version is 0.12.5. modinfo kvm doesn't reveal any version string > though, however the kernel is 2.6.35 from Arch. > > Question: from what I've read so far kvm versions are of 'kvm-xx' where > xx is a number, on sourceforge there is kvm-kmod-{kernel-version}, am I > correct in assuming and saying then that my kvm version is 2.6.35? > kvm-xx is deprecated. So when asked what kvm are you using you should provide your kernel version like you did. -- Gleb.