linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Kernel 2.5.72 doesn't load up
@ 2003-06-30 20:55 gilson r
  2003-06-30 21:05 ` Marc-Christian Petersen
  0 siblings, 1 reply; 5+ messages in thread
From: gilson r @ 2003-06-30 20:55 UTC (permalink / raw)
  To: linux-kernel

Hi!

Just as when I tried 2.5.64, I get now the same result with 2.5.72.
When I reboot with the new kernel, I get:
   "Booting 'Linux-2.5.72'
   kernel (hd1,14)/vmlinuz-2.5.72 ro root=/dev/hdb2 hdc=ide-scsi
 [Linux - bzImage, setup=0x1400, size=0xdd72f]
   initrd (hd1,14)/initrd-2.5.72.img
 [Linux - initrd @ 0xf7cb000, 0x14d14 bytes]
 Uncompressing Linux... Ok, booting the kernel."
And it hangs there, whether I compile with Mandrake-9.1 or RedHat-8.
I'd love to learn what I'm doing wrong.
Kindly CC to me.

-- 
Regards,
gilson
(in /usually/ sunny, balmy, Florida's Suncoast)
[this is an Intel-free, M$-free, virus-free computer.
Not by chance: powered by AMD-Duron running
MandrakeSoft-9.1/Linux-2.4.21, RedHat-8.0/Linux-2.4.18]

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

* Re: Kernel 2.5.72 doesn't load up
  2003-06-30 20:55 Kernel 2.5.72 doesn't load up gilson r
@ 2003-06-30 21:05 ` Marc-Christian Petersen
  2003-06-30 21:34   ` kwijibo
  0 siblings, 1 reply; 5+ messages in thread
From: Marc-Christian Petersen @ 2003-06-30 21:05 UTC (permalink / raw)
  To: gilson r, linux-kernel

On Monday 30 June 2003 22:55, gilson r wrote:

Hi Gilson,

> Just as when I tried 2.5.64, I get now the same result with 2.5.72.
Consider using .73 :)

> When I reboot with the new kernel, I get:
>    "Booting 'Linux-2.5.72'
>    kernel (hd1,14)/vmlinuz-2.5.72 ro root=/dev/hdb2 hdc=ide-scsi
>  [Linux - bzImage, setup=0x1400, size=0xdd72f]
>    initrd (hd1,14)/initrd-2.5.72.img
>  [Linux - initrd @ 0xf7cb000, 0x14d14 bytes]
>  Uncompressing Linux... Ok, booting the kernel."
> And it hangs there, whether I compile with Mandrake-9.1 or RedHat-8.
> I'd love to learn what I'm doing wrong.
Well, does it _really_ hang or are you able to ping that machine from another 
machine? Your error looks like the 8435989 times discussed misconfiguration 
;)

CONFIG_INPUT=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y

Make sure you have the above set in your .config

Or, to speak in menuconfig language:

Input device support ->
 [*] Input devices (needed for keyboard, mouse, ...)
Character devices ->
 [*] Virtual terminal
    [*] Support for console on virtual terminal


ciao, Marc


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

* Re: Kernel 2.5.72 doesn't load up
  2003-06-30 21:05 ` Marc-Christian Petersen
@ 2003-06-30 21:34   ` kwijibo
  2003-07-01 15:35     ` Marc-Christian Petersen
  0 siblings, 1 reply; 5+ messages in thread
From: kwijibo @ 2003-06-30 21:34 UTC (permalink / raw)
  To: Marc-Christian Petersen; +Cc: gilson r, linux-kernel

Perhaps this option should just be set as default and don't
even prompt the user for it during make config/menuconfig/xconfig.
99% of the people probably want this option and for those who
don't probably have the smarts to just manually edit the .config and
remove it.

Steve

Marc-Christian Petersen wrote:

>On Monday 30 June 2003 22:55, gilson r wrote:
>
>Hi Gilson,
>
>  
>
>>Just as when I tried 2.5.64, I get now the same result with 2.5.72.
>>    
>>
>Consider using .73 :)
>
>  
>
>>When I reboot with the new kernel, I get:
>>   "Booting 'Linux-2.5.72'
>>   kernel (hd1,14)/vmlinuz-2.5.72 ro root=/dev/hdb2 hdc=ide-scsi
>> [Linux - bzImage, setup=0x1400, size=0xdd72f]
>>   initrd (hd1,14)/initrd-2.5.72.img
>> [Linux - initrd @ 0xf7cb000, 0x14d14 bytes]
>> Uncompressing Linux... Ok, booting the kernel."
>>And it hangs there, whether I compile with Mandrake-9.1 or RedHat-8.
>>I'd love to learn what I'm doing wrong.
>>    
>>
>Well, does it _really_ hang or are you able to ping that machine from another 
>machine? Your error looks like the 8435989 times discussed misconfiguration 
>;)
>
>CONFIG_INPUT=y
>CONFIG_VT=y
>CONFIG_VT_CONSOLE=y
>
>Make sure you have the above set in your .config
>
>Or, to speak in menuconfig language:
>
>Input device support ->
> [*] Input devices (needed for keyboard, mouse, ...)
>Character devices ->
> [*] Virtual terminal
>    [*] Support for console on virtual terminal
>
>
>ciao, Marc
>
>-
>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/
>
>
>  
>



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

* Re: Kernel 2.5.72 doesn't load up
  2003-06-30 21:34   ` kwijibo
@ 2003-07-01 15:35     ` Marc-Christian Petersen
  0 siblings, 0 replies; 5+ messages in thread
From: Marc-Christian Petersen @ 2003-07-01 15:35 UTC (permalink / raw)
  To: kwijibo; +Cc: gilson r, linux-kernel

On Monday 30 June 2003 23:34, kwijibo@zianet.com wrote:

Hi Steve,

> Perhaps this option should just be set as default and don't
> even prompt the user for it during make config/menuconfig/xconfig.
> 99% of the people probably want this option and for those who
> don't probably have the smarts to just manually edit the .config and
> remove it.
you are reading my mind :)

ciao, Marc



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

* Re: Kernel 2.5.72 doesn't load up
@ 2003-07-01  6:41 Margit Schubert-While
  0 siblings, 0 replies; 5+ messages in thread
From: Margit Schubert-While @ 2003-07-01  6:41 UTC (permalink / raw)
  To: linux-kernel

Not to forget CONFIG_VGA_CONSOLE
buried under :
Graphics support
   Console display driver support
       VGA text console

Margit


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

end of thread, other threads:[~2003-07-01 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-30 20:55 Kernel 2.5.72 doesn't load up gilson r
2003-06-30 21:05 ` Marc-Christian Petersen
2003-06-30 21:34   ` kwijibo
2003-07-01 15:35     ` Marc-Christian Petersen
2003-07-01  6:41 Margit Schubert-While

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