On Thu, Mar 03, 2005 at 03:31:20PM -0500, Daniel Spratlen wrote: > > I ended up figuring this one out and I thought I'd share the info. We > are using Sun v20z servers, and it seems that the bios was the cause. > After updating the bios anaconda now installs the smp kernel. Does > anyone know what portion(s) of code in anaconda detects the number of > cpu's in a system? anaconda/isys/smp.c. On i386 it walks the MP tables in the BIOS. These days BIOS providers are screwing up the MP tables every now and then because the ACPI CPU information is getting used instead of the "legacy" MP tables in the BIOS. It's pretty likely that the BIOS update just fixed the MP tables. Cheers, Matt