Hello,

On Fri, 3 Jun 2022 07:52:33 -0600
The Doctor <doc...@doctor.nl2k.ab.ca> wrote:

> 
> 
> 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
> 

 Fixed by
https://cgit.freebsd.org/ports/commit/?id=3023881d2e9b0f07aeca701e99caed5039206e06

 Cheers,

-- 
Emmanuel Vadot <m...@bidouilliste.com> <m...@freebsd.org>

Reply via email to