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 13:18:38 +0200 Message-ID: <20100916111838.GB3008@redhat.com> References: <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> <20100916075605.GT3008@redhat.com> <1284624231.7482.175.camel@nami.8liens.com> <1284631896.7482.217.camel@nami.8liens.com> <20100916101419.GX3008@redhat.com> <1284635583.7482.226.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]:18059 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456Ab0IPLSo (ORCPT ); Thu, 16 Sep 2010 07:18:44 -0400 Content-Disposition: inline In-Reply-To: <1284635583.7482.226.camel@nami.8liens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Sep 16, 2010 at 07:13:03PM +0800, Alec Joseph Rivera wrote: > On Thu, 2010-09-16 at 12:14 +0200, Gleb Natapov wrote: > > On Thu, Sep 16, 2010 at 06:11:36PM +0800, Alec Joseph Rivera wrote: > > > On Thu, 2010-09-16 at 16:03 +0800, Alec Joseph Rivera wrote: > > > > On Thu, 2010-09-16 at 09:56 +0200, Gleb Natapov wrote: > > > > > 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. > > > > > > > > Oh I see. Thanks for pointing that out. Unfortunately, I don't think I > > > > can get that image. Either I ask someone from Novell or IBM. > > > > > > > > I'll try crawling the system's filesystem, maybe I can find it there... > > > > Will keep you updated. > > > > > > > > > > No vmlinux/z image found on cd or an installed system :-( > > > > > > > > It may be hidden somewhere in debug rpm. > > > > Sadly, Lotus Foundations doesn't supply the debug rpms :-( > Looks like Alexander already found relevant rpm. -- Gleb.