Date: Wed, 25 Feb 2015 10:56:02 -0500 From: John Baldwin <jhb@freebsd.org> To: "Nagy, Attila" <bra@fsn.hu> Cc: freebsd-stable@freebsd.org, Rainer Duffner <rainer@ultra-secure.de> Subject: Re: FreeBSD 10.1-amd64 -> booting on a HP DL380 Gen9 results in panic Message-ID: <1846725.LDAdFuW1pL@ralph.baldwin.cx> In-Reply-To: <54EDE89E.1070003@fsn.hu> References: <D6F4B783-67B8-4447-8618-E5C472178246@ultra-secure.de> <201412220957.16974.jhb@freebsd.org> <54EDE89E.1070003@fsn.hu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, February 25, 2015 04:22:06 PM Nagy, Attila wrote: > Hi, >=20 > On 12/22/14 15:57, John Baldwin wrote: > > On Thursday, December 18, 2014 7:27:13 pm Rainer Duffner wrote: > >> Hi, > >>=20 > >> we got one to test and it booted using the UEFI memory stick image= . > >>=20 > >> However, I get a panic after > >> Event time =E2=80=9ELAPIC=E2=80=9C quality 600 > >> ACPI APIC Table: <HP Proliant> > >> panic: APIC: CPU with APIC ID 0 is not enabled > >> cpuid =3D 0 > >>=20 > >> and then a stack backtrace > >>=20 > >>=20 > >> What does that mean? > >>=20 > >> AFAIK, I have a single E5-2620V3 CPU and 16 GB RAM in there. > >=20 > > Eh, the table that ACPI provides that lists the available CPUs in t= he > > system claims that that the CPU that the kernel booted from is disa= bled.=20 > > We assume that the boot processor is valid and enabled (since it is= > > running the kernel already!) This is almost certainly a firmware b= ug.=20 > > Booting without UEFI would be a good test as Mark suggested. If yo= u can > > capture a verbose dmesg, that would also include enough details abo= ut > > what we found in the ACPI table to debug this further perhaps. >=20 > One of my colleagues have captured a boot -v output for this machine.= > One line (where it prints the CPU) is missing, the others are intact:= > https://plus.google.com/photos/104147045962330059540/albums/611980174= 8474522 > 833/6119801755965284786?banner=3Dpwa&pid=3D6119801755965284786&oid=3D= 1041470459623 > 30059540 >=20 > The machine is PXE-booted. I can try anything to help fixing this iss= ue. > UEFI and AFAIK the x2APIC support, which Rainer mentioned is disabled= here. Humm. Can you grab an i386 USB stick and boot with APIC disabled =20 ("set hint.apic.0.disabled=3D1" at the loader prompt before booting the= kernel)=20 and grab the output of acpidump -d? --=20 John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1846725.LDAdFuW1pL>