xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Thomas Schwinge <thomas@schwinge.name>
Cc: xen-devel@lists.xensource.com, Ian Campbell <ijc@hellion.org.uk>
Subject: Re: Debian linux-image-2.6.32-4-xen-amd64 2.6.32-11 doesn't boot with > 4 GiB; resets immediatelly, no log messages
Date: Thu, 8 Apr 2010 09:38:20 -0400	[thread overview]
Message-ID: <20100408133820.GA29832@phenom.dumpdata.com> (raw)
In-Reply-To: <20100408113422.GD4183@kepler.schwinge.homeip.net>

On Thu, Apr 08, 2010 at 01:34:22PM +0200, Thomas Schwinge wrote:
> Hello!
> 
> This was originally reported to the Debian BTS,
> <http://bugs.debian.org/576877>, but Ian Campbell suggested to forward it
> to xen-devel.

Nice writeup. I like how you included all the details that I would have
thought of to ask. Is this the normal Debian bug reporting procedure ?
> 
> 
> To get the Debian linux-image-2.6.32-4-xen-amd64 2.6.32-11 kernel to
> boot, I need to supply mem=4G.  This was not necessary with the 2.6.32-10
> kernel.
> 
> I only changed the kernel, no further changes.
> 
> 2.6.32-11 is ``based on commit f64df18aae5ab07b44bdcc2334cf0044ef46320c
> of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git.'' --
> according to debian/patches/features/all/xen/pvops.patch.
> 
> commit f64df18aae5ab07b44bdcc2334cf0044ef46320c
> Merge: d945b01 d69a8da
> Author: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
> Date:   Thu Mar 25 17:00:21 2010 -0700
> 
>     Merge commit 'd69a8da4f6f2bb1815d2bc2f49afed3f3ee4f07d' into xen/stable-2.6.32.x
>     
>     * commit 'd69a8da4f6f2bb1815d2bc2f49afed3f3ee4f07d':
>       xen/apic: Don't register GSI in pre-setup
>       xen/apic: Map physical interrupt before setting up GSI
>       xen/apic: Control-flow cleanup in xen_register_gsi
> 
> 
> The noreboot and nopat options that Ian suggested in
> <http://bugs.debian.org/576877#10> have no effect.  (I always have
> noreboot specified.)

OK. Then the next thing that comes in my mind is ACPI GSI. For that
thought we will need ...

> 
> 
> 2.6.32-10:
>     (XEN) Xen version 3.4 (Debian 3.4.3~rc3-1) (waldi@debian.org) (gcc version 4.4.3 (Debian 4.4.3-2) ) Mon Mar  1 21:16:18 UTC 2010
>     (XEN) Command line: 
>     (XEN) Video information:
>     (XEN)  VGA is text mode 80x25, font 8x16
>     (XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
>     (XEN) Disc information:
>     (XEN)  Found 1 MBR signatures
>     (XEN)  Found 1 EDD information structures
>     (XEN) Xen-e820 RAM map:
>     (XEN)  0000000000000000 - 000000000009e000 (usable)
>     (XEN)  000000000009e000 - 00000000000a0000 (reserved)
>     (XEN)  00000000000e4000 - 0000000000100000 (reserved)
>     (XEN)  0000000000100000 - 00000000ddee0000 (usable)
>     (XEN)  00000000ddee0000 - 00000000ddeef000 (ACPI data)
>     (XEN)  00000000ddeef000 - 00000000ddf00000 (ACPI NVS)
>     (XEN)  00000000ddf00000 - 00000000e0000000 (reserved)
>     (XEN)  00000000fec00000 - 00000000fec10000 (reserved)
>     (XEN)  00000000fee00000 - 00000000fee01000 (reserved)
>     (XEN)  00000000fff00000 - 0000000100000000 (reserved)
>     (XEN)  0000000100000000 - 0000000120000000 (usable)
>     (XEN) System RAM: 4062MB (4159992kB)
> 
> 2.6.32-11: resets the machine immediatelly, no log messages visible
> (don't have serial console set-up).


.. we need to see more of what Xen and Linux prints during bootup
which can be done by adding these in the Xen command line: 
"loglvl=all guest_loglvl=all sync_console console_to_ring apic=debug
apic_verbosity=debug" (the kitchensink of all the debug options on)
and this in the Linux kernel line: "console=hvc0 earlyprintk=xen debug
initcall_debug acpi.debug_level=0xffffffff acpi.debug_layer=0x2"

You might get away without a serial console and see the output on the
display. But it would be much much better to get the serial console
working. Pasi wrote an excellent Wiki page explaining how to do this:
http://wiki.xensource.com/xenwiki/XenSerialConsole

Please e-mail back the full serial console or the last thing you see on the VGA screen.

  reply	other threads:[~2010-04-08 13:38 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-08 11:34 Debian linux-image-2.6.32-4-xen-amd64 2.6.32-11 doesn't boot with > 4 GiB; resets immediatelly, no log messages Thomas Schwinge
2010-04-08 13:38 ` Konrad Rzeszutek Wilk [this message]
2010-04-08 13:42   ` Ian Campbell
2010-04-08 22:19   ` Thomas Schwinge
2010-04-08 22:51     ` Jeremy Fitzhardinge
2010-04-09 18:00       ` Thomas Schwinge
2010-04-09 18:20         ` Jeremy Fitzhardinge
2010-04-10 22:13           ` Thomas Schwinge
2010-04-10 22:52             ` Jeremy Fitzhardinge
2010-04-11  9:49               ` Thomas Goirand
2010-04-12 19:34                 ` Jeremy Fitzhardinge
2010-04-13  1:20                   ` Thomas Goirand
2010-04-13  6:02                     ` Pasi Kärkkäinen
2010-04-13  9:48                       ` Thomas Goirand
2010-04-13  9:52                         ` Pasi Kärkkäinen
2010-04-13 10:08                           ` Thomas Goirand
2010-04-13 19:50                     ` Jeremy Fitzhardinge
2010-04-13 22:27                       ` Thomas Goirand
2010-04-13 23:16                         ` Mike Viau
2010-04-13 23:59                         ` Jeremy Fitzhardinge
2010-04-14  5:48                           ` Thomas Goirand
2010-04-20 11:18               ` Thomas Schwinge
2010-04-20 18:19                 ` Jeremy Fitzhardinge
2010-04-28 21:21                 ` Jeremy Fitzhardinge
2010-05-08 15:46                   ` Thomas Schwinge
2010-05-08 23:01                     ` Jeremy Fitzhardinge
2010-05-10  9:48                       ` Thomas Schwinge
2010-04-09 18:52         ` Konrad Rzeszutek Wilk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100408133820.GA29832@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=ijc@hellion.org.uk \
    --cc=thomas@schwinge.name \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).