Date: Sat, 14 Oct 2017 01:34:16 +0100 From: Paul Webster <paul.g.webster@googlemail.com> To: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCf0L7QstC+0LvQvtGG0LrQuNC5?= <tarkhil@webmail.sub.ru> Cc: freebsd-virtualization@freebsd.org Subject: Re: Bhyve and windows 2012/2016 Message-ID: <CADdqeiNUF_xZW%2Br=%2B1C_P%2B0cHr2SwO0vzXEXG7yvf0MR4zerOQ@mail.gmail.com> In-Reply-To: <90634b92-dea2-0866-39fc-a1c36e1a9800@webmail.sub.ru> References: <90634b92-dea2-0866-39fc-a1c36e1a9800@webmail.sub.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <tar=
khil@webmail.sub.ru>
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADdqeiNUF_xZW%2Br=%2B1C_P%2B0cHr2SwO0vzXEXG7yvf0MR4zerOQ>
