Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 07:52:33 -0600
From:      The Doctor <doctor@doctor.nl2k.ab.ca>
To:        virtualization@freebsd.org, freebsd-virtualization@freebsd.org
Subject:   New edk2 is somewhat problematic
Message-ID:  <YpoSIRyPlYXu869v@doctor.nl2k.ab.ca>

next in thread | raw e-mail | index | archive | help


Here is a script I use to start a virtual macihne


#!/bin/sh
/usr/sbin/bhyve -ASHP  \
 -s 0:0,hostbridge \
 -s 31:0,lpc \
 -s 2:0,virtio-net,tap<number> \
 -s 3:0,virtio-blk,/usr/vm/images/<OS> \
 -c 4 -m <Memory allocated> \
 -s 29,fbuf,tcp=0.0.0.0:5953,w=1024,h=768,wait \
 -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
osguest &

Just recently I update some VMs and getting 

vm_run error -1, errno 14

when trying to use a VNC viewer.

If _CSM is added to bootrom, no pronblem.

What changed?

-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b  
Ontario, stop the madness and on 2 June vote Liberal! Beware https://mindspring.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YpoSIRyPlYXu869v>