After several test on different hardware platfoms I believe I found a pattern:

- Win10, Server 2019 vnc input works as expected, both Intel or AMD hardware
- Win11, Server 2022 and 2025  vnc input works as expected on AMD platforms
- Win11, Server 2022 and 2025 vnc input does not work on any Intel platforms I 
tested

Here is stripped down version of my above startup script, requiring only a 
server2022.iso in case somebody wants to confirm/deny my findings:

#!/bin/sh
bootrom=/usr/share/bhyve/uefi-rom.bin
WINDOWS_INSTALL_CD=/zones/iso/server2022.iso
[ "$1" = "-k" ] || pfexec bhyvectl --vm=windows --destroy
bhyve -H -w \
        -s 0,hostbridge,model=i440fx \
        -B "1,product=SmartOS HVM" \
        -l bootrom,$bootrom \
        -l com1,stdio \
        -c 2 \
        -m 4G \
        -s 4:0,ahci-cd,$WINDOWS_INSTALL_CD  \
        -s 28,fbuf,vga=off,tcp=0.0.0.0:5801,w=1024,h=768,wait \
        -s 29,xhci,tablet \
        -s 31,lpc \
        windows

thx
------------------------------------------
illumos: illumos-discuss
Permalink: 
https://illumos.topicbox.com/groups/discuss/T749ade692a62789f-Mff1d99e10f2149161aa87a0d
Delivery options: https://illumos.topicbox.com/groups/discuss/subscription

Reply via email to