From owner-freebsd-questions@FreeBSD.ORG Wed Feb 15 02:04:50 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8C8D106566B for ; Wed, 15 Feb 2012 02:04:50 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3198FC0C for ; Wed, 15 Feb 2012 02:04:50 +0000 (UTC) Received: by yhfs35 with SMTP id s35so488100yhf.13 for ; Tue, 14 Feb 2012 18:04:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references :disposition-notification-to:content-type:date:message-id :mime-version:x-mailer; bh=BDWqCf8iXhVPcpXoLlMQZKq8Z5iDqdmFhiYNtQG9B2w=; b=rVgk+HyZowukRozXjFh+25Xewr25RlUxmFaWHDmGsrGUT36cUHdFhTAyc6eE2JQxKo XTXn6ahPl6tEiKtzzDgm8sHJECMCfcAO5uVsem/9moKEL8MY4PBji+xmoFxSEjwP4e4P SGRPFeQ7Wyq/F4LnOssdgTrPgrvnrqPDwHOlg= Received: by 10.236.154.137 with SMTP id h9mr30699202yhk.91.1329269910338; Tue, 14 Feb 2012 17:38:30 -0800 (PST) Received: from [192.168.6.230] ([201.21.160.190]) by mx.google.com with ESMTPS id n12sm2365861yhe.10.2012.02.14.17.38.27 (version=SSLv3 cipher=OTHER); Tue, 14 Feb 2012 17:38:29 -0800 (PST) From: Sergio de Almeida Lenzi To: Daniel Shahaf In-Reply-To: <20120215003110.GA32543@daniel3.local> References: <20120214044816.GA18161@daniel3.local> <20120215003110.GA32543@daniel3.local> Date: Tue, 14 Feb 2012 23:38:25 -0200 Message-ID: <1329269905.88434.10.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Philip M. Gollucci" , infrastructure-private@apache.org, questions@freebsd.org Subject: Re: zroot won't mount after 9.0-RC2 -> 9.0-RELEASE upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 02:04:50 -0000 Usually when upgrade, I build it in the same machine, 1) csup -L 2 kernel.conf (build src on the new source/version) 2) cd /usr/src, edit the kernel config.... 3) make buildworld&&make buildkernel 4) make installworld installkernel 5) boot... Using this set of commands I was able to upgrade from 8.x to 9.x for example and the system boots (I use only zfs) with a setup like yours, except that the root partition is at zfspool/root so the boot.conf reads: vfs.root.mountfrom="zfs:zfspool/root" For me, works...