From owner-freebsd-emulation@FreeBSD.ORG Wed Aug 6 18:27:18 2014 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64107777 for ; Wed, 6 Aug 2014 18:27:18 +0000 (UTC) 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 17EC222AB for ; Wed, 6 Aug 2014 18:27:17 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s76IRGPR098299 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 6 Aug 2014 12:27:16 -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 s76IRGhX098296; Wed, 6 Aug 2014 12:27:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 6 Aug 2014 12:27:16 -0600 (MDT) From: Warren Block To: Mike Tancsa Subject: Re: Vritbox 4.3.12 and RELENG_6 guest ? In-Reply-To: <53E23EA0.3070605@sentex.net> Message-ID: References: <53E18A4C.2070100@sentex.net> <53E23EA0.3070605@sentex.net> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) 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]); Wed, 06 Aug 2014 12:27:16 -0600 (MDT) Cc: "freebsd-emulation@freebsd.org" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 18:27:18 -0000 On Wed, 6 Aug 2014, Mike Tancsa wrote: > On 8/5/2014 10:37 PM, Warren Block wrote: >>> gpart create -s BSD -n 20 md0s1 >> >> Bootcode is needed in the bsdlabel also: >> http://www.wonkity.com/~wblock/docs/html/disksetup.html#_the_old_standard_mbr >> >> >> gpart bootcode -b /boot/boot md0s1 > > Thanks Warren! That got it all working! I think I am starting to better > understand all the boot magic. Much appreciated. Excellent! MBR/bsdlabel is a partition format wrapped in a partition format wrapped in confusion. Most of the time, GPT can be used now, and it is much simpler. One partition table, up to 128 partitions with the standard configuration, essentially no limit on sizes.