From owner-freebsd-stable@FreeBSD.ORG Tue Aug 6 10:29:22 2013 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 ESMTP id 05033552; Tue, 6 Aug 2013 10:29:22 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward4l.mail.yandex.net (forward4l.mail.yandex.net [IPv6:2a02:6b8:0:1819::4]) by mx1.freebsd.org (Postfix) with ESMTP id B3D3F2585; Tue, 6 Aug 2013 10:29:21 +0000 (UTC) Received: from smtp16.mail.yandex.net (smtp16.mail.yandex.net [95.108.252.16]) by forward4l.mail.yandex.net (Yandex) with ESMTP id 0CE5B14415A6; Tue, 6 Aug 2013 14:29:17 +0400 (MSK) Received: from smtp16.mail.yandex.net (localhost [127.0.0.1]) by smtp16.mail.yandex.net (Yandex) with ESMTP id A34076A06F2; Tue, 6 Aug 2013 14:29:17 +0400 (MSK) Received: from v10-164-213.yandex.net (v10-164-213.yandex.net [84.201.164.213]) by smtp16.mail.yandex.net (nwsmtp/Yandex) with ESMTP id WuNTeCEygr-THOKCrXN; Tue, 6 Aug 2013 14:29:17 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1375784957; bh=6yR/tvzuIx6cvr70B0tBAqHXqYaIIgxoTGBmNfGRX9M=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:X-Enigmail-Version:Content-Type: Content-Transfer-Encoding; b=nShZf5HJY/xKw8cob+wvlQdYj9tk91MRpLlBEq9a5zHoQHCqOFUGfO09apuzIUMou 0zz46d2FrI0bTS4itK7BjZHHZj5HIpZyIoxHyPOIdZ1d5qn+fCSTiQXx8oElgwZ57F nBhc21LrQ1ap32WPx0WOitQ5xhoGQ7SD7QNy09U0= Authentication-Results: smtp16.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <5200CF2B.6060602@yandex.ru> Date: Tue, 06 Aug 2013 14:25:47 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: J David Subject: Re: Problem with zfsloader on 9.2-BETA2 References: <51FD5709.7050306@FreeBSD.org> <5200C7A3.3070403@yandex.ru> In-Reply-To: <5200C7A3.3070403@yandex.ru> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Andriy Gapon X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 06 Aug 2013 10:29:22 -0000 On 06.08.2013 13:53, Andrey V. Elsukov wrote: >> disk5: BIOS drive H: >> disk6: BIOS drive I: >> disk7: BIOS drive J: > > Hi, > > looking to your `zfs status` output and this, we can see, that GPT > wasn't detected on most of disks. Can you try to boot with this loader: > http://people.freebsd.org/~ae/zfsloader > It's from 10-CURRENT and was build with -DPART_DEBUG, so you will see > some additional debug messages while booting. Also, you can build src/tools/tools/bootparttest utility and try to read each disk to be sure that there aren't any errors in the metadata. -- WBR, Andrey V. Elsukov