I'm trying to start a Proxmox VM using the qcow2 image on Windows using Qemu, however I can't figure out the correct parameters to start the machine.
Based on my settings in the Proxmox Web UI:
I tried to run this CLI snippet:
PS > .\qemu-system-x86_64.exe -bios ./share/OVMF.fd -hda ./image/vm-103-disk-0.qcow2 -hdb ./image/vm-103-disk-1.qcow2 -machine type=q35
However, I'm stuck on a black screen: