public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [REGRESSION] 2.6.24-rc1 fails to boot on a 486
@ 2007-10-29  0:05 Mikael Pettersson
  2007-10-29  4:33 ` H. Peter Anvin
  2007-10-29  4:34 ` H. Peter Anvin
  0 siblings, 2 replies; 11+ messages in thread
From: Mikael Pettersson @ 2007-10-29  0:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: hpa, mingo, tglx

My old 486 fails to boot with the 2.6.24-rc1 kernel.
Grub loads it, 4 lines of text appear but not the kernel's
"Linux version <blah> greet", and the machine reboots.
Double-checked with a serial console: nothing appears
before it reboots.

All 2.6 kernels up to 2.6.23 worked fine on this machine.

Config is at http://user.it.uu.se/~mikpe/linux/tmp/486-config-2.6.24-rc1.
The kernel is unpatched 2.6.24-rc1 compiled with gcc-4.2.2.

/Mikael

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [REGRESSION] 2.6.24-rc1 fails to boot on a 486
@ 2007-10-29  6:28 Mikael Pettersson
  2007-10-29 11:37 ` Ingo Molnar
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Mikael Pettersson @ 2007-10-29  6:28 UTC (permalink / raw)
  To: hpa, mikpe; +Cc: linux-kernel, mingo, tglx

On Sun, 28 Oct 2007 21:33:02 -0700, H. Peter Anvin wrote:
> Mikael Pettersson wrote:
> > My old 486 fails to boot with the 2.6.24-rc1 kernel.
> > Grub loads it, 4 lines of text appear but not the kernel's
> > "Linux version <blah> greet", and the machine reboots.
> > Double-checked with a serial console: nothing appears
> > before it reboots.
> 
> What four lines of text?

They're impossible to capture because they're only visible
on the VGA screen for like 0.2 seconds before the machine
reboots and the screen is blanked; they don't show up on
the serial console.

They look like paths to the vmlinuz and initrd surrounded
by [ ] brackets, so I guess they come from grub.

/Mikael

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [REGRESSION] 2.6.24-rc1 fails to boot on a 486
@ 2007-10-29  6:31 Mikael Pettersson
  0 siblings, 0 replies; 11+ messages in thread
From: Mikael Pettersson @ 2007-10-29  6:31 UTC (permalink / raw)
  To: hpa, mikpe; +Cc: linux-kernel, mingo, tglx

On Sun, 28 Oct 2007 21:34:58 -0700, H. Peter Anvin wrote:
> Mikael Pettersson wrote:
> > My old 486 fails to boot with the 2.6.24-rc1 kernel.
> > Grub loads it, 4 lines of text appear but not the kernel's
> > "Linux version <blah> greet", and the machine reboots.
> > Double-checked with a serial console: nothing appears
> > before it reboots.
> > 
> > All 2.6 kernels up to 2.6.23 worked fine on this machine.
> > 
> > Config is at http://user.it.uu.se/~mikpe/linux/tmp/486-config-2.6.24-rc1.
> > The kernel is unpatched 2.6.24-rc1 compiled with gcc-4.2.2.
> > 
> 
> Any chance you could bisect this problem?

I can try, but it will have to wait until next weekend.

/Mikael

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [REGRESSION] 2.6.24-rc1 fails to boot on a 486
@ 2007-10-30 14:07 Mikael Pettersson
  0 siblings, 0 replies; 11+ messages in thread
From: Mikael Pettersson @ 2007-10-30 14:07 UTC (permalink / raw)
  To: mikpe, tglx; +Cc: hpa, linux-kernel, mingo

On Mon, 29 Oct 2007 14:47:49 +0100 (CET), Thomas Gleixner wrote:
> On Mon, 29 Oct 2007, Mikael Pettersson wrote:
> 
> > On Sun, 28 Oct 2007 21:33:02 -0700, H. Peter Anvin wrote:
> > > Mikael Pettersson wrote:
> > > > My old 486 fails to boot with the 2.6.24-rc1 kernel.
> > > > Grub loads it, 4 lines of text appear but not the kernel's
> > > > "Linux version <blah> greet", and the machine reboots.
> > > > Double-checked with a serial console: nothing appears
> > > > before it reboots.
> > > 
> > > What four lines of text?
> > 
> > They're impossible to capture because they're only visible
> > on the VGA screen for like 0.2 seconds before the machine
> > reboots and the screen is blanked; they don't show up on
> > the serial console.
> > 
> > They look like paths to the vmlinuz and initrd surrounded
> > by [ ] brackets, so I guess they come from grub.
> 
> Any chance to use serial console ?
> 
> Enable CONFIG_EARLY_PRINTK and add
>  
> earlyprintk=serial,ttyS0,115200,keep
> 
> to the kernel command line.

As I mentioned in my first message, I did hook up
a serial console except I used the console=ttyS0,115200
boot parameter, but the kernel rebooted before any
output appeared. I can try the earlyprintk= version
above next time I'm near the 486 if you think it will
make any difference.

> Can you please provide your .config file ?

I posted a link to it in my first message:

>Config is at http://user.it.uu.se/~mikpe/linux/tmp/486-config-2.6.24-rc1.
>The kernel is unpatched 2.6.24-rc1 compiled with gcc-4.2.2.

/Mikael

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-10-30 14:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29  0:05 [REGRESSION] 2.6.24-rc1 fails to boot on a 486 Mikael Pettersson
2007-10-29  4:33 ` H. Peter Anvin
2007-10-29  4:34 ` H. Peter Anvin
  -- strict thread matches above, loose matches on Subject: below --
2007-10-29  6:28 Mikael Pettersson
2007-10-29 11:37 ` Ingo Molnar
2007-10-29 12:42 ` Gabriel C
2007-10-29 13:47 ` Thomas Gleixner
2007-10-29 15:57   ` H. Peter Anvin
2007-10-29 16:13     ` Thomas Gleixner
2007-10-29  6:31 Mikael Pettersson
2007-10-30 14:07 Mikael Pettersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox