From owner-freebsd-virtualization@freebsd.org Thu Jul 13 08:18:20 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 4870BD9B390 for ; Thu, 13 Jul 2017 08:18:20 +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 D86A66E34E for ; Thu, 13 Jul 2017 08:18:19 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id v6D8IFfA071235; Thu, 13 Jul 2017 10:18:15 +0200 (CEST) (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 8D6B0BA9; Thu, 13 Jul 2017 10:18:15 +0200 (CEST) Message-ID: <59672CC7.2090309@omnilan.de> Date: Thu, 13 Jul 2017 10:18:15 +0200 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: Paul Webster CC: Paul Webster via freebsd-virtualization Subject: Re: Any support creating a Windows Server 2012 unattended install References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Greylist: ACL 129 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Thu, 13 Jul 2017 10:18:15 +0200 (CEST) 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.23 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, 13 Jul 2017 08:18:20 -0000 Bezüglich Paul Webster via freebsd-virtualization's Nachricht vom 13.07.2017 10:07 (localtime): > Or alternatively any of you guys have one that I can use? > > I was following https://wiki.freebsd.org/bhyve/Windows but I can not seem > to get it to work; though it may be because I had to convert the > 'install.esd' file to 'install.wim' as the disk does not have one. > > If I just the ISO I ended up creating in virtualbox it just seems to go > into a standard install, but that might be because it detected a graphics > adapter. Is it about unattended itself, or do you just want to install WinServer2012R2 in a bhyve guest? For the latter you can use GOP/fbuf. See https://wiki.freebsd.org/bhyve/UEFI – no need for unattended detour any more. Regarding unattended setups, I don't have any reusable xmls, but answers to common pitfalls. Feel free to contact me if you identified a specific one. -harry