From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 02:40:49 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 62BF71065672 for ; Thu, 15 Jan 2009 02:40:49 +0000 (UTC) (envelope-from wzsamuels@gmail.com) Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by mx1.freebsd.org (Postfix) with ESMTP id DFD308FC0A for ; Thu, 15 Jan 2009 02:40:48 +0000 (UTC) (envelope-from wzsamuels@gmail.com) Received: by bwz13 with SMTP id 13so3009411bwz.19 for ; Wed, 14 Jan 2009 18:40:47 -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:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=pb77Ikv791A3ygsybScU1hefnsRgSSVefIMOrgGYUUo=; b=r8BQAN/Q9Bq+14LKvj5qBSgh4cBZGng4hN1qKBTgYCI6FmXpRvTvJIMmeN7jDpEqJD Gbe4Eau3i1iKeVCKWiQh7gLlak1bh9N1UmevUNuO+1Y8ZceZib+Vw31rrCy8CnTZB8X4 giX9BEbRLGFxeDqqDV7ShnXGUvAIDM8WlvE88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=uwRrsopyCiCANrbEp1l0OgpOiQvluIY2qV38LlYuL8Jh7lNBNfyXWdiQ0rakWR47rz q/iRmJMOLYCWACM4uyi3t14YniqbQGKKBqBR5qgCG+P7FkErId37gIUGPMLhcO+gW/jC EiE2c23We6o5Tsl5iNeAQrdSXDKqbJ30Rqhbo= Received: by 10.223.112.132 with SMTP id w4mr987334fap.67.1231986031673; Wed, 14 Jan 2009 18:20:31 -0800 (PST) Received: by 10.223.117.209 with HTTP; Wed, 14 Jan 2009 18:20:31 -0800 (PST) Message-ID: <6dacb2640901141820n2ac347e6r677a0db14c579544@mail.gmail.com> Date: Wed, 14 Jan 2009 21:20:31 -0500 From: "Zach Samuels" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Very slow boot process (from installation disk), followed by kernel panic 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: Thu, 15 Jan 2009 02:40:49 -0000 Hi, I'm trying to install FreeBSD on my HP Pavilion (AMD Phenom 8650 Triple Core 2.3 GHz, Hitachi SCSI disk drive, booting from ATAPI DVD ROM). I am booting with verbose logging turned on. When the boot process reaches the line "Mounting root from ufs:/dev/md0c" a series of messages saying "t_delta [long number] too short/too long" appear for several minutes. When "/stand/sysinstall running as init on vty0" is finally reached, more of the messages appear. Finally, sysinstall is started, but keyboard response is very slow. After, a few minutes a kernel panic occurs "spin lock held too long" and the computer reboots. I've seen bug reports with this sort of kernel panic, but not during installation. Thanks in advance, Zach