From owner-freebsd-current@FreeBSD.ORG Sun Mar 28 20:09:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB33B16A4CE for ; Sun, 28 Mar 2004 20:09:36 -0800 (PST) Received: from mail.itep.ru (thor.itep.ru [194.85.69.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D3B43D39 for ; Sun, 28 Mar 2004 20:09:36 -0800 (PST) (envelope-from gubarev@itep.ru) Received: by mail.itep.ru (Postfix, from userid 44) id 6905E15AC4B; Mon, 29 Mar 2004 08:09:35 +0400 (MSD) Received: from lattice.itep.ru (lattice.itep.ru [193.124.225.175]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.itep.ru (Postfix) with ESMTP id E9C6715AB2C; Mon, 29 Mar 2004 08:09:34 +0400 (MSD) Received: from lattice.itep.ru (localhost [127.0.0.1]) by lattice.itep.ru (8.12.11/8.12.4) with ESMTP id i2T49YsH017625; Mon, 29 Mar 2004 08:09:34 +0400 Received: from localhost (gubarev@localhost) by lattice.itep.ru (8.12.11/8.12.4) with ESMTP id i2T49Wn2017622; Mon, 29 Mar 2004 08:09:34 +0400 Date: Mon, 29 Mar 2004 08:09:32 +0400 (MSD) From: gubarev@itep.ru To: Doug White Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on thor.itep.ru X-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,NO_REAL_NAME autolearn=no version=2.63 X-Spam-Level: cc: freebsd-current@freebsd.org cc: Gubarev Fedor Subject: Re: hang/panic of 5.2.1-RELEASE installation. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 29 Mar 2004 04:09:36 -0000 On Fri, 26 Mar 2004, Doug White wrote: > On Fri, 26 Mar 2004 gubarev@itep.ru wrote: > > > > > fresh installation of 5.2.1-RELEASE fails here with > > funny symptoms which apparently was never discussed before > > (at least I failed to find anything similar). Machine basically > > is P4 with 1Gb RAM, ATI Radeon 9000 (laptop - see below for details). > > > > 1. With HTT enabled and almost all devices disabled (via BIOS) > > I have a strictly reproducible kernel panic right after interrupts > > assignment. The relevant kernel message is > > > > "panic: interrupt from missing bus" > > You have ACPI disabled it appears .. have you tried enabling it? Sure, I tried, the only difference on boot is "ACPI autoload failed - no such file or directory" before kernel loading. Seems ACPI module is missing on installation media? > It sounds like your mptable is corrrupted... check for a BIOS update. Will try that although not sure whether it'll help....