From owner-freebsd-current@FreeBSD.ORG Wed Jul 18 21:11:48 2012 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 E1CC1106564A for ; Wed, 18 Jul 2012 21:11:48 +0000 (UTC) (envelope-from space7@web.de) Received: from mout.web.de (mout.web.de [212.227.17.11]) by mx1.freebsd.org (Postfix) with ESMTP id 718578FC1A for ; Wed, 18 Jul 2012 21:11:48 +0000 (UTC) Received: from localhost ([194.94.16.114]) by smtp.web.de (mrweb001) with ESMTPSA (Nemesis) id 0MF3Rz-1T6BBi3a39-00GRVw for ; Wed, 18 Jul 2012 22:29:45 +0200 To: freebsd-current@freebsd.org From: Stefan Krueger In-Reply-To: =?UTF-8?Q?=3CCAE=2DmSO=2BT647hdJnzOACgEmKHziFJLVpdY5dgCLQRe?= =?UTF-8?Q?kcYUcqvnw=40mail=2Egmail=2Ecom=3E?= References: <50059942.8070208@gmail.com> Date: Wed, 18 Jul 2012 22:29:45 +0200 User-Agent: slrn/0.9.9p1 (Linux) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <0LmcRH-1TQ6gM3meh-00a98S@smtp.web.de> Sender: space7@web.de X-Provags-ID: V02:K0:/OtJMjsdIMlPEUsyzlKfDoE61Ro9typ7JnWB2ooYmsF nCLyPGCWyB9ZcnKvZ0Ow/JhRhIHesnwob0sFWZQzXOyOfPDd2O nJIQP2bjuEv+qrBdZ1i/iL16CCkj9lSSMnUFPZVp9OLzotYOz6 /BB0C3r8gWQ8tx/Uy/7vn08EeQBXLJnW+PVDp80vHt3Pmqb3KT StdMzPeXOhmUD0LppidmA== X-Mailman-Approved-At: Wed, 18 Jul 2012 23:07:41 +0000 Subject: Re: VIA VE-900 nano X2 boot failure 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: Wed, 18 Jul 2012 21:11:49 -0000 In muc.lists.freebsd.current, you wrote: > On 17 July 2012 20:56, Felix Kohtz wrote: >> I recently purchased a VIA EPIA-VE-900 Nano X2 1,4 GHz Dual Core MiniITX >> Board >> http://www.via.com.tw/en/products/viamainboards/ve900/index.jsp >> >> and wanted to install FreeBSD (amd64) from an iso-file on it. >> >> I tried to install: >> >> FreeBSD 8.3-RELEASE : >> works fine. >> dmesg here: http://pastebay.net/1068207 >> >> FreeBSD 9.0-RELEASE : >> stops during boot-process. >> (part of - where it stops) dmesg here: http://pastebay.net/1068208 >> >> FreeBSD 9.1-RELENG_9-20120716-JPSNAP from >> https://pub.allbsd.org/FreeBSD-snapshots/amd64-amd64/ >> stops during boot-process at same point like 9.0-RELEASE. >> >> FreeBSD 10.0-HEAD-20120717-JPSNAP from >> https://pub.allbsd.org/FreeBSD-snapshots/amd64-amd64/ >> stops during boot-process at same point like 9.0-RELEASE. >> >> I can provide more information on this problem if you say me what is needed >> and i offer to test changes. > > To get better diagnostics: > 1) try to put hint.hdac.0.disabled="1" into your /boot/device.hints, > to disabled hdac device, then reboot and see if that helps > hdac is under a cloud, since it is included in GENERIC starting from 9.0. > 2) boot kernel in verbose mode > (boot_verbose="YES" in /boot/loader.conf or simply boot -v) Seems like a couple of Via boards are affected, see http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/163164 I had to rebuild the kernel to get it booting because hint.hdac.0.disabled="1" didn't work on 9.0-REL btw HTH