From owner-freebsd-questions@freebsd.org Thu Nov 17 19:19:38 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9011C470D6 for ; Thu, 17 Nov 2016 19:19:38 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A289FCF for ; Thu, 17 Nov 2016 19:19:38 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id uAHJJQsv051825 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 17 Nov 2016 12:19:26 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id uAHJJQaW051822; Thu, 17 Nov 2016 12:19:26 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 17 Nov 2016 12:19:26 -0700 (MST) From: Warren Block To: Baho Utot cc: Mailinglists FreeBSD Subject: Re: Ok How do I boot this monster? In-Reply-To: <07218d20-34a5-171b-f6a8-de3c271733cc@columbus.rr.com> Message-ID: References: <07218d20-34a5-171b-f6a8-de3c271733cc@columbus.rr.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.1 (wonkity.com [127.0.0.1]); Thu, 17 Nov 2016 12:19:26 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 19:19:38 -0000 On Thu, 17 Nov 2016, Baho Utot wrote: > Ok I have installed 11.0 latest memstick image. > > I patched/hacked bsdinstall ( /usr/libexec/bsdinstall/zfsboot) to install my > zfs raidz2 using 800GB partitions. And it even worked! > > Now I need to boot this monster as well as my current 10.0 version until I > can build my desktop upon the raidz, then I will decommission the 10.0 > version when the 11.0 version is up to snuff. > > I have boot0 install to ada0 which boots win7 and 10.0 freebsd. > > Can this also boot the raidz? No, boot0 is MBR-only. The easiest way I see to do this is to install gptzfsboot bootcode to the ZFS drives and choose one of them from the BIOS boot menu. Grub can multi-boot GPT also, although it needs a small partition of its own.