linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.5.x] doesn't boot at all on one computer
@ 2003-07-13 16:52 Ronald Bultje
  2003-07-13 17:15 ` Dave Jones
  0 siblings, 1 reply; 5+ messages in thread
From: Ronald Bultje @ 2003-07-13 16:52 UTC (permalink / raw)
  To: linux-kernel

Hey there,

I've got an issue where 2.5.74 (and all previous ones, tested until
2.5.72) don't boot for me (and I didn't test 2.5.75 because it won't
work either). The config is known to be right, because it boots fine for
other people, it boots on other systems, and I've booted previous
kernels (up to 2.5.67) with the same config earlier on. I've tested
three configs in total, one where everything needed to boot is in the
kernel (that one worked in 2.5.67 and earlier), and another similar one
(which boots fine for other people), and another one copied from my
2.4.21 kernel (and yes, VT/VGA/CONSOLE etc. are all set to 'y'). I've
tried both with and without FB enabled, and in all cases, I get either a
black screen or I get grub's message telling me that it's about to start
booting the relevant kernel image, and nothing after that.

In short, I have no clue what could be wrong, but since the exact same
configs work for other people and worked for me in the past, I'm
guessing there's a conflict with some recent patches and either my
compiler (well, gcc-2.96 isn't really ideal) or with some hardware
specifically in that machine. I cannot tell which of the two, I don't
have another compiler there. I'm trying to find out if anyone has seen
similar things on similar hardware. If not, I'm willing to test with
another compiler, but I'd rather not (I hate messing around with all
that on my system).

First, software:
RedHat-7.3
gcc-2.96-113
module-init-tools 0.9.12, 0.9.13-pre and 0.9.11 (tried several of 'em)

System:
P-2 400 MHz and P-3 500 MHz (I had the p3 lying around and swapped them
to see if it was the CPU, but both didn't work)
Intel 440BX-based mainboard (Abit BH6)
256 MB RAM

Relevant lines from grub.conf
title Red Hat Linux unstable (2.5.74)
        root (hd0,0)
        kernel /vmlinuz-2.5.74 ro root=/dev/hdc1 hdd=ide-scsi noapic
        initrd /initrd-2.5.74.img

I've tried without the initrd, I've tried with vga=792 (for fb support).
I've also tried without the noapic, I found the noapic suggestion on one
of the 2.5 FAQs around on the net (without it, my networking card didn't
work in 2.5.66).

config files:
http://213.197.11.65/ronald/config-2.5.74-initrd
http://213.197.11.65/ronald/config-2.5.74-worksfor66
http://213.197.11.65/ronald/config-2.5.74-worksforothers

the initrd one uses initrd, the worksfor66 has everything needed to boot
statically linked in, so does the worksforothers. The first of these two
was tested with 2.5.66, 2.5.67 and some earlier ones and booted fine
there. The second one was copied from someone else trying to help me
with this issue, and worked fine for him.

Well, this is about all the info I can give here, I'm affraid. Anything
more I should try? Anyone recognizes something similar, maybe with a
solution? Any help is very much appreciated.

Please [CC] me, I'm not subscribed.

Thanks,

Ronald

-- 
Ronald Bultje <rbultje@ronald.bitfreak.net>


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

* Re: [2.5.x] doesn't boot at all on one computer
  2003-07-13 16:52 [2.5.x] doesn't boot at all on one computer Ronald Bultje
@ 2003-07-13 17:15 ` Dave Jones
  2003-07-13 17:53   ` Ronald Bultje
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Jones @ 2003-07-13 17:15 UTC (permalink / raw)
  To: Ronald Bultje; +Cc: linux-kernel

On Sun, Jul 13, 2003 at 06:52:41PM +0200, Ronald Bultje wrote:
 > 
 > config files:
 > http://213.197.11.65/ronald/config-2.5.74-initrd
 > http://213.197.11.65/ronald/config-2.5.74-worksfor66
 > http://213.197.11.65/ronald/config-2.5.74-worksforothers
 > 
Connection refused.

		Dave


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

* Re: [2.5.x] doesn't boot at all on one computer
  2003-07-13 17:15 ` Dave Jones
@ 2003-07-13 17:53   ` Ronald Bultje
  2003-07-13 21:11     ` Dave Jones
  0 siblings, 1 reply; 5+ messages in thread
From: Ronald Bultje @ 2003-07-13 17:53 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-kernel

Hey again,

On Sun, 2003-07-13 at 19:15, Dave Jones wrote:
> On Sun, Jul 13, 2003 at 06:52:41PM +0200, Ronald Bultje wrote:
>  > config files:
>  > http://213.197.11.65/ronald/config-2.5.74-initrd
>  > http://213.197.11.65/ronald/config-2.5.74-worksfor66
>  > http://213.197.11.65/ronald/config-2.5.74-worksforothers
> Connection refused.

Whoops, local mess-up there. Fixed, sorry for that.

Ronald

-- 
Ronald Bultje <rbultje@ronald.bitfreak.net>


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

* Re: [2.5.x] doesn't boot at all on one computer
  2003-07-13 17:53   ` Ronald Bultje
@ 2003-07-13 21:11     ` Dave Jones
  2003-07-20 19:04       ` Ronald Bultje
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Jones @ 2003-07-13 21:11 UTC (permalink / raw)
  To: Ronald Bultje; +Cc: linux-kernel

On Sun, Jul 13, 2003 at 07:53:41PM +0200, Ronald Bultje wrote:
 > >  > http://213.197.11.65/ronald/config-2.5.74-worksforothers
 > > Connection refused.
 > Whoops, local mess-up there. Fixed, sorry for that.

<randomguess>
Can you try with CONFIG_VIDEO_SELECT=n ?

		Dave


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

* Re: [2.5.x] doesn't boot at all on one computer
  2003-07-13 21:11     ` Dave Jones
@ 2003-07-20 19:04       ` Ronald Bultje
  0 siblings, 0 replies; 5+ messages in thread
From: Ronald Bultje @ 2003-07-20 19:04 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-kernel

Hi Dave & all,

On Sun, 2003-07-13 at 23:11, Dave Jones wrote:
> On Sun, Jul 13, 2003 at 07:53:41PM +0200, Ronald Bultje wrote:
>  > >  > http://213.197.11.65/ronald/config-2.5.74-worksforothers
[..]
> <randomguess>
> Can you try with CONFIG_VIDEO_SELECT=n ?

I had some time to test this today. Did I mention that you're a hero?
This fixed it, thanks!

Ronald

-- 
Ronald Bultje <rbultje@ronald.bitfreak.net>


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

end of thread, other threads:[~2003-07-20 18:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-13 16:52 [2.5.x] doesn't boot at all on one computer Ronald Bultje
2003-07-13 17:15 ` Dave Jones
2003-07-13 17:53   ` Ronald Bultje
2003-07-13 21:11     ` Dave Jones
2003-07-20 19:04       ` Ronald Bultje

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).