From owner-freebsd-current@FreeBSD.ORG Thu Jan 2 06:18:54 2014 Return-Path: Delivered-To: freebsd-current@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 5554DDC9 for ; Thu, 2 Jan 2014 06:18:54 +0000 (UTC) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 135B718DB for ; Thu, 2 Jan 2014 06:18:54 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id n7so12792038qcx.5 for ; Wed, 01 Jan 2014 22:18:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=QHYQf0dQb2Vm3g3yJd/DxSrzh0D1ajkD0jlx17epefE=; b=TDpqxu8Tup/L6xIRplTQ/VOiVsy9SDNxH/0YNUILaIkrnlIvyrLOTSJvL3S3WK/CSO Ad3vHtABTUdAixD+RoqUflx1f26dyfnVBDskE8NVP/a/syWObbVo3QIEtjIJWbjP4SIB 7v2m8uFbjyxzDFimk393osmOMZn6W7Q7mGocZviB9CeS0jMIBCoaz+hMkF7R5OL2/Ip9 b2soCNQ0Q5k91JxBnEPLxS3hK3iSlCs+KpWTkr5MG0HTiWz/j521k8NIMMX5J/9lN9B9 akZY5nfjR7FZq5bE/b50C3YRkezKYtZHTOnIyQXCsReMl3PReRaibX9eVLob2c1RN4Tc 54kA== X-Received: by 10.49.25.16 with SMTP id y16mr138793480qef.20.1388643533119; Wed, 01 Jan 2014 22:18:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.152.42 with HTTP; Wed, 1 Jan 2014 22:18:12 -0800 (PST) In-Reply-To: References: From: =?UTF-8?B?5LmU5qWa?= Date: Thu, 2 Jan 2014 14:18:12 +0800 Message-ID: Subject: Re: boot failure at ZFS: unsupported feature: com.delphix:hole_birth To: Current FreeBSD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 02 Jan 2014 06:18:54 -0000 update bootcod: gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i ada0 Now, it can boot ok. 2014/1/1 =E4=B9=94=E6=A5=9A > Today ,I upgrade to > http://svnweb.freebsd.org/base?view=3Drevision&revision=3D260157 > > After svn up, make clean, make buildworld, make buildkernel, make > installkernel, reboot, mergemaster -p, make installworld, mergemaster, > reboot, OS can't boot. > > Screen show: > ZFS: unsupported feature: com.delphix:hole_birth > gptzfsboot: No ZFS pool located, can't boot. > > I'm use root ZFS. > How to recovery it? > > Thanks. > >