From owner-freebsd-questions@FreeBSD.ORG Mon Nov 23 21:58:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97393106568F for ; Mon, 23 Nov 2009 21:58:24 +0000 (UTC) (envelope-from rodolfo.manin@gmail.com) Received: from mail-yw0-f204.google.com (mail-yw0-f204.google.com [209.85.211.204]) by mx1.freebsd.org (Postfix) with ESMTP id 4F7798FC14 for ; Mon, 23 Nov 2009 21:58:23 +0000 (UTC) Received: by ywh42 with SMTP id 42so5680305ywh.28 for ; Mon, 23 Nov 2009 13:58:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=gjFOje+LOusN5mMm9zhH8s9SGOyTReWY8aXXl03R4y0=; b=x1Shq0PLtw37IBPiyTPF9P8OH9UX3UsxkajjRw7KVrIZHuUEliL3GjhteJAK+8Ls6E pfpK3NTYS4L41AyHO1/6RZJ5Hp4aO7bNfRny/2RzVRPLL7OlDujQ1pw0wWTsS/jM86GX ivQeFuQnfnJPzaoFO4VjBs38uQUJVIoV1/UWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=kQ4QDkX0WLqSivpP2Izwul883pZ3seVGL8l4e4kIHFMGUgmEsW1t4D4K9WhcyHsTiV M76bzinW3xFlyuBkcajnnwUq2n4GPIXGGGs15iAv1SEKWF+3zZqyF/Nkc3dYIi4VpoPY q3T4g9W5T1151C/zx57ISi5a9j1vuGh7QcuFM= MIME-Version: 1.0 Received: by 10.101.131.18 with SMTP id i18mr1084522ann.169.1259012031100; Mon, 23 Nov 2009 13:33:51 -0800 (PST) From: Rodolfo Manin Date: Mon, 23 Nov 2009 19:33:31 -0200 Message-ID: <7ff738ef0911231333g72233d52jc63fa709c091b152@mail.gmail.com> To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: "AP #1 failed" installing 8.0-RC3 amd64 on a DK 790FX-M2RS motherboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2009 21:58:24 -0000 Hi! I'm tying to install FreeBSD amd64 on a system with the following configuration: - CPU: AMD Phenon X4 9550 - Motherboard: DFI LanParty DK 790FX-M2RS - AMD 790FX + SB600 (Award BIOS / "AWRDACPI") - Memory: 4Gb - Video board: ATI Radeon 3870 Booting the installation CD-ROM works fine for FreeBSD 6.9, but it panics with an "AP #1 (PHY# 1) failed!" error for 7.0, 7.1, 7.2 and 8.0-RC3. If I boot with ACPI disabled, I get a lot of "unable to allocate IRQ" errors (for almost all of my devices), and it halts on "start_init: trying /stand/sysinstall". With SMP disabled (kern.smp.disabled=1), it boots fine. Yesterday, I updated my motherboard's BIOS to the latest version available at DFI's website, and spent the morning playing with the BIOS setup options, but the result was always the same. I posted a "complete report" (including the full output of boot messages - with and without ACPI enabled) at FreeBSD's Hardware Forum (http://forums.freebsd.org/showthread.php?t=8565). I think this occurs because FreeBSD could not start the other cores of my CPU (function "start_ap" at "mp_machdep.c"). Does somebody have any clue about this issue? Is there something else I could try? I like FreeBSD a lot, and I'm really looking forward to have FreeBSD running on this machine! :) Thanks a lot!! cheers, Rodolfo