2003-07-16 09:53:58

by Il Skurko

[permalink] [raw]
Subject: Thinkpad T23: linux 2.5.x/2.6.0-test won't boot

I have a strange problem that I cannot seem to
find the answer to. 2.4.x works great on my
T23, but I have still not been able to boot
2.5.x properly. I just tried 2.5.75 and the 2.6.0-test.
Not even with a "make allnoconfig", and then
adding just the bare minimum, like IDE support.
I have a good experience from configuring 2.4.x
for T23, so I believe I know what needs to be
included for it to work.

After selecting the kernel in the grub menu,
it only gets as far as to writing "Decompressing kernel...
Booting kernel.". Then there is no more text
output. The harddisk led indicates it continues
with something though, but it does not respond
to keyboard input (so I have to swith the computer
off).

Sorry to bother you with this, but perhaps it turns
out to be important for finding some bug. Please
CC me with any replies to this. Rgds /Per

--
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

CareerBuilder.com has over 400,000 jobs. Be smarter about your job search
http://corp.mail.com/careers


2003-07-16 10:04:57

by Paul Nasrat

[permalink] [raw]
Subject: Re: Thinkpad T23: linux 2.5.x/2.6.0-test won't boot

On Wed, Jul 16, 2003 at 05:08:41AM -0500, Il Skurko wrote:

> After selecting the kernel in the grub menu,
> it only gets as far as to writing "Decompressing kernel...
> Booting kernel.". Then there is no more text
> output. The harddisk led indicates it continues
> with something though, but it does not respond
> to keyboard input (so I have to swith the computer
> off).

This is a known problem, I'd advise you to read the post-halloween doc
but Dave Jones seems to be rebuilding/upgrading codemonkey :)

The url should be:

http://www.codemonkey.org.uk/post-halloween-2.5.txt

Here is the appropriate snippet

Known gotchas.
~~~~~~~~~~~~~
Certain known bugs are being reported over and over. Here are the
workarounds.
- Blank screen after decompressing kernel?
Make sure your .config has
CONFIG_INPUT=y, CONFIG_VT=y, CONFIG_VGA_CONSOLE=y and
CONFIG_VT_CONSOLE=y

Paul