From owner-freebsd-stable@FreeBSD.ORG Tue May 3 18:09:38 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0693E106567A for ; Tue, 3 May 2011 18:09:38 +0000 (UTC) (envelope-from jafa82@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id B3EF08FC13 for ; Tue, 3 May 2011 18:09:36 +0000 (UTC) Received: by gyg13 with SMTP id 13so164194gyg.13 for ; Tue, 03 May 2011 11:09:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=nXAWmP0IiPVxdvejg+LxTwB4AQB8wpkU3EF2FC4vBwc=; b=i/YHEk961DKsbTL3IL1OaORMX1hIRGFKeyR2ubIKVM4BylAMLOv2CluENho/UVL7QV G8ycWw8wJciolaNh8tSPDCkwOKjACZ/uX07iKJOZzROuEC0LVtH8SoVZEdmnyh+jLZQ5 pKZ54NyrQ0MJaWPcXqAhPwtaGI7c1UgE5IZ4Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=AJzfOYQ2JpTaKUbQlyRtrh7TlkjddoVHvzHpDbhU8QmXcI5FTbs8VgopHsFwP+vk/X XbBHLvO41RlT7J6ELnp/lU/hSfbDnN9Uxcow6w61brBv3DDOXZHbQ+9mQHTX/tQaGkzV FusYLH9f1yHWiuqkkfq96Q18R3JIkrc5bhgHc= Received: by 10.236.183.165 with SMTP id q25mr71585yhm.470.1304444310709; Tue, 03 May 2011 10:38:30 -0700 (PDT) Received: from unknown ([184.163.87.109]) by mx.google.com with ESMTPS id 13sm134161yhl.73.2011.05.03.10.38.29 (version=SSLv3 cipher=OTHER); Tue, 03 May 2011 10:38:30 -0700 (PDT) Date: Tue, 3 May 2011 13:34:40 -0400 From: Eric Damien To: freebsd-stable@freebsd.org Message-ID: <20110503133440.000031b9@unknown> In-Reply-To: References: <20110502164222.GE81300@mr-happy.com> X-Mailer: Claws Mail 3.7.4cvs1 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: zpool upgrade, can't boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 03 May 2011 18:09:38 -0000 Hi Scot, the link you provided is for a FreeBSD MBR Slice.=20 How about the GPT? Because I have the exact same problem, and after following 2.7 (modified for no mirror) on=20 http://wiki.freebsd.org/RootOnZFS/InstallingFreeBSD I did Fixit# sysctl kern.geom.debugflags=3D0x10 Fixit# gpart bootcode -b /zroot/boot/pmbr -p /zroot/boot/gptzfsboot -i 1 a= d0 but got the following error: gpart: /dev/ad0p1: operation not permitted On Tue, 3 May 2011 01:26:21 -0500 Scot Hetzel wrote: > On Mon, May 2, 2011 at 11:42 AM, Jeff Blank > wrote: > > Hi, > > > > I recently upgraded from 8.0-STABLE to 8.2-STABLE (Apr. 29 checkout) > > and upgraded my zpool (includes root FS) from v13 to v15. =A0This is a > > dual-boot laptop, so I'm using MBR/boot0 and not GPT. =A0Here's what > > happens when I boot: > > > > F1 =A0Win > > F2 =A0? > > F3 =A0FreeBSD > > > > F6 PXE > > Boot: =A0F3 > > ZFS: unsupported ZFS version 15 (should be 13) > > No ZFS pools located, can't boot > > > > I've googled around, but I can't find anything relevant for > > MBR/boot0 configurations, just GPT. =A0I've ensured that the loaders > > and boot0/boot1/boot2 are all new, and I rebuilt/reinstalled them > > in a fixit environment just to be sure. =A0I also ran 'boot0cfg > > -B' (with an appropriate -b), but nothing has changed. =A0How can I > > get my pool booting again? > > >=20 > You need to re-install the zfsboot code similar to step 10 (Install > ZFS boot) in >=20 > http://wiki.freebsd.org/RootOnZFS/ZFSBootPartition >=20 > Scot > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org"