Hi,
I have just completed my first Linux From Scratch system. When I boot into it from Grub2, I see a lot of startup-related messages flash across the screen. Then, I see this at the bottom of the screen:
Code:
INIT: Id "6" respawning too fast: disabled for 5 minutes
INIT: no more processes left in this runlevel
[27.613041] ACPI Error: [\TZ.THRM] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359)
[27.614077] ACPI Error: Method parse/execution failed [\GPE.L1C] (Node ffff8800c323f208), AE_NOT_FOUND (20110623/psparse-536)
[27.616325] ACPI Exception: AE_NOT_FOUND while evaluating GPE method [_L1C] (20110623/evgpe-560)
Does anyone know what is causing this?
-Aaron