From owner-freebsd-virtualization@freebsd.org Mon Dec 4 13:23:12 2017 Return-Path: Delivered-To: freebsd-virtualization@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 882F6DFCACB for ; Mon, 4 Dec 2017 13:23:12 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27A7168595 for ; Mon, 4 Dec 2017 13:23:11 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id vB4DN9an080306; Mon, 4 Dec 2017 14:23:09 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 070EA21A; Mon, 4 Dec 2017 14:23:08 +0100 (CET) Message-ID: <5A254C3C.3030809@omnilan.de> Date: Mon, 04 Dec 2017 14:23:08 +0100 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: wishmaster CC: freebsd-virtualization@freebsd.org Subject: Re: Bhyve. Unable install Windows 7/Server 2008R2 References: <1512390476.593482033.ytqgxtgt@frv52.fwdcdn.com> In-Reply-To: <1512390476.593482033.ytqgxtgt@frv52.fwdcdn.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: ACL 129 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Mon, 04 Dec 2017 14:23:09 +0100 (CET) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: 78.138.80.135; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 04 Dec 2017 13:23:12 -0000 Bezüglich wishmaster's Nachricht vom 04.12.2017 13:32 (localtime): > Hi, > > guys, what happened with bhyve after 11.1-RELEASE. I am unable install neither Windows 7 nor Windows Server 2008R2. > I have attempted with HDD as raw file, ZFS dev - without success. > > root@XXX: uname -a > FreeBSD XXX 11.1-STABLE FreeBSD 11.1-STABLE #0 r325503: Tue Nov 7 13:38:44 EET 2017 wishmaster@XXX:/usr/obj/usr/src/sys/MY amd64 Since you don't tell us what error you get from the guest setup program, I can only guess that you are using a ZFS volume with a block size of 8k (default). My next guess is that you use BHYVE_UEFI.fd for bootrom. The latter can't boot from 8k drives, Make sure you define something like this: -s 3,virtio-blk,/dev/zvol/hostPool/bhyveVOL/sys/guest1,sectorsize=512/4096 If that power guess didn't hit, you need to provide some details (boot method at very first along with some kind of error description). -harry