From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjL4T-0002eN-23 for qemu-devel@nongnu.org; Sun, 21 Feb 2010 18:18:41 -0500 Received: from [199.232.76.173] (port=58667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjL4S-0002eF-HJ for qemu-devel@nongnu.org; Sun, 21 Feb 2010 18:18:40 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NjL4R-0008Rb-Im for qemu-devel@nongnu.org; Sun, 21 Feb 2010 18:18:40 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:40011) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NjL4R-0008RR-9E for qemu-devel@nongnu.org; Sun, 21 Feb 2010 18:18:39 -0500 Received: by pwi4 with SMTP id 4so1719997pwi.4 for ; Sun, 21 Feb 2010 15:18:38 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <20100221040555.GA16455@morn.localdomain> Date: Sun, 21 Feb 2010 16:18:38 -0700 Message-ID: Subject: Re: [Qemu-devel] SeaBIOS error with Juniper FreeBSD kernel From: Brandon Bennett Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: qemu-devel@nongnu.org > On Sat, Feb 20, 2010 at 9:05 PM, Kevin O'Connor wrot= e: >> Should a kernel fail during boot, I'd suspect it doesn't like one of >> the apm/pcibios callbacks, or it doesn't like one of the >> smbios/mptable/acpi tables. =A0You could try compiling the SeaBIOS code >> (see http://seabios.org/Download ) and increasing the debugging by >> modifying src/config.h. =A0Specifically, you could increase >> CONFIG_DEBUG_LEVEL, and set DEBUG_HDL_pcibios32 and DEBUG_HDL_apm to >> 1. =A0Also, you could try disabling some of the features to see if that >> prevents the fault (eg, disabling CONFIG_ACPI / CONFIG_SMBIOS / >> CONFIG_MPTABLE). > I have narrowed it down to SMBIOS. If I disable CONFIG_SMBIOS the image boots up fine. -Brandon