From owner-freebsd-virtualization@FreeBSD.ORG Thu Apr 10 18:32:51 2014 Return-Path: Delivered-To: virtualization@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 1F4F5DD2; Thu, 10 Apr 2014 18:32:51 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB312147D; Thu, 10 Apr 2014 18:32:50 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 06EEAB945; Thu, 10 Apr 2014 14:32:50 -0400 (EDT) From: John Baldwin To: freebsd-virtualization@freebsd.org Subject: Re: installing FreeBSD 8.4 in bhyve Date: Thu, 10 Apr 2014 14:31:59 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <20140410180929.GB34413@mouf.net> In-Reply-To: <20140410180929.GB34413@mouf.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201404101431.59749.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 10 Apr 2014 14:32:50 -0400 (EDT) Cc: virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 18:32:51 -0000 On Thursday, April 10, 2014 2:09:30 pm Steve Wills wrote: > Hi, > > I'm trying to install FreeBSD 8.4 in bhyve, but running into some issues. > Sysinstall doesn't seem to like the disk. In the partition editor, I get: > > Disk name: vtbd1 FDISK Partition Editor > DISK Geometry: 0 cyls/0 heads/0 sectors = 0 sectors (0MB) > > Offset Size(ST) End Name PType Desc Subtype Flags > > 0 209715200 209715199 - 12 unused 0 > > Any ideas what I'm doing wrong? This is using the 8.4 Release disc1 iso on > 11-CURRENT r264056. I'm using virtio-blk for both the cd and hd. Should this be > working? I resorted to using the LiveCD to install by hand using the ZFSOnRoot instructions as a guideline. -- John Baldwin