From owner-freebsd-questions@FreeBSD.ORG Mon Sep 14 20:00:12 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 965261065676 for ; Mon, 14 Sep 2009 20:00:12 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from woodbine.london.02.net (woodbine.london.02.net [87.194.255.145]) by mx1.freebsd.org (Postfix) with ESMTP id 2A4E98FC0C for ; Mon, 14 Sep 2009 20:00:12 +0000 (UTC) Received: from eco.config (93.97.24.219) by woodbine.london.02.net (8.5.016.1) id 4A20329604CA21E3; Mon, 14 Sep 2009 21:00:10 +0100 Message-ID: <4AAEA0CA.9050606@onetel.com> Date: Mon, 14 Sep 2009 21:00:10 +0100 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.21 (X11/20090614) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <85a117790909130511p64548ed7s117a5a1e0bf90306@mail.gmail.com> <4AAD1033.1080708@laverenz.de> In-Reply-To: <4AAD1033.1080708@laverenz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cblasius@gmail.com Subject: Re: Can't install FreeBSD 7.2-RELEASE and 8.0-BETA4 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, 14 Sep 2009 20:00:12 -0000 Uwe Laverenz wrote: > Am 13.09.2009 14:11, schrieb Zbigniew Komarnicki: > >> run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config >> run_interrupt_driven_hooks: still waiting after 120 seconds for >> xpt_config >> run_interrupt_driven_hooks: still waiting after 180 seconds for >> xpt_config >> run_interrupt_driven_hooks: still waiting after 240 seconds for >> xpt_config >> run_interrupt_driven_hooks: still waiting after 300 seconds for >> xpt_config >> panic: run_interrupt_driven_config_hooks: waited too long >> cpuid=0 >> KDB: enter: panic >> [thread pid 0 tid 100000] >> Stopped at kdb_enter+0x3d: movq $0,0x68d1e0(%rip) >> db> >> >> and thats all. Is maybe also someone also have such problem? > > Yes, several people reported this problem. There is a workaround that > might help: disable the firewire device (IEEE 1394) in the BIOS of your > machine and try again. > > cu, > Uwe > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Hi, I had the same problem on my ASUS M3N78-EM motherboard, see pr 136327. If you can't disable firewire you may be able to install a kernel with device sbp disabled. It's a bit of a fiddle, particularly for a laptop. You would have to - remove your hard drive and install it in another laptop or a usb hard drive caddy which you then plug into another computer. - install freebsd - build and install a new kernel with device sbp disabled - restore the hard disk to your laptop, see if it boots. Chris