Hi, I'm launching a Bhyve VM from a script:
Now I would like to restart or get info from it using
I there a way to let
Code:
bhyve \
-c 2 \
-m 4G \
-H -w \
-s 0,hostbridge \
-s 3,ahci-hd,/dev/zvol/datos/vms/Windows7/os_disk \
-s 5,virtio-net,tap1 \
-s 30,xhci,tablet \
-s 31,lpc \
-l com1,stdio \
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
windows_7
Now I would like to restart or get info from it using
bhyvectl
, but I'm getting this:
Code:
bhyvectl --force-reset --vm=windows_7
VM:windows_7 is not created.
I there a way to let
bhyvectl
know this VM without risk of deletion?.