public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.31: booting on a PIII Celeron?
Date: Mon, 28 Sep 2009 19:29:21 +0400	[thread overview]
Message-ID: <4AC0D651.7030009@msgid.tls.msk.ru> (raw)
In-Reply-To: <4AC0D59F.8000502@msgid.tls.msk.ru>

Michael Tokarev wrote:
> Hello.
> I've a problem here with 2.6.31.  kernel is
> compiled for PIII:
> 
>  CONFIG_MPENTIUMIII=y
>  CONFIG_X86_GENERIC=y
> 
> This kernel works on real PIII machine - like this:
> 
> vendor_id    : GenuineIntel
> cpu family    : 6
> model        : 8
> model name    : Pentium III (Coppermine)
> stepping    : 10
> cpu MHz        : 997.580
> 
> But it fails on a Celeron:
> 
> vendor_id    : GenuineIntel
> cpu family    : 6
> model        : 8
> model name    : Celeron (Coppermine)
> stepping    : 6
> cpu MHz        : 797.481
> 

There's one more difference between the two:

PIII, working:
flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 mmx fxsr sse up
Celeron, !working:
flags: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pse36 mmx fxsr sse up

So the celeron machine lacks "apic" flag.  And in my
kernel config, apic is enabled:
  CONFIG_X86_LOCAL_APIC=y
  CONFIG_X86_IO_APIC=y
(but not on the command line like apic=force)

> it fails on early boot, after a bootloader printed
> "Loading kernel... initrd..." -- after that, on the
> Celeron machine, it reboots instantly.
> 
> It's the same kernel binary, I tried it on several
> machines, and the result is pretty consistent - if
> it's a PIII-Celeron it reboots, if it's a PIII -
> kernel boots and works ok.
> 
> All previous kernels with the same config worked on
> these machines, at least as far as this issue is
> concerned.
> 
> Is it a known issue?  Is there anything else I can
> try to debug it?
> 
> Thanks!
> 
> /mjt


  reply	other threads:[~2009-09-28 15:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-28 15:26 2.6.31: booting on a PIII Celeron? Michael Tokarev
2009-09-28 15:29 ` Michael Tokarev [this message]
2009-09-28 16:36   ` Pavel Machek
2009-09-28 16:41     ` Cyrill Gorcunov
2009-09-29 13:34     ` Michael Tokarev
2009-09-29 16:03       ` Pavel Machek
2009-10-02 10:44         ` LZMA on PIII-Celeron is broken [was: 2.6.31: booting on a PIII Celeron?] Michael Tokarev

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=4AC0D651.7030009@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=linux-kernel@vger.kernel.org \
    /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