Thema: Kernel?
Einzelnen Beitrag anzeigen
Alt 01.03.2002, 15:06   #2
g17
Elite
 
Registriert seit: 13.07.2001
Beiträge: 1.339


Standard

Schau einmal ob das hilft:

__________________________________________________ __________
On Sun, 6 Jan 2002 12:30:39 +0100, Stepan Hluchan wrote:
>I have installed the RedHat 7.2 distro (I think it comes with
>2.4.10-something
>but that hangs too) on one machine A. and then transferred the HD to
>another (machine B) where it should be used. On machine A (Celeron 800Mhz)
>it all boots up fine with any kernel, on machine B (P75 @ 100Mhz, ancient
>BIOS
>and mobo) it hangs after the message 'freeing up XX k unused kernel memory'.
>
>I have compiled the 2.4.17, 2.4.0 kernels set to 'classic pentium', but both
>would
>hang...

User error. It's actually INIT that's hanging, not the kernel.
When you installed on machine A, RH chose glibc libraries optimised
for i686-class CPUs. These libraries WILL NOT RUN on anything less,
including the P5 classic in your machine B, due to their use of the
CMOV instruction.

Move the disk back to machine A. Manually install the plain i386 glibc
library (glibc-2.2.4-19.3.i386.rpm if you get it from the RH7.2 updates
sites). Then move the disk back to machine B.

/Mikael
-
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/
__________________________________________________ __________



g17
g17 ist offline   Mit Zitat antworten