Date: Fri, 12 Apr 2019 18:24:57 -0500 From: Dustin Marquess <dmarquess@gmail.com> To: "Rodney W. Grimes" <freebsd-rwg@gndrsh.dnsmgr.net> Cc: The Doctor <doctor@doctor.nl2k.ab.ca>, FreeBSD virtualization <freebsd-virtualization@freebsd.org> Subject: Re: Windows 2019 server Message-ID: <CAJpsHY5zHXG6r3CU=9C8rPpODK0f=cXg5CNOD%2BZ8XHXaQuNPQg@mail.gmail.com> In-Reply-To: <201904121456.x3CEumsi076934@gndrsh.dnsmgr.net> References: <20190412130825.GA5886@doctor.nl2k.ab.ca> <201904121456.x3CEumsi076934@gndrsh.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Indeed! As for the other two... the virtio-rnd I pass through to all of my capable VMs, as VMs usually have a tougher time to collect entropy, so I figure it can't hurt. The PCI passthrough I just forgot to remove from my example before I sent it. I have a dual-port 16C950 PCIe card that I passthrough to Windows to run u-blox u-center :). -Dustin On Fri, Apr 12, 2019 at 9:57 AM Rodney W. Grimes <freebsd-rwg@gndrsh.dnsmgr.net> wrote: > > > On Thu, Apr 11, 2019 at 10:10:03PM -0500, Dustin Marquess wrote: > > > It's worth a shot at least to see if it works! > > > > > > But ya, basically the same as mine: > > > > > > bhyve -A -H -P -w -S -u -c sockets=3D1,cores=3D4,threads=3D2 -m ${RAM= } \ > > > -s 0,hostbridge \ > > > -s 3,nvme,/dev/zvol/tank/vm/win2019 \ > > > -s 4,ahci-cd,${VMROOT}/win2019/empty.iso,nocache,ro \ > > > -s 5,passthru,130/0/0 \ > > > -s 10,virtio-net,tap2 \ > > > -s 20,virtio-rnd \ > > > -s 31,lpc \ > > > -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd= ${VM} > > > > > > -Dustin > > > > I will try a bit of a mix. Also Do the same for the Linux emulations > > such as Scientific, Fedora, Centos, Debian and Ubuntu and ORacle? > > > > BTW rational for the -w , your -c content your passthru and the virtio= -rnd? > > The -c context is done most likely for license reasons, > without specifying topology the default for -c 8 would > be 8 sockets of 1 core of 1 thread, that would require > a high end server win2019 license. By building this > as a 8 threads in a single socket you get to use a > single socket windows license. This is one of the major > reasons that I added the complex topology specification > to the -c option. > > > > On Thu, Apr 11, 2019 at 5:54 PM The Doctor <doctor@doctor.nl2k.ab.ca>= wrote: > > > > > > > > On Thu, Apr 11, 2019 at 05:18:10PM -0500, Dustin Marquess wrote: > > > > > I'm not sure if 12.0 has bhyve nmve support, but 10 & 2019 both s= eem > > > > > to run MUCH faster when using nvme compared to ahci-hd. > > > > > > > > > > -Dustin > > > > > > > > > > > > > Here is the script I use to start the Windows server > > > > > > > > > > > > #!/bin/sh > > > > bhyve -c 4 -s 0,hostbridge -s 3,ahci-hd,/usr/vm/images/windows2019s= t -s 10,virtio-net,tap3 -s 31,lpc -l com1,/dev/nmdm9A -l com2,/dev/nmdm10A= -s 29,fbuf,tcp=3D0.0.0.0:5958,w=3D1024,h=3D768,wait -l bootrom,/usr/local/= share/uefi-firmware/BHYVE_UEFI.fd -m 4G -H -w windows2019st & > > > > > > > > So I should change ahci-cd to nvme? > > > > > > > > > > > > > On Thu, Apr 11, 2019 at 4:40 PM The Doctor via freebsd-virtualiza= tion > > > > > <freebsd-virtualization@freebsd.org> wrote: > > > > > > > > > > > > Seems to be running slow on FreeBSD 12.0 p3. > > > > > > > > > > > > Just wondering if there are known issues. > > > > > > -- > > > > > > Member - Liberal International This is doctor@@nl2k.ab.ca Ici d= octor@@nl2k.ab.ca > > > > > > Yahweh, Queen & country!Never Satan President Republic!Beware A= ntiChrist rising! > > > > > > https://www.empire.kred/ROOTNK?t=3D94a1f39b Look at Psalms 14 = and 53 on Atheism > > > > > > Alberta on 16 April 2019, do not vote UCP, FCP nor NDP! > > > > > > _______________________________________________ > > > > > > freebsd-virtualization@freebsd.org mailing list > > > > > > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualizati= on > > > > > > To unsubscribe, send any mail to "freebsd-virtualization-unsubs= cribe@freebsd.org" > > > > > > > > -- > > > > Member - Liberal International This is doctor@@nl2k.ab.ca Ici docto= r@@nl2k.ab.ca > > > > Yahweh, Queen & country!Never Satan President Republic!Beware AntiC= hrist rising! > > > > https://www.empire.kred/ROOTNK?t=3D94a1f39b Look at Psalms 14 and = 53 on Atheism > > > > Alberta on 16 April 2019, do not vote UCP, FCP nor NDP! > > > > -- > > Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@n= l2k.ab.ca > > Yahweh, Queen & country!Never Satan President Republic!Beware AntiChris= t rising! > > https://www.empire.kred/ROOTNK?t=3D94a1f39b Look at Psalms 14 and 53 o= n Atheism > > Alberta on 16 April 2019, do not vote UCP, FCP nor NDP! > > _______________________________________________ > > freebsd-virtualization@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@fr= eebsd.org" > > > > -- > Rod Grimes rgrimes@freebs= d.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJpsHY5zHXG6r3CU=9C8rPpODK0f=cXg5CNOD%2BZ8XHXaQuNPQg>