From owner-freebsd-questions@freebsd.org Thu Jul 2 12:01:40 2015 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 CA4AE992DD9 for ; Thu, 2 Jul 2015 12:01:40 +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 77DB52D3B for ; Thu, 2 Jul 2015 12:01:40 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t62C1VXt081200 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 2 Jul 2015 06:01:31 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t62C1U0k081195; Thu, 2 Jul 2015 06:01:31 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 2 Jul 2015 06:01:30 -0600 (MDT) From: Warren Block To: Luca Ferrari cc: reg@dwf.com, freebsd-questions Subject: Re: Installing FreeBSD 10.1 to a partition. In-Reply-To: Message-ID: References: <201507020248.t622m7Wt005103@deneb.dwf.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.4.3 (wonkity.com [127.0.0.1]); Thu, 02 Jul 2015 06:01:31 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 12:01:40 -0000 On Thu, 2 Jul 2015, Luca Ferrari wrote: > On Thu, Jul 2, 2015 at 4:48 AM, wrote: >> >> I am trying to do something that would be trivial with >> Linux. Namely install FreeBSD to a partition on the >> disk. > > From here : > "The FreeBSD boot loader requires either a primary or GPT partition." boot0 requires a primary partition, but presumably there is a multi-boot thing like Grub already in place. FreeBSD itself does not have to be on a primary partition. The manual options for creating disk partitions in bsdinstall should allow creating or selecting the correct partitions. I don't know if the latest bsdinstall allows avoiding installing the bootcode, or just skips it if custom partitions are selected.