From owner-freebsd-virtualization@freebsd.org Tue Dec 5 16:57:22 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 C821DE70C1A for ; Tue, 5 Dec 2017 16:57:22 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "0x20.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FE433697; Tue, 5 Dec 2017 16:57:21 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id A3423A8BA5; Tue, 5 Dec 2017 17:57:12 +0100 (CET) Received: (from lars@localhost) by e.0x20.net (8.15.2/8.15.2/Submit) id vB5GvABW052508; Tue, 5 Dec 2017 17:57:10 +0100 (CET) (envelope-from lars) Date: Tue, 5 Dec 2017 17:57:10 +0100 From: Lars Engels To: "Rodney W. Grimes" Cc: Peter Grehan , freebsd-virtualization@freebsd.org Subject: Re: Bhyve. Unable install Windows 7/Server 2008R2 Message-ID: <20171205165710.GK19238@e.0x20.net> References: <176468b0-708d-a0f6-96e9-49c99431e281@freebsd.org> <201712051249.vB5Cnj5f051306@pdx.rh.CN85.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201712051249.vB5Cnj5f051306@pdx.rh.CN85.dnsmgr.net> X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/1.9.1 (2017-09-22) 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: Tue, 05 Dec 2017 16:57:22 -0000 On Tue, Dec 05, 2017 at 04:49:45AM -0800, Rodney W. Grimes wrote: > > Hi, > > > > > bhyve -c 2 -s 0,hostbridge -s 3,ahci-hd,/dev/zvol/my_zroot/VM/img/win7/disk0 > > > > For win7/2k8*, the sector size presented to the guest has to be forced > > to 512 bytes i.e. for the ahci-cd slot, the config would look like: > > > > -s 3,ahci-hd,/dev/zvol/my_zroot/VM/img/win7/disk0,sectorsize=512 > > Should we start a wiki page on "Guest Quirks"? Please do. -- Lars