2003-07-14 10:48:40

by Felipe Alfaro Solana

[permalink] [raw]
Subject: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard

Hi,

I've compiled linux-2.6.0-test1 kernel with the attached "config" file. When trying to boot the kernel, it hangs on "Uncompress Linux kernel...OK". The system is:

Intel 3.06Ghz Pentium IV
Intel D865PERL motherboard
ATI Radeon 7000 VE

I've tried with SMP and UP, but the kernel hangs anyway. The attached "config" contains the minimal set of drivers I can think of that could lead to a bootable system.

Curiously, Red Hat's 9 Stock kernel does boot perfectly with SMP and enables HT successfully. However, RH kernel doesn't seem to recognize the built-in SATA controller.

Any ideas?

Thanks!
--
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze


Attachments:
(No filename) (745.00 B)
config (13.41 kB)
Download all attachments

2003-07-14 10:54:57

by Paul Nasrat

[permalink] [raw]
Subject: Re: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard

On Mon, Jul 14, 2003 at 12:03:11PM +0100, Felipe Alfaro Solana wrote:
> Hi,
>
> I've compiled linux-2.6.0-test1 kernel with the attached "config" file. When trying to boot the kernel, it hangs on "Uncompress Linux kernel...OK". The system is:

You only have the dummy console selected ensuring you have:

CONFIG_CONSOLE_VGA=y

Should display things to screen.

Paul

2003-07-14 10:59:24

by Ramón Rey Vicente

[permalink] [raw]
Subject: Re: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard

El lun, 14-07-2003 a las 13:03, Felipe Alfaro Solana escribi?:
> Hi,
>
> I've compiled linux-2.6.0-test1 kernel with the attached "config" file. When trying to boot the kernel, it hangs on "Uncompress Linux kernel...OK". The system is:

Hang or blank screen?

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
A lot of people have discovered that taking their .config from 2.4 and
running make oldconfig to pick up new options leads to problems, notably
with CONFIG_VT not being set.
--
/================================================\
| Ram?n Rey Vicente <ramon.rey at hispalinux.es> |
| |
| Jabber ID <rreylinux at jabber.org> |
| |
| Public GPG Key http://pgp.escomposlinux.org |
| |
| GLiSa http://glisa.hispalinux.es |
\================================================/

2003-07-14 11:00:35

by Paul Nasrat

[permalink] [raw]
Subject: Re: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard

On Mon, Jul 14, 2003 at 12:03:35PM +0100, Paul Nasrat wrote:
> On Mon, Jul 14, 2003 at 12:03:11PM +0100, Felipe Alfaro Solana wrote:
> > Hi,
> >
> > I've compiled linux-2.6.0-test1 kernel with the attached "config" file. When trying to boot the kernel, it hangs on "Uncompress Linux kernel...OK". The system is:
>
> You only have the dummy console selected ensuring you have:
>
> CONFIG_CONSOLE_VGA=y

I should add please read:

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

Which documents this and other things to expect.

Paul

2003-07-14 11:43:00

by Martin Zwickel

[permalink] [raw]
Subject: Re: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard

On Mon, 14 Jul 2003 12:03:35 +0100
Paul Nasrat <[email protected]> bubbled:

> On Mon, Jul 14, 2003 at 12:03:11PM +0100, Felipe Alfaro Solana wrote:
> > Hi,
> >
> > I've compiled linux-2.6.0-test1 kernel with the attached "config" file. When
> > trying to boot the kernel, it hangs on "Uncompress Linux kernel...OK". The
> > system is:
>
> You only have the dummy console selected ensuring you have:
>
> CONFIG_CONSOLE_VGA=y

you meant:
CONFIG_VGA_CONSOLE=y

>
> Should display things to screen.
>
> Paul
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/


--
MyExcuse:
tachyon emissions overloading the system

Martin Zwickel <[email protected]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>


Attachments:
(No filename) (189.00 B)

2003-07-14 13:59:31

by Felipe Alfaro Solana

[permalink] [raw]
Subject: Re: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard

On Mon, 2003-07-14 at 13:03, Paul Nasrat wrote:
> On Mon, Jul 14, 2003 at 12:03:11PM +0100, Felipe Alfaro Solana wrote:
> > Hi,
> >
> > I've compiled linux-2.6.0-test1 kernel with the attached "config" file. When trying to boot the kernel, it hangs on "Uncompress Linux kernel...OK". The system is:
>
> You only have the dummy console selected ensuring you have:
>
> CONFIG_CONSOLE_VGA=y
>
> Should display things to screen.

Yeah! I'm stupid... I forgot to check that. Thanks :-)