Re: Windows 2019 server

2019-04-13 Thread Victor Sudakov
Victor Sudakov wrote: > > I've just installed "Windows Server 2016" on 11.2-RELEASE-p9 and it is very > slow. Windows 2012 R2 ran much faster AFAIR. > > I don't think this is the ahci-hd issue because the Novabench Windows > benchmark in the guest VM shows read and write speeds over 1 GB/s,

Re: Windows 2019 server

2019-04-12 Thread Dustin Marquess
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

Re: Windows 2019 server

2019-04-12 Thread Rodney W. Grimes
> 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=1,cores=4,threads=2 -m ${RAM} \ > > -s 0,hostbridge \ > > -s

Re: Windows 2019 server

2019-04-12 Thread The Doctor via freebsd-virtualization
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=1,cores=4,threads=2 -m ${RAM} \ > -s 0,hostbridge \ > -s 3,nvme,/dev/zvol/tank/vm/win2019 \ > -s

Re: Windows 2019 server

2019-04-12 Thread Victor Sudakov
The Doctor via freebsd-virtualization wrote: > Seems to be running slow on FreeBSD 12.0 p3. > > Just wondering if there are known issues. I've just installed "Windows Server 2016" on 11.2-RELEASE-p9 and it is very slow. Windows 2012 R2 ran much faster AFAIR. I don't think this is the ahci-hd

Re: Windows 2019 server

2019-04-11 Thread Dustin Marquess
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=1,cores=4,threads=2 -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

Re: Windows 2019 server

2019-04-11 Thread The Doctor via freebsd-virtualization
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 seem > 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

Re: Windows 2019 server

2019-04-11 Thread Dustin Marquess
I'm not sure if 12.0 has bhyve nmve support, but 10 & 2019 both seem to run MUCH faster when using nvme compared to ahci-hd. -Dustin On Thu, Apr 11, 2019 at 4:40 PM The Doctor via freebsd-virtualization wrote: > > Seems to be running slow on FreeBSD 12.0 p3. > > Just wondering if there are

Windows 2019 server

2019-04-11 Thread The Doctor via freebsd-virtualization
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 doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! https://www.empire.kred/ROOTNK?t=94a1f39b

Re: Windows 2019 server

2019-04-03 Thread Jason Tubnor
On Wed, 3 Apr 2019 at 19:57, Michael Reifenberger wrote: > Hi, > do you mean: > https://reviews.freebsd.org/D19695 > if yes I can confirm that with the patch I get ltsc-2019 installed and > running. Yes, that is the patch. ___

Re: Windows 2019 server

2019-04-03 Thread Michael Reifenberger
Hi, do you mean: https://reviews.freebsd.org/D19695 if yes I can confirm that with the patch I get ltsc-2019 installed and running. Greetings --- mike Zitat von Jason Tubnor : On Wed, 3 Apr 2019 at 01:56, Nick Wolff wrote: specific virt-io drivers for windows I'm not sure if that is

Re: Windows 2019 server

2019-04-03 Thread Michael Reifenberger
Hi, Zitat von Nick Wolff : Micheal, Would you mind trying with https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.118-1/ That is the iso I've used in the past with newer drivers failing(I don't think it caused a panic though when I dealt with it)

Re: Windows 2019 server

2019-04-02 Thread Jason Tubnor
On Wed, 3 Apr 2019 at 01:56, Nick Wolff wrote: > > specific virt-io drivers for windows I'm not sure if that is fixed now. I > think nvme paravirtual might also just work with windows but haven't > confirmed that lately. > > Initial testing with some out of tree patches has fixed issues with

Re: Windows 2019 server

2019-04-02 Thread Nick Wolff
Micheal, Would you mind trying with https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.118-1/ That is the iso I've used in the past with newer drivers failing(I don't think it caused a panic though when I dealt with it) Thanks, Nick Wolff On Tue,

Re: Windows 2019 server

