vpx This suggestion changed QEMU behavior a bit:
QEMU window became resizable and rescalable even before the attempted launch of the DE which was nice.
A cool GhostBSD logo was flashing for a bit (a picture apparently).
The error is the same though.
I've tried the following commands:
qemu-system-x86_64 --enable-kvm -vga virtio -drive if=pflash,index=0,format=raw,file="/home/user/Downloads/OVMF_CODE.fd",readonly=on -drive if=pflash,index=1,format=raw,file="/home/user/Downloads/OVMF_VARS.fd" -m 8G -cpu host -smp 4 -boot d '/home/user/GhostBSD-26.1-R15.0p2.iso'
qemu-system-x86_64 --enable-kvm -vga vmware -drive if=pflash,index=0,format=raw,file="/home/user/Downloads/OVMF_CODE.fd",readonly=on -drive if=pflash,index=1,format=raw,file="/home/user/Downloads/OVMF_VARS.fd" -m 8G -cpu host -smp 4 -boot d '/home/user/GhostBSD-26.1-R15.0p2.iso'
qemu-system-x86_64 --enable-kvm -drive if=pflash,index=0,format=raw,file="/home/user/Downloads/OVMF_CODE.fd",readonly=on -drive if=pflash,index=1,format=raw,file="/home/user/Downloads/OVMF_VARS.fd" -m 8G -cpu host -smp 4 -boot d '/home/user/GhostBSD-26.1-R15.0p2.iso'