Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
frankh@terra.com.br #1
kernel compiled - boot hangs - keybd blinks
It is not the first time I compiled a kernel, so I upgraded from
2.4.21 to 2.4.22. Compiled and installed kernel and modules, edited
lilo.conf and ran lilo. Now the boot process is as follows:
- BIOS messages
- Lilo menu
- 'loading Linux 2.4.22 ..........'
- black screen, blinking keyboard (const.frequ., no morse code).
The only button the system responds to is Reset :-(
There is no reason to panic, because I can still boot the old
kernel. So:
1. Anybody knows what the blinking LEDs mean?
2. I verified the kernel configuration with respect to processor
type (AMD Athlon/K7) and file systems (ext2 and ext3 compiled into
kernel). What other options could prevent from booting at that
early stage?
--
-------------------------------------------------
Frank Hrebabetzky Tel.: +55 / 48 / 235 1106
Florianopolis +55 / 48 / 9998 7686
Brazil email: [email]frankh@terra.com.br[/email]
frankh@terra.com.br Guest
-
Cannot boot to new compiled kernel
I currently compile my kernel after patched my linux9 (2.4.20) with rtlinux3.2-pre2 patch.I try to boot the new kernel with grub but unsuccessful.... -
Kernel 2.2 and 2.4: boot differences?
On Mon, 2003-07-28 at 15:46, Adrian Zimmer wrote: First thing is: $ dmesg|grep -n eth For example, here's my output: $ dmesg|grep -n eth... -
Boot up kernel selection screen blank
Hi, I am a newbie so please bear with the me if the question is basic. ( point me to the right FM in that case) I had kernel 2.4.16 installed... -
Question #3 - Alternate kernel / boot solution
Hi. In my company developers and QA personnel crush the AIX (4.3.3) quite a lot. I have to rescue-boot from the CD, and recover their disaster. I... -
Ouch... kernel-image-2.4.21 - now all I get is LIL at boot
Installed kernel-image-2.4.21-1-686. Updated lilo.conf to use this as default. Ran lilo. Now all I get when I reboot is "LIL" and it then hangs. ... -
Peter T. Breuer #2
Re: kernel compiled - boot hangs - keybd blinks
[email]frankh@terra.com.br[/email] wrote:
> It is not the first time I compiled a kernel, so I upgraded from
> 2.4.21 to 2.4.22. Compiled and installed kernel and modules, edited
> lilo.conf and ran lilo. Now the boot process is as follows:
> - BIOS messages
> - Lilo menu
> - 'loading Linux 2.4.22 ..........'
> - black screen, blinking keyboard (const.frequ., no morse code).
> The only button the system responds to is Reset :-(> There is no reason to panic, because I can still boot the old
> kernel. So:Kernel panic.> 1. Anybody knows what the blinking LEDs mean?
Faulty compilation. Mobo issues. It's actually ram as far as I can see,> 2. I verified the kernel configuration with respect to processor
> type (AMD Athlon/K7) and file systems (ext2 and ext3 compiled into
> kernel). What other options could prevent from booting at that
if you have the number of dots recorded right above. If you have, it's
died in the boot loader. So I'd rerun lilo and try it again.
If, otoh, there were a lot more dots, it would have failed as it
started to execute itself, which would be setup code.
Peter> early stage?
Peter T. Breuer Guest
-
Peter T. Breuer #3
Re: kernel compiled - boot hangs - keybd blinks
[email]frankh@terra.com.br[/email] wrote:
> It is not the first time I compiled a kernel, so I upgraded from
> 2.4.21 to 2.4.22. Compiled and installed kernel and modules, edited
> lilo.conf and ran lilo. Now the boot process is as follows:
> - BIOS messages
> - Lilo menu
> - 'loading Linux 2.4.22 ..........'
> - black screen, blinking keyboard (const.frequ., no morse code).
> The only button the system responds to is Reset :-(
Recompile for i386 and try it again.
Peter> 2. I verified the kernel configuration with respect to processor
> type (AMD Athlon/K7) and file systems (ext2 and ext3 compiled into
> kernel). What other options could prevent from booting at that
> early stage?
Peter T. Breuer Guest
-
Jeff S #4
Re: kernel compiled - boot hangs - keybd blinks
I don't know what the blinking lights mean, but the last time something similar happened to me, it was because I had defined the wrong processor type: I have a P150MMX, but had specified "Coppermine" by mistake.
On Sat, 6 Sep 2003 12:37:55 -0300
[email]frankh@terra.com.br[/email] wrote:
> It is not the first time I compiled a kernel, so I upgraded from
> 2.4.21 to 2.4.22. Compiled and installed kernel and modules, edited
> lilo.conf and ran lilo. Now the boot process is as follows:
> - BIOS messages
> - Lilo menu
> - 'loading Linux 2.4.22 ..........'
> - black screen, blinking keyboard (const.frequ., no morse code).
> The only button the system responds to is Reset :-(
>
> There is no reason to panic, because I can still boot the old
> kernel. So:
>
> 1. Anybody knows what the blinking LEDs mean?
>
> 2. I verified the kernel configuration with respect to processor
> type (AMD Athlon/K7) and file systems (ext2 and ext3 compiled into
> kernel). What other options could prevent from booting at that
> early stage?
>
> --
> -------------------------------------------------
> Frank Hrebabetzky Tel.: +55 / 48 / 235 1106
> Florianopolis +55 / 48 / 9998 7686
> Brazil email: [email]frankh@terra.com.br[/email]
Jeff S Guest
-
frankh@terra.com.br #5
Re: kernel compiled - boot hangs - keybd blinks
In article <8b7djb.q9t.ln@news.it.uc3m.es>, Peter T. Breuer wrote:
Just recompiling for i386 didn't help. I followed exactly the kernel>
> Recompile for i386 and try it again.
>
README, incl. the hint to make mrproper, with the result that I lost my
config file. I went through the hole config process again, with the
result that
- it works now,
- I still don't have the faintest idea what was wrong before.
Excuse for the inconvenience.
-------------------------------------------------
Frank Hrebabetzky Tel.: +55 / 48 / 235 1106
Florianopolis +55 / 48 / 9998 7686
Brazil email: [email]frankh@terra.com.br[/email]
frankh@terra.com.br Guest
-
Lars-Göran Andersson #6
Re: kernel compiled - boot hangs - keybd blinks
I have a recommendation to save the settings in menuconfig at a separate
file before exiting menuconfig.
You can then copy this file to another kernel-directory or just keep it to
reload it when you are regenerating the kernel. Then you are sure using the
same setting from kernel to kernel.
/Lars-Göran
[email]frankh@terra.com.br[/email] wrote:
--> It is not the first time I compiled a kernel, so I upgraded from
> 2.4.21 to 2.4.22. Compiled and installed kernel and modules, edited
> lilo.conf and ran lilo. Now the boot process is as follows:
> - BIOS messages
> - Lilo menu
> - 'loading Linux 2.4.22 ..........'
> - black screen, blinking keyboard (const.frequ., no morse code).
> The only button the system responds to is Reset :-(
>
> There is no reason to panic, because I can still boot the old
> kernel. So:
>
> 1. Anybody knows what the blinking LEDs mean?
>
> 2. I verified the kernel configuration with respect to processor
> type (AMD Athlon/K7) and file systems (ext2 and ext3 compiled into
> kernel). What other options could prevent from booting at that
> early stage?
>
Remove xxx, yyy and zzz from the mail address below:
[email]xxxlarand@yyytelia.zzzc[/email]om
to get the correct email to me. ;)
Lars-Göran Andersson Guest
-
Nico Kadel-Garcia #7
Re: kernel compiled - boot hangs - keybd blinks
Lars-Göran Andersson wrote:
After running "make menuconfig" or "make xconfig", I tond to run "make> I have a recommendation to save the settings in menuconfig at a separate
> file before exiting menuconfig.
>
> You can then copy this file to another kernel-directory or just keep it to
> reload it when you are regenerating the kernel. Then you are sure using the
> same setting from kernel to kernel.
>
> /Lars-Göran
>
> [email]frankh@terra.com.br[/email] wrote:
oldconfig" first, and save the results of *that* .config elsewhere as
being easier to compare to other kernel config files.
Nico Kadel-Garcia Guest



Reply With Quote