2019-04-02 Thread Jason Barbier
happen to catch a stack trace for the crash? --- Jason Barbier | E: ja...@corrupted.io GPG: 0x40B8FA1D72EF0D89 (https://keybase.io/kusuriya) On Tue, Apr 2, 2019, at 9:05 AM, Michael wrote: > Hi, > I just tried on FreeBSD12 and Windows10, bhyve crashes when loading the > virtstor driver. > >

Re: Windows 2019 server

2019-04-02 Thread Michael
Hi, I just tried on FreeBSD12 and Windows10, bhyve crashes when loading the virtstor driver. Am 2. April 2019 16:56:13 MESZ schrieb Nick Wolff : >There is paravirtulized support in FreeBSD 11.2 and 12 but you need to >sideload the virtio drivers into windows. Sadly microsoft doesn't ship >with

Re: Windows 2019 server

2019-04-02 Thread Nick Wolff
There is paravirtulized support in FreeBSD 11.2 and 12 but you need to sideload the virtio drivers into windows. Sadly microsoft doesn't ship with them even with how "cloud" focused they are. Ahci-hd will allow you to get around this. I know we had some restrictions in the past on needing specific

Re: Windows 2019 server

2019-03-03 Thread Jason Tubnor
On Sat., 2 Mar. 2019, 8:48 pm Victor S Which kind of storage did you present to the Windows 2019 guest, paravirtualized or ahcd-hd ? ahci-hd is what you want with bhyve and uefi Cheers ___ freebsd-virtualization@freebsd.org mailing list

Re: Windows 2019 server

2019-03-03 Thread Victor Sudakov
Jason Tubnor wrote: > > > Which kind of storage did you present to the Windows 2019 guest, > > paravirtualized or ahcd-hd ? > > ahci-hd is what you want with bhyve and uefi Still no paravirtualized disks support for Windows guests, even in FreeBSD 12? How sad. -- Victor Sudakov, VAS4-RIPE,

Re: Windows 2019 server

2019-03-03 Thread Jason Tubnor
On Sun., 3 Mar. 2019, 12:06 pm The Doctor via freebsd-virtualization, < freebsd-virtualization@freebsd.org> wrote: > > > I was able to install in bhyve FreeBSD 11.2 hoever, the ethernet Driver > is not picking up. > > hints please. > Once you are installed, boot again with the virtio cd on an

Re: Windows 2019 server

2019-03-02 Thread The Doctor via freebsd-virtualization
On Sat, Mar 02, 2019 at 04:48:29PM +0700, Victor Sudakov wrote: > Florian Smeets via freebsd-virtualization wrote: > > On 16.02.19 13:38, The Doctor via freebsd-virtualization wrote: > > > Anyone got Windows 2019 server running in bhyve ? > > > > > > > Yes,

Re: Windows 2019 server

2019-03-02 Thread Victor Sudakov
Florian Smeets via freebsd-virtualization wrote: > On 16.02.19 13:38, The Doctor via freebsd-virtualization wrote: > > Anyone got Windows 2019 server running in bhyve ? > > > > Yes, on stable/12 (r343339) using > https://github.com/churchers/vm-bhyve/wiki/Running-Windo

Re: Windows 2019 server

2019-02-17 Thread Jason Tubnor
On Sun, 17 Feb 2019 at 23:35, The Doctor via freebsd-virtualization < freebsd-virtualization@freebsd.org> wrote: > On Sun, Feb 17, 2019 at 08:31:58AM +0100, Florian Smeets wrote: > > On 16.02.19 13:38, The Doctor via freebsd-virtualization wrote: > > > Anyone got Win

Re: Windows 2019 server

2019-02-17 Thread The Doctor via freebsd-virtualization
On Sun, Feb 17, 2019 at 08:31:58AM +0100, Florian Smeets wrote: > On 16.02.19 13:38, The Doctor via freebsd-virtualization wrote: > > Anyone got Windows 2019 server running in bhyve ? > > > > Yes, on stable/12 (r343339) using > https://github.com/churchers/vm-bhyve/wik

Re: Windows 2019 server

2019-02-17 Thread Florian Smeets via freebsd-virtualization
On 16.02.19 13:38, The Doctor via freebsd-virtualization wrote: > Anyone got Windows 2019 server running in bhyve ? > Yes, on stable/12 (r343339) using https://github.com/churchers/vm-bhyve/wiki/Running-Window. Worked like a charm. Florian signature.asc Description: OpenPGP digital signature

Windows 2019 server

2019-02-16 Thread The Doctor via freebsd-virtualization
Anyone got Windows 2019 server running in bhyve ? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! https://www.empire.kred/ROOTNK?t=94a1f39b Look at Psalms 14 and 53 on Atheis