Re: bhyve - windows7 installation

2018-03-03 Thread Andriy Gapon
On 02/03/2018 21:01, Ludovit Koren wrote: > I applied the patch and I got the following error for usb in windows: > > This device cannot find enough free resources that it can use. (Code 12) > > If you want to use this device, you will need to disable one of the other > devices on this system. >

Re: bhyve - windows7 installation

2018-03-02 Thread Ludovit Koren
> Andriy Gapon writes: > On 01/03/2018 16:06, Rodney W. Grimes wrote: >> Due to the design of the IOMMU you can only manage IO space in page >> (4096 on x86) granually sizes. The device your trying to pass in >> has a 1024 byte memory region that is part of a 4096 byte page t

Re: bhyve - windows7 installation

2018-03-02 Thread Andriy Gapon
On 02/03/2018 17:11, Rodney W. Grimes wrote: > Andriy, > Thanks for providing this patch, I tried to find the repository > it is in with google and did not, is this a private repository? Yes, a repo for my private development. > Either way would it be ok with you if I published, with attribution

Re: bhyve - windows7 installation

2018-03-02 Thread Rodney W. Grimes
> > Andriy Gapon writes: > > > On 01/03/2018 16:06, Rodney W. Grimes wrote: > >> Due to the design of the IOMMU you can only manage IO space in page > >> (4096 on x86) granually sizes. The device your trying to pass in > >> has a 1024 byte memory region that is part of a 4096

Re: bhyve - windows7 installation

2018-03-02 Thread Harry Schmalzbauer
Bezüglich Ludovit Koren's Nachricht vom 01.03.2018 19:29 (localtime): >> Rodney W Grimes writes: > > >> > Harry Schmalzbauer writes: … > >> bhyve: passthru device 0/26/0 BAR 0: base 0xd4739000 or size 0x400 not > page aligned > >

Re: bhyve - windows7 installation

2018-03-01 Thread Ludovit Koren
> Andriy Gapon writes: > On 01/03/2018 16:06, Rodney W. Grimes wrote: >> Due to the design of the IOMMU you can only manage IO space in page >> (4096 on x86) granually sizes. The device your trying to pass in >> has a 1024 byte memory region that is part of a 4096 byte page t

Re: bhyve - windows7 installation

2018-03-01 Thread Andriy Gapon
On 01/03/2018 16:06, Rodney W. Grimes wrote: > Due to the design of the IOMMU you can only manage IO space in page > (4096 on x86) granually sizes. The device your trying to pass in > has a 1024 byte memory region that is part of a 4096 byte page that > may have other things in it. > > At this ti

Re: bhyve - windows7 installation

2018-03-01 Thread Rodney W. Grimes
> > Rodney W Grimes writes: > > >> > Harry Schmalzbauer writes: > >> > >> > Bez?glich Ludovit Koren's Nachricht vom 01.03.2018 08:22 > (localtime): > >> >> > >> >> Hi, > > ... > >> > After connecting via VNC the vm boots from DVD and you see the setup >

Re: bhyve - windows7 installation

2018-03-01 Thread Ludovit Koren
> Rodney W Grimes writes: >> > Harry Schmalzbauer writes: >> >> > Bez?glich Ludovit Koren's Nachricht vom 01.03.2018 08:22 (localtime): >> >> >> >> Hi, > ... >> > After connecting via VNC the vm boots from DVD and you see the setup >> > program. You won

Re: bhyve - windows7 installation

2018-03-01 Thread Harry Schmalzbauer
Bezüglich Ludovit Koren's Nachricht vom 01.03.2018 14:33 (localtime): >> Harry Schmalzbauer writes: … > > I'd suggest the following mass storage config (adding a second ODD with > > the virtio-141 drivers): > > -s > > > 3,ahci,hd:/dev/zvol/zroot/msw7,sectorsize=512/8192,cd:./

Re: bhyve - windows7 installation

2018-03-01 Thread Rodney W. Grimes
> > Harry Schmalzbauer writes: > > > Bez?glich Ludovit Koren's Nachricht vom 01.03.2018 08:22 (localtime): > >> > >> Hi, ... > > After connecting via VNC the vm boots from DVD and you see the setup > > program. You won't have mouse support, but keyboard's been working,

Re: bhyve - windows7 installation

2018-03-01 Thread Ludovit Koren
> Harry Schmalzbauer writes: > Bezüglich Ludovit Koren's Nachricht vom 01.03.2018 08:22 (localtime): >> >> Hi, >> >> on FreeBSD 11.1-STABLE #0 r329013, I was trying to install windows7 >> using bhyve. I run the following commands: >> >> mkdir -p iso-remaste

Re: bhyve - windows7 installation

2018-03-01 Thread wishmaster
--- Original message --- From: "Ludovit Koren" Date: 1 March 2018, 11:40:05 > > > Hi, > > on FreeBSD 11.1-STABLE #0 r329013, I was trying to install windows7 > using bhyve. I run the following commands: > > mkdir -p iso-remaster/virtio > /usr/local/bin/7z x > en_windows_7_professi

Re: bhyve - windows7 installation

2018-03-01 Thread Harry Schmalzbauer
Bezüglich Ludovit Koren's Nachricht vom 01.03.2018 08:22 (localtime): > > Hi, > > on FreeBSD 11.1-STABLE #0 r329013, I was trying to install windows7 > using bhyve. I run the following commands: > > mkdir -p iso-remaster/virtio > /usr/local/bin/7z x > en_windows_7_professional_with_sp1_vl_build_x

bhyve - windows7 installation

2018-03-01 Thread Ludovit Koren
Hi, on FreeBSD 11.1-STABLE #0 r329013, I was trying to install windows7 using bhyve. I run the following commands: mkdir -p iso-remaster/virtio /usr/local/bin/7z x en_windows_7_professional_with_sp1_vl_build_x64_dvd_u_677791.iso -oiso-remaster tar xf virtio-win-0.1.141.iso -C iso-remaster/vir