WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[SPAM] Re: [Xen-devel] Re: [Xen-users] pvops dom0 kernel: Unable to loca

To: Pasi Kärkkäinen <pasik@xxxxxx>
Subject: [SPAM] Re: [Xen-devel] Re: [Xen-users] pvops dom0 kernel: Unable to locate IOAPIC for GSI 2 and 9
From: kishore kumar <bodkekumar@xxxxxxxxx>
Date: Tue, 16 Mar 2010 14:56:06 -0700
Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 16 Mar 2010 15:00:06 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=vHdCMBQ/8CX8BZbSQTyYlVGrMXg/CTL/4ckgrSuUJlY=; b=T7bXgE8dPAWXG/F3Y4n3LDgQ3A6hccGfzyvPMilwEC3SHeUHiWCC7NkPY0x992SyAB 6Y6T5Q5sU5NDfYybC2bNULjuHdnKm1T28DPkOIJndoqrd7b8UocCqyVO0ar9Mqke4RLC YLOT0vnvGDxyk7m9Sq7W/eNiyTT60gCqjVWqE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=lLD1k93SMtSl2KkDZ5aF6XG2KBjS7zRzVAkapJvfqQ63VM5L0r5/H0BWC0H0V9uIC7 +aMRKMh3zUQbTgBVWsXCqc4e0Dm+hAJUArAjl2N04knNPVxAtJmIoh9dgdM4kTKBS5J9 uqmxJHiCWPwlWv9RHm2JhKPQjUcMtPEP96hBE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Low
In-reply-to: <20100316212928.GA1878@xxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <20100313001842.GO1878@xxxxxxxxxxx> <20100313004730.GR1878@xxxxxxxxxxx> <9f975f341003151701u4e8da890ve2c11f5e66a44a93@xxxxxxxxxxxxxx> <9f975f341003161032p423b5c7cs5bc9bcfb36620033@xxxxxxxxxxxxxx> <20100316194344.GW1878@xxxxxxxxxxx> <20100316194831.GX1878@xxxxxxxxxxx> <4B9FE71C.7070006@xxxxxxxx> <20100316202056.GZ1878@xxxxxxxxxxx> <9f975f341003161416k78eb1717pb08fdcb2e4cddfef@xxxxxxxxxxxxxx> <20100316212928.GA1878@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Please find the attached log file after fixing the dom 0 kernel cmd line as below
 
ro root=/dev/VolGroup01/LogVol00 console=hvc0 earlyprintk=xen nomodeset

Thanks
 
 
On Tue, Mar 16, 2010 at 2:29 PM, Pasi Kärkkäinen <pasik@xxxxxx> wrote:
On Tue, Mar 16, 2010 at 02:16:22PM -0700, kishore kumar wrote:
>    I did below steps.
>
>
>     I pulled DOM 0 kernel from
>    git clone git://[1]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>    linux-2.6-xen
>
>    cd linux-2.6-xen
>
>    make clean
>
>    cp -a .config .config-old
>
>    wget -O .config
>    [2]http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.9-pvops-dom0-xen-stable-x86_64
>
>    make oldconfig
>
>    make bzImage
>
>    make modules
>
>    make modules_install
>
>    cp -a .config /boot/config-2.6.32.9
>
>    cp -a System.map /boot/System.map-2.6.32.9
>
>    cp -a arch/x86/boot/bzImage /boot/vmlinuz-2.6.32.9
>
>    and modified the grub.conf as below
>
>
>    Root(hd0,0)
>
>     kernel /xen.gz console=vga,com1 com1=115200,8n1 msi=1 iommu=1
>
>     module /vmlinuz-2.6.32.9 ro root=/dev/VolGroup01/LogVo100  rhgb quiet
>
>     module /initrd-2.6.32.9.img
>
>
>    and rebooted the machine.  Then It booted with some xen messages and
>    stopped.  Those were the messages captured from serial console.
>
>    Please let me know if I did something wrong here.
>

Please fix the kernel cmdline based on my earlier email, and capture and post the
serial console log again!

-- Pasi

>
>
>    On Tue, Mar 16, 2010 at 1:20 PM, Pasi Kärkkäinen <[3]pasik@xxxxxx> wrote:
>
>      On Tue, Mar 16, 2010 at 01:16:28PM -0700, Jeremy Fitzhardinge wrote:
>      > On 03/16/2010 12:48 PM, Pasi Kärkkäinen wrote:
>      >> On Tue, Mar 16, 2010 at 09:43:44PM +0200, Pasi Kärkkäinen wrote:
>      >>
>      >>> On Tue, Mar 16, 2010 at 10:32:17AM -0700, kishore kumar wrote:
>      >>>
>      >>>>     Attached is the output captured from serial console.
>      >>>>
>      >>>>     Machine does not boot after compiling xen 3.4.3 with pv_ops dom
>      0 kernel.
>      >>>>
>      >>>>     Please let me know what is going wrong here.
>      >>>>
>      >>>>
>      >>> Ok this looks like a bug that is already being sorted out on
>      xen-devel mailinglist.
>      >>> I added CC to xen-devel.
>      >>>
>      >>>
>      >>
>      >
>      > Those messages are not a problem in themselves, but the related
>      problem
>      > is believed to be fixed in current xen/stable-2.6.32.x.  It looks like
>      > the output stops there because the Xen console isn't set up properly
>      for
>      > some reason.
>      >
>
>      Yeah, remove "rhgb quiet" from the options.. the dom0 kernel cmdline
>      should be like this:
>      ro root=/dev/VolGroup01/LogVol00 console=hvc0 earlyprintk=xen nomodeset
>      -- Pasi
>
> References
>
>    Visible links
>    1. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>    2. http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.9-pvops-dom0-xen-stable-x86_64
>    3. mailto:pasik@xxxxxx

Attachment: mar_16_log_2.txt
Description: Text document

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>