From owner-freebsd-virtualization@freebsd.org Sat Oct 14 00:34:18 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 01B2CE313F2 for ; Sat, 14 Oct 2017 00:34:17 +0000 (UTC) (envelope-from paul.g.webster@googlemail.com) Received: from mail-qt0-x22b.google.com (mail-qt0-x22b.google.com [IPv6:2607:f8b0:400d:c0d::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACDA57ED8C for ; Sat, 14 Oct 2017 00:34:17 +0000 (UTC) (envelope-from paul.g.webster@googlemail.com) Received: by mail-qt0-x22b.google.com with SMTP id 8so22601657qtv.1 for ; Fri, 13 Oct 2017 17:34:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=yVPsZz2CFdhmEH3aUk/PITL9BmiYWSykZmxVbr6Yh5g=; b=eqT93KtbH2138DW1y8SZ+ghjITmnyumDE/A5EH70WrCoiUtU8DsosmqRrtf//rSXaZ JvkHe7fRRQieKxHsTGeI/BTqHbEdmI6iDm2L4pNWZbcbYm6p5Xu9EjTwr51cXbz6/A3w g8CNAk8ZqNkmEhuvM04jE8krJHIIX6RQvS0u3pNFyAMdkBdWHslNOP8BzMDTTI5ReyXV G3inG9VTgG34tnBB1/GVNByxpHDH8xPMgfwPgx5/WxYjg8VEUiRiEHueWGzjiukhwDBW sAH+LxMhnWroEAUs97nSpwKbFtzrOLMqMGwauV0MfRLrsJBsi/sKvoIqEr3ulF/l0UpT Xjiw== X-Gm-Message-State: AMCzsaVqz7iVE6zWxeYV+kIST1FJIcUeX6OBfk4+nNTLTT7XTWdkwtyT tqtE6czNmzWh0ZXuPIuZqMjrDrieNIZdpXCu1C6QQw== X-Google-Smtp-Source: AOwi7QA8LNjh8+ECXLvzZSh1vCOeXsNWk87QGEppv8mBWrjU8IHi+WerqBaGfR0wrbHwVAGoj+++Ck7C8hlihrII0f4= X-Received: by 10.13.207.198 with SMTP id r189mr2043419ywd.287.1507941256645; Fri, 13 Oct 2017 17:34:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.175.136 with HTTP; Fri, 13 Oct 2017 17:34:16 -0700 (PDT) In-Reply-To: <90634b92-dea2-0866-39fc-a1c36e1a9800@webmail.sub.ru> References: <90634b92-dea2-0866-39fc-a1c36e1a9800@webmail.sub.ru> From: Paul Webster Date: Sat, 14 Oct 2017 01:34:16 +0100 Message-ID: Subject: Re: Bhyve and windows 2012/2016 To: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCf0L7QstC+0LvQvtGG0LrQuNC5?= Cc: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Sat, 14 Oct 2017 00:34:18 -0000 Hey there, I got it working in stable using VNC for the actual 'vga installation processes' no need for vbox or anything else; I am using and still use this config: $ cat kenny.tmp.group #!/bin/sh bhyve -A -H -P \ -s 0,hostbridge \ -s 2,virtio-net,tap4 \ -s 4,ahci-cd,/vm/src/2012.R2VL.ESD.ENU.June2016.iso \ -s 5,ahci-hd,/dev/zvol/zdisk/vm/store/kenny \ -s 29,fbuf,tcp=3D172.19.18.1:5900,w=3D1024,h=3D768 \ -s 30,xhci,tablet \ -s 31,lpc \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \ -c 8 \ -m 6144M \ kenny bhyvectl --destroy --vm=3Dkenny FreeBSD version and related packages: 11.1-STABLE #0 r322131 uefi-edk2-bhyve-20160704_1 UEFI-EDK2 firmware for bhyve uefi-edk2-bhyve-csm-20160704_1 UEFI-EDK2 firmware for bhyve with CSM On 13 October 2017 at 11:12, =D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0= =B4=D1=80 =D0=9F=D0=BE=D0=B2=D0=BE=D0=BB=D0=BE=D1=86=D0=BA=D0=B8=D0=B9 wrote: > Hello > > I'm trying to install Windows 2012 evaluation in bhyve. It looks like > neither HDD (ahci-hd) nor CD (ahci-cd) are available. > > Command is > > /usr/sbin/bhyve -c 2 -m 17179869184 -H -A -w -s 0:0,hostbridge -s > 3:0,ahci-hd,/usr/jails/jails-data/serv1c-data/dsk1.vhd,sectorsize=3D512 -= s > 2:0,ahci-cd,/usr/jails/src/iso/windows2012.iso -s > 4:0,e1000,tap6,mac=3D00:a0:98:cf:ab:82 -s 5:0,virtio-rnd -s 6,fbuf,tcp= =3D > 0.0.0.0:5902,w=3D1024,h=3D768,wait -s 30,xhci,tablet -s 31,lpc -l com1,st= dio > -l bootrom,/usr/local/cbsd/upgrade/patch/efi.fd serv1c > > Only X: drive is available, seems to be some memory image > > What should I check? What could have I done wrong? > > Alex > > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubs > cribe@freebsd.org"