From owner-freebsd-stable@FreeBSD.ORG Tue Aug 28 18:10:58 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CD341065673 for ; Tue, 28 Aug 2012 18:10:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id E52998FC08 for ; Tue, 28 Aug 2012 18:10:57 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 42F60B97F; Tue, 28 Aug 2012 14:10:57 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 28 Aug 2012 13:39:26 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) References: <5007CFE6.6030808@intersonic.se> <201208271354.17832.jhb@freebsd.org> <503BD37E.9070801@intersonic.se> In-Reply-To: <503BD37E.9070801@intersonic.se> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201208281339.26265.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 28 Aug 2012 14:10:57 -0400 (EDT) Cc: Kurt Jaeger , 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: Tue, 28 Aug 2012 18:10:58 -0000 On Monday, August 27, 2012 4:07:26 pm Per olof Ljungmark wrote: > On 2012-08-27 19:54, John Baldwin wrote: > > On Sunday, August 26, 2012 6:59:22 pm Martin Dieringer wrote: > >> On Sun, 26 Aug 2012, Per olof Ljungmark wrote: > >> > >>> On 08/26/12 18:37, Kurt Jaeger wrote: > >>>> Hi! > >>>> > >>>>> On our X61s's setting 'debug.acpi.disabled="hostres"' does not change > >>>>> the inability to boot 9-BETA1, 9-RC1 or -current. > >>>> > >>>> I tested 9.1-RC1 on X61, and it worked without any troubles. > >>>> > >>> > >>> Yes, it does on this one too if I install a mechanical disk. The problem > > is > >>> related to installing on a SSD drive, Kingston SSDNow SV200S37A/128G. > >>> > >>> This must be related to a change in the base system some time between > >>> 9.0-RELEASE and -BETA1 as 9.0 runs and installs fine. Perhaps someone > > could > >>> suggest anther SSD drive with equal capacity that works? > >> > >> > >> debug.acpi.disabled="hostres" fixed it for me on T61 and T410 > >> with normal HD and (older) SSD (OCZ Summit) > >> > >> FreeBSD 9.1-PRERELEASE #16: Tue Aug 21 > > > > Can you get a verbose dmesg both with and without the "hostres" setting? > > > > OK, will post tomorrow, a quick check with > "debug.acpi.disabled="hostres"" yields same output excluding the "ata0: > reset ..." lines. I don't think the "hostres" bit is relevant to your case (where a different SSD fixed your issue). I think that is related to the ATA driver in some way. I am curious about Martin's case where he reports that "hostres" does make a difference however. -- John Baldwin