Differences between version 31 and revision by previous author of TroubleshootingStartUp.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 31 | Last edited on Friday, October 21, 2005 2:55:09 pm | by JohnMcPherson | Revert |
Older page: | version 29 | Last edited on Thursday, October 20, 2005 8:53:08 am | by IanMcDonald | Revert |
@@ -44,9 +44,9 @@
Various VIA chipset [AMD] Athlon/Duron motherboards (eg KT400, KM266) running kernel 2.4 (e.g. kernel 2.4.21) hang after printing this message. For example, Athlon XP2000+ on an AD77 motherboard (KT400), Athlon XP1800+/XP2400+ on a PC Chips M825L (KM266)). It is caused by [APIC] support in the kernel (not to be confused with [ACPI]). Booting with the <tt>noapic</tt> kernel flag doesn't fix it (although it can make the machine go into an infinite loop printing an error about apic on cpu 0). However, booting with <tt>no__l__apic</tt> kernel flag does in many cases work. Recompiling the kernel without APIC support resolves this. Note that the same motherboards will need the <tt>nolapic</tt> kernel flag to boot Knoppix - otherwise the screen just turns black and the computer hangs.
!! <tt>ACPI: setting ELCR to 0200 (from 1e20)</tt>
-My KT400-based motherboard (that used to give the previous error message under older kernels) hangs immediately after printing this message with [Ubuntu] 5.10's default kernel (2.6.12-6). The message just before it is <tt>ACPI: Looking for DSDT in initrd... not found!</tt> Again, adding <tt>nolapic</tt> to the kernel boot command fixes this. Note that if your distribution uses the <tt>quiet</tt> kernel boot flag to hide all those messages then you'll never know that it's the motherboard
's [ACPI
] support at fault..
.
+My KT400-based motherboard (that used to give the previous error message under older kernels) hangs immediately after printing this message with [Ubuntu] 5.10's default kernel (2.6.12-6). The message just before it is <tt>ACPI: Looking for DSDT in initrd... not found!</tt> Again, adding <tt>nolapic</tt> and <tt>noapic
</tt> to the kernel boot command fixes this. Note that if your distribution uses the <tt>quiet</tt> kernel boot flag to hide all those messages then you'll never know that it's the [BIOS]
's buggy
[APIC
] support at fault. This motherboard is an AD77 flashed with the latest BIOS (2004/11/02) so you will only be able to boot a linux kernel that is compiled or booted without APIC support
.
!! <tt>Warning: unable to open an initial console</tt>
This is usually caused by a failure to find or mount <tt>/dev</tt> or a bad <tt>/dev</tt> being used. When remastering [Knoppix] this can be cause by failing to preserve the special nature of the device files under <tt>/dev</tt> while building remastering. See the <tt>dev</tt> option of mount(8).