linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test1: Hang during boot on Intel D865PERL motherboard
@ 2003-07-14 11:03 Felipe Alfaro Solana
  2003-07-14 11:03 ` Paul Nasrat
  2003-07-14 11:14 ` Ramón Rey Vicente󮠒
  0 siblings, 2 replies; 6+ messages in thread
From: Felipe Alfaro Solana @ 2003-07-14 11:03 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 745 bytes --]

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

[-- Attachment #2: config --]
[-- Type: application/octet-stream, Size: 13730 bytes --]

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

* Re: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard
  2003-07-14 11:03 2.6.0-test1: Hang during boot on Intel D865PERL motherboard Felipe Alfaro Solana
@ 2003-07-14 11:03 ` Paul Nasrat
  2003-07-14 11:09   ` Paul Nasrat
                     ` (2 more replies)
  2003-07-14 11:14 ` Ramón Rey Vicente󮠒
  1 sibling, 3 replies; 6+ messages in thread
From: Paul Nasrat @ 2003-07-14 11:03 UTC (permalink / raw)
  To: Felipe Alfaro Solana; +Cc: linux-kernel

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

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

* Re: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard
  2003-07-14 11:03 ` Paul Nasrat
@ 2003-07-14 11:09   ` Paul Nasrat
  2003-07-14 11:57   ` Martin Zwickel
  2003-07-14 14:12   ` Felipe Alfaro Solana
  2 siblings, 0 replies; 6+ messages in thread
From: Paul Nasrat @ 2003-07-14 11:09 UTC (permalink / raw)
  To: Felipe Alfaro Solana, linux-kernel

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

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

* Re: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard
  2003-07-14 11:03 2.6.0-test1: Hang during boot on Intel D865PERL motherboard Felipe Alfaro Solana
  2003-07-14 11:03 ` Paul Nasrat
@ 2003-07-14 11:14 ` Ramón Rey Vicente󮠒
  1 sibling, 0 replies; 6+ messages in thread
From: Ramón Rey Vicente󮠒 @ 2003-07-14 11:14 UTC (permalink / raw)
  To: linux-kernel

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               |
\================================================/


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

* Re: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard
  2003-07-14 11:03 ` Paul Nasrat
  2003-07-14 11:09   ` Paul Nasrat
@ 2003-07-14 11:57   ` Martin Zwickel
  2003-07-14 14:12   ` Felipe Alfaro Solana
  2 siblings, 0 replies; 6+ messages in thread
From: Martin Zwickel @ 2003-07-14 11:57 UTC (permalink / raw)
  To: Paul Nasrat; +Cc: Felipe Alfaro Solana, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 937 bytes --]

On Mon, 14 Jul 2003 12:03:35 +0100
Paul Nasrat <pauln@truemesh.com> 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 majordomo@vger.kernel.org
> 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 <martin.zwickel@technotrend.de>
Research & Development

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

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: 2.6.0-test1: Hang during boot on Intel D865PERL motherboard
  2003-07-14 11:03 ` Paul Nasrat
  2003-07-14 11:09   ` Paul Nasrat
  2003-07-14 11:57   ` Martin Zwickel
@ 2003-07-14 14:12   ` Felipe Alfaro Solana
  2 siblings, 0 replies; 6+ messages in thread
From: Felipe Alfaro Solana @ 2003-07-14 14:12 UTC (permalink / raw)
  To: Paul Nasrat; +Cc: LKML

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


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

end of thread, other threads:[~2003-07-14 13:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-14 11:03 2.6.0-test1: Hang during boot on Intel D865PERL motherboard Felipe Alfaro Solana
2003-07-14 11:03 ` Paul Nasrat
2003-07-14 11:09   ` Paul Nasrat
2003-07-14 11:57   ` Martin Zwickel
2003-07-14 14:12   ` Felipe Alfaro Solana
2003-07-14 11:14 ` Ramón Rey Vicente󮠒

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