From owner-freebsd-stable@FreeBSD.ORG Mon Jun 8 16:49:49 2009 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 D852B106564A for ; Mon, 8 Jun 2009 16:49:49 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 5CCB18FC23 for ; Mon, 8 Jun 2009 16:49:49 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: by fg-out-1718.google.com with SMTP id 22so1091533fge.12 for ; Mon, 08 Jun 2009 09:49:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=6SDmUxaqNLBQ1RAXcUQT0vUvjhGW8LLxLPWi7ZpWTxk=; b=XdOC2ryIkT+TYFOo8uMWrl2hQmOMhWVaMUDA/M0Q2KWkvMB7lEdRWUJr75NOPExvx9 Cz9EBwRCs+okkPs1Pv6AVYNKcMgUjqhpFffAzImY4Byjfc3E98VD7P8t3Kv0P3rqQoi+ ldkpd8VV9kGkqNPz+NZ30+zzWmG4Ga4NAa5Kg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=e85TCg3dr0CTQYcywjCHVY54N1atdp1JkOaWnkOBo/K8EVwF2CrH4xUUCJZ0/9AMoX 7ZbqT0iWKHZIvByJ7Ch+WTzYi64HFWsfz8rlclL3MashMHB1wLpAF5B9tDz6wvArZHku Aj8mW6c4D0odw6BrIh9hALExW1qaZqwjnBlBU= Received: by 10.86.23.20 with SMTP id 20mr7518729fgw.17.1244479788205; Mon, 08 Jun 2009 09:49:48 -0700 (PDT) Received: from echo.hoth (host246-137-dynamic.56-82-r.retail.telecomitalia.it [82.56.137.246]) by mx.google.com with ESMTPS id d6sm172270fga.17.2009.06.08.09.49.47 (version=SSLv3 cipher=RC4-MD5); Mon, 08 Jun 2009 09:49:47 -0700 (PDT) From: Alberto Villa To: freebsd-stable@freebsd.org Date: Mon, 8 Jun 2009 18:49:45 +0200 User-Agent: KMail/1.11.3 (FreeBSD/7.2-STABLE; KDE/4.2.3; i386; ; ) References: <4A2D26D8.8030008@egr.msu.edu> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906081849.45373.villa.alberto@gmail.com> Subject: Re: gptzfsboot and RELENG_7 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: Mon, 08 Jun 2009 16:49:50 -0000 On Monday 08 June 2009 17:44:40 Dan Naumov wrote: > Several posts made to this list AFTER the zfs v13 MFC to RELENG_7 > indicated that even after that MFC, you still needed gptzfsboot from > 8-CURRENT to be able to boot from a full ZFS system. Is this not the > case? I have a 7.2-STABLE built on May 30 and I do not have gptzfsboot > in my /boot, only gptboot. I didn't make any changes to the stock > Makefiles and used GENERIC kernel config. Do I need to adjust some > options for gptzfsboot to get built? no, it's /boot/loader from 8-current which is needed (the one shared on this list works perfectly for me) to build your system with zfs boot support just add LOADER_ZFS_SUPPORT=yes to /etc/make.conf -- Alberto Villa