Rainer Duffner
2014-Dec-19 00:27 UTC
FreeBSD 10.1-amd64 -> booting on a HP DL380 Gen9 results in panic
Hi, we got one to test and it booted using the UEFI memory stick image. However, I get a panic after Event time ?LAPIC? quality 600 ACPI APIC Table: <HP Proliant> panic: APIC: CPU with APIC ID 0 is not enabled cpuid = 0 and then a stack backtrace What does that mean? AFAIK, I have a single E5-2620V3 CPU and 16 GB RAM in there. It?s primarily intended as a test-system - but earlier or later I will have to put one into production because we?ll likely stop procuring Gen8 systems sometime next year (when they simply stop becoming available). I haven?t tried a snapshot of current. Rainer
Mark Saad
2014-Dec-19 02:04 UTC
FreeBSD 10.1-amd64 -> booting on a HP DL380 Gen9 results in panic
> On Dec 18, 2014, at 7:27 PM, Rainer Duffner <rainer at ultra-secure.de> wrote: > > Hi, > > we got one to test and it booted using the UEFI memory stick image. > > However, I get a panic after > Event time ?LAPIC? quality 600 > ACPI APIC Table: <HP Proliant> > panic: APIC: CPU with APIC ID 0 is not enabled > cpuid = 0 > > and then a stack backtrace > > > What does that mean? > > AFAIK, I have a single E5-2620V3 CPU and 16 GB RAM in there. > > > It?s primarily intended as a test-system - but earlier or later I will have to put one into production because we?ll likely stop procuring Gen8 systems sometime next year (when they simply stop becoming available). > > I haven?t tried a snapshot of currentDid you try disabling uefi and using a standard boot image ? Also this could be a hp firmware bug are you running the latest bios / spp ? Mark> > Rainer > _______________________________________________ > freebsd-stable at freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
John Baldwin
2014-Dec-22 14:57 UTC
FreeBSD 10.1-amd64 -> booting on a HP DL380 Gen9 results in panic
On Thursday, December 18, 2014 7:27:13 pm Rainer Duffner wrote:> Hi, > > we got one to test and it booted using the UEFI memory stick image. > > However, I get a panic after > Event time ?LAPIC? quality 600 > ACPI APIC Table: <HP Proliant> > panic: APIC: CPU with APIC ID 0 is not enabled > cpuid = 0 > > and then a stack backtrace > > > What does that mean? > > AFAIK, I have a single E5-2620V3 CPU and 16 GB RAM in there. > > > It?s primarily intended as a test-system - but earlier or later I will haveto put one into production because we?ll likely stop procuring Gen8 systems sometime next year (when they simply stop becoming available).> > I haven?t tried a snapshot of current.Eh, the table that ACPI provides that lists the available CPUs in the system claims that that the CPU that the kernel booted from is disabled. We assume that the boot processor is valid and enabled (since it is running the kernel already!) This is almost certainly a firmware bug. Booting without UEFI would be a good test as Mark suggested. If you can capture a verbose dmesg, that would also include enough details about what we found in the ACPI table to debug this further perhaps. -- John Baldwin