From: gernot.strasser@freenet.de
To: illumos-discuss <discuss@lists.illumos.org>
Subject: [discuss] bhyve, Server 2022 and vnc
Date: Fri, 22 Nov 2024 12:01:56 -0500 [thread overview]
Message-ID: <17322949160.CbAAe.625812@composer.illumos.topicbox.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1778 bytes --]
Hello,
I am wrapping my head around an issue with bhyve and a Windows Server 2022 guest I need to install.
I am running latest Smartos, but for easier debugging I start bhyve in the GZ using the following script:
----------------------------------------------------------------------------------------
#!/bin/sh
bootrom=/usr/share/bhyve/uefi-rom.bin
WINDOWS_INSTALL_CD=/zones/iso/server2022.iso
VIRTIO_DRIVER_CD=/zones/iso/virtio-win-0.1.262.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 6:0,virtio-net-viona,vnic0 \
-s 6:1,ahci-cd,$VIRTIO_DRIVER_CD \
-s 4:0,ahci-cd,$WINDOWS_INSTALL_CD \
-s 5:0,nvme,/dev/zvol/rdsk/zones/a7ed5287-5b0f-4004-a6d5-0360c1964bcd-disk0 \
-s 28,fbuf,vga=off,tcp=0.0.0.0:5801,w=1024,h=768,wait \
-s 29,xhci,tablet \
-s 31,lpc \
windows
--------------------------------------------------------------------------------------------------------
I connect using vnc to port 5801, windows boots from the iso and the setup starts asking for language and such, but I cannot use mouse or keyboard to continue.
Doing the very same on the same system with a Server 2019 iso works as expected.
Any ideas where to look at?
thx
------------------------------------------
illumos: illumos-discuss
Permalink: https://illumos.topicbox.com/groups/discuss/T749ade692a62789f-Me5690788210b738d6bc7677f
Delivery options: https://illumos.topicbox.com/groups/discuss/subscription
[-- Attachment #2: Type: text/html, Size: 3146 bytes --]
next reply other threads:[~2024-11-22 17:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-22 17:01 gernot.strasser [this message]
2024-11-24 12:21 ` [discuss] " gernot.strasser
2024-11-29 8:31 ` gernot.strasser
2024-11-29 8:32 ` gernot.strasser
2024-12-13 3:41 ` mark.gilbert via illumos-discuss
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17322949160.CbAAe.625812@composer.illumos.topicbox.com \
--to=gernot.strasser@freenet.de \
--cc=discuss@lists.illumos.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).