From owner-freebsd-stable@FreeBSD.ORG Sun Aug 26 11:51:44 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E79D1065676; Sun, 26 Aug 2012 11:51:44 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id 497CF8FC19; Sun, 26 Aug 2012 11:51:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <503A0DBF.2090307@intersonic.se> Date: Sun, 26 Aug 2012 13:51:27 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120525 Thunderbird/12.0.1 MIME-Version: 1.0 To: John Baldwin References: <5007CFE6.6030808@intersonic.se> <201207311632.30938.jhb@freebsd.org> <201208211509.35488.jhb@freebsd.org> In-Reply-To: <201208211509.35488.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, jb , Martin Dieringer Subject: Re: Thinkpad X61s cannot boot 9.1-BETA1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2012 11:51:44 -0000 On 08/21/12 21:09, John Baldwin wrote: > On Tuesday, August 21, 2012 1:50:27 pm Martin Dieringer wrote: >> On Tue, 31 Jul 2012, John Baldwin wrote: >> >>> On Friday, July 20, 2012 10:11:33 am jb wrote: >> >>>>>>> Did anyone else experience this? With 9.1-BETA1 the boot process >>>>>>> freezes, among the last lines with verbose boot are >>>>>>> >>>>>>> acpi_acad0: On Line >>>>>>> acpi_acad0: acline initialization done, tried 1 times >>>>>>> >>>>>>> after this, dead. >>>>>>> ... >> >>>> set debug.acpi.disabled="hostres" >>>> boot >>>> >>>> Or, put the following line into /boot/loader.conf: >>>> >>>> debug.acpi.disabled="hostres" >>>> ..." >>>> >>>> Anyway, regardless of this attempt, file a PR# for 9.1-BETA1. >>> >>> Please try this and let me know if it works. The bugs that I knew of > related to >>> "hostres" should be fixed in 9.1, so if there are still problems I'd like > to >>> know about it. >> >> >> this seems to work on a T410, at least it can boot the latest USB-image now. >> T61 has the same problem, btw. > > So the "hostres" hint fixes your T410 on 9.1 that was broken without it? > On our X61s's setting 'debug.acpi.disabled="hostres"' does not change the inability to boot 9-BETA1, 9-RC1 or -current. What does fix it however, is to change the Kingston SSD drive to a standard mechanical one. This is verified on three different X61s's, see http://www.freebsd.org/cgi/query-pr.cgi?pr=amd64/170487 Is there something else I could try or should I just switch drive and be fine with it? I'm happy to try anything you suggest. Thanks,