From owner-freebsd-current@FreeBSD.ORG Mon May 16 18:57:31 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5330A1065670 for ; Mon, 16 May 2011 18:57:31 +0000 (UTC) (envelope-from dieterich.johannes@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id CD7A58FC15 for ; Mon, 16 May 2011 18:57:30 +0000 (UTC) Received: by fxm11 with SMTP id 11so4634372fxm.13 for ; Mon, 16 May 2011 11:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=S057Wd84WLeN9kuNUmkUysV/SEg8QQXDPmO94SHyjcg=; b=e9OD9jhUQMkCWXeNxNcZFhkg83J2ISytDrMPHsYSCJFAqNIMdyft4heFanDZCfgbBn y8E7ZsllXHU+MCXDzSFw/qaMcvpncJbN42/cH8NKN61dRGy5E3wmLDd9zZDhpxxlDA/v bvjrBllJXx70NpSWHUsZyFS+0cn5FH51y6H00= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=f7ov9mmD8Ryb7RvXDBqa/+i8aHutavkRgH75w1gQQCJUJ9rhcUmRqEg0z7zrM4aaLs Fg7qr3eqlOpYD5M8OdmTAsBDRBVD8Tg2Q5+52pGnkJ2hbKi8P/aw27h4moTVv7b7PzZj knhJ6wV5Ix0gpp442bbbnP9xGqYBmRfFszNX4= Received: by 10.223.98.4 with SMTP id o4mr3861731fan.120.1305572249303; Mon, 16 May 2011 11:57:29 -0700 (PDT) Received: from [192.168.1.86] (gtng-4d08adc8.pool.mediaWays.net [77.8.173.200]) by mx.google.com with ESMTPS id s17sm1954271fau.37.2011.05.16.11.57.25 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 May 2011 11:57:27 -0700 (PDT) Message-ID: <4DD17391.2030008@gmail.com> Date: Mon, 16 May 2011 20:57:21 +0200 From: Johannes Dieterich User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: John Baldwin , freebsd-current@freebsd.org References: <201105160940.18935.jhb@freebsd.org> In-Reply-To: <201105160940.18935.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 16 May 2011 19:00:04 +0000 Cc: Subject: Re: Boot halts on Thinkpad X220 (Sandy Bridge) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 16 May 2011 18:57:31 -0000 On 05/16/2011 03:40 PM, John Baldwin wrote: > On Sunday, May 15, 2011 8:09:21 pm Johannes Dieterich wrote: >> Hello everybody, >> >> on a Thinkpad X220 (Sandy Bridge/Cougar Point based) the installation >> medium loads but halts during boot. I tested the following versions of >> FreeBSD >> >> * 8.2-RELEASE >> * 9-CURRENT (latest official snapshot from 02/2011) >> * 9-CURRENT (latest snapshot from Nathan Whitehorn as of 20/04/2011 [1]) >> * 9-CURRENT (own release medium as of today prepared with the >> generate-release script) >> >> With 8.2, I see the same error messages as [2] with PCBSD-8 (not >> surprising, of course, but please note that there is no Firewire in this >> notebook). I do not see what the error message is with 9.0 before it >> halts. Anyway, according to Kris Moore this is a "known issue with >> FreeBSD". I have not found anything about such problem in the mailing >> list archives (apologies if I am wrong). >> >> Therefore my question simply is, whether this problem is known and (if >> yes) there is a fix or workaround available for CURRENT. >> >> If needed, I can post a dmesg of a successful boot of the >> openSUSE-11.4-LiveCD as reference (not doing so now because I assume the >> list will anyway eat the attachment). Also, I can provide whatever can >> be obtained using said Linux. >> >> Thanks a lot or any replies! :-) > > Hmm, is this booting amd64 or i386? Can you try i386 if you haven't? If i386 > doesn't work at first, you might need to try disabling APIC via 'set > hint.apic.0.disabled=1' at the loader prompt. The i386 image as of 11/04/2011 of Nathan Whitehorn booted into the live system without problems. The hint was not needed. Please find a verbose dmesg at http://pastebin.com/4UTHsg7F Does this tell you anything? If you (or anybody else) should need anything more, just let me know how to obtain it! :-) Best regards Johannes Dieterich