From owner-freebsd-stable@FreeBSD.ORG Tue Sep 9 15:53:16 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7197229 for ; Tue, 9 Sep 2014 15:53:16 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id 767DEE84 for ; Tue, 9 Sep 2014 15:53:16 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 965F720E7088E; Tue, 9 Sep 2014 15:53:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=2.2 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,RDNS_DYNAMIC,STOX_REPLY_TYPE autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 95AC420E7088B; Tue, 9 Sep 2014 15:53:11 +0000 (UTC) Message-ID: <7F008C560B48412AB66A1EBD9382DDAE@multiplay.co.uk> From: "Steven Hartland" To: "Kimmo Paasiala" , References: <51AD1F36-1089-481F-8784-8BD8E6EF020F@icloud.com> <71DEB316-3CDD-4403-A397-BCE684725ABD@icloud.com> <25886C53-39C1-47A8-95F7-494FA6E7ABA2@icloud.com> <20140819071045.GS2737@kib.kiev.ua> <99FB0662-1954-4ECB-939B-06D0AA49C1A1@icloud.com> <20140819074643.GU2737@kib.kiev.ua> Subject: Re: ZFS on root booting broken somewhere after r270020 Date: Tue, 9 Sep 2014 16:53:17 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-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: Tue, 09 Sep 2014 15:53:16 -0000 ----- Original Message ----- From: "Kimmo Paasiala" > Hi it’s me again. Something that was committed in stable/10 after r271213 up to > and including r271288 broke ZFS on Root booting in exactly the same way again. > I know the problem is no longer related to extra kernel modules loaded in > /boot/loader.conf because I’m loading only the required zfs.ko and opensolaris.ko > modules. Also, the new vt(4) console that I’m using is not the culprit because the > same thing happens with kern.vty set to “sc”. I've just updated my stable/10 box to r271316 and no problems booting from a ZFS root. So first things first what error are you seeing? Next what is you're: * Hardware * Pool layout Regards Steve