From owner-freebsd-current@FreeBSD.ORG Sun Nov 2 12:19:51 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5862106567B for ; Sun, 2 Nov 2008 12:19:51 +0000 (UTC) (envelope-from some.else@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 648F08FC16 for ; Sun, 2 Nov 2008 12:19:51 +0000 (UTC) (envelope-from some.else@gmail.com) Received: by ug-out-1314.google.com with SMTP id 30so1468220ugs.39 for ; Sun, 02 Nov 2008 04:19:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=KCxG2KxOd2+Cr1m6wjIDz4oyxV+GvlyLu3FTMwfVgIU=; b=b46Ibm4/t9ULH99/4BTfOAkk2O7nLvS14uJaWgelO3cXqdZz5ua6OxGCOi3Vlhjr5T hv3xF8GQ9JdSWJ2DfFlrNaeNjyaxN9pJm1CvFfbCkdFM8hF4saty2cOYDJ8gGZe76jhl LntwcwZwuZ2peSvbMpK94btPKXm3GQmZGAlJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=dJE9XltG+4/Oit5BGmxNEU4k2Oj42DdIk4RfgnQyHnhiav+/v4udGm8D0xRubwIF3M tFxT0W37RRHe6SoYaYHPQExXZoNH+YVNPGM4oBQLB/s3254z+G4KlxaviARb4LWGxLMK PzISJhKS9ozl6H/Zxg7qrGisZhtH/APpsgy6Q= Received: by 10.66.239.16 with SMTP id m16mr1278286ugh.9.1225626499089; Sun, 02 Nov 2008 03:48:19 -0800 (PST) Received: from konstig.hippie (c-0692e255.13-501-64736c14.cust.bredbandsbolaget.se [85.226.146.6]) by mx.google.com with ESMTPS id s1sm7661813uge.27.2008.11.02.03.48.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Nov 2008 03:48:18 -0800 (PST) Message-ID: <490D937A.8020103@gmail.com> Date: Sun, 02 Nov 2008 12:48:10 +0100 From: Annan User-Agent: Thunderbird 2.0.0.17 (X11/20081026) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 02 Nov 2008 13:03:05 +0000 Cc: Subject: Trouble installing FreeBSD on ASUS M3A78-EM with firewire enabled X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2008 12:19:51 -0000 When trying to install FreeBSD 7.1-BETA2 (amd64) on a computer with the motherboard ASUS M3A78-EM, the installation freezes with the error message: run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config Booting without ACPI, it still freezes, right after: Trying to mount root from ufs:/ufs/md0. I also tried 8.0-HEAD from http://pub.allbsd.org/FreeBSD-snapshots/amd64/8.0-HEAD-20081101-JPSNAP/cdrom/, which resulted in the same error messages. To get it to boot (7.1-BETA2, though I assume 8.0-HEAD will also boot :-)), deactivate firewire in BIOS (discovered after trying all sorts of things). I have no use for firewire so it's not a problem, but maybe it is for someone else. If you want to install 7.0-RELEASE, you also have to deactivate USB (as pointed out by this comment: http://www.vanutsteen.nl/2008/07/21/new-virtualization-server-htpc-machine/#comment-315). I found it to be true for M3A78-EM too.