From owner-freebsd-stable@FreeBSD.ORG Fri Mar 11 12:33:13 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA84C16A4CE for ; Fri, 11 Mar 2005 12:33:13 +0000 (GMT) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDB643D68 for ; Fri, 11 Mar 2005 12:33:12 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.165]) by mail-gw0.york.ac.uk (8.12.10/8.12.10) with ESMTP id j2BCX2aZ029436; Fri, 11 Mar 2005 12:33:02 GMT Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.3/8.13.1) with ESMTP id j2BCX2WR013820; Fri, 11 Mar 2005 12:33:02 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.3/8.13.1/Submit) id j2BCX1N7013808; Fri, 11 Mar 2005 12:33:01 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Kevin Oberman In-Reply-To: <20050311003351.1E1795D07@ptavv.es.net> References: <20050311003351.1E1795D07@ptavv.es.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 11 Mar 2005 12:33:00 +0000 Message-Id: <1110544380.803.7.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: freebsd-stable@freebsd.org cc: lucas galete Subject: Re: 5.3 crash on boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 12:33:13 -0000 On Thu, 2005-03-10 at 16:33 -0800, Kevin Oberman wrote: > > Date: Thu, 10 Mar 2005 21:23:42 -0300 > > From: lucas galete > > Sender: owner-freebsd-stable@freebsd.org > > > > i was using the freeBsd 4.x, and it run ok. but now i need install the > > 5.3 version, but it stop on boot. i think that's something related to > > ACPI. I don't know how to disable that.. i tried this: > > hint.acpi.0.disable="1", but that dont works... a don't know what to > > do... can someone help me? > > i have an A20 toshiba notebook. > > Exactly where does it stop in the boot? Does the kernel load? Is this an > upgrade or a new install? A few more details will be needed to do more > than guess. I'm going to do just that and guess. Break to the loader prompt (option 6) and enter: set hw.pci.enable_io_modes="0" boot And see if that fixes it. I suspect it will. Gavin