Hi folks!
I'm trying to start a VM with the following command:
The result is the help text and a return value of 1. No log message or any hint else I could get a hunch of what I did wrong.
Any clues out there?
I'm trying to start a VM with the following command:
sh:
bhyve -c 8 -m 16G -Hwl bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd -U c3bbc794-729c-11ef-8d45-18c04d666a06 -u \
-s 0,hostbridge \
-s 31,lpc \
-s 4:0,virtio-blk,/dev/label/kubelet1 \
-s 5:0,virtio-net,tap0,mac=58:9c:fc:01:76:cd \
-s 6:0,fbuf,tcp=0.0.0.0:5999,w=1600,h=900 \
-s 7:0,xhci,tablet \
-l com1,/dev/nmdm-kubelet1.1A
Any clues out there?