Under construction.
Install needed packages
pkg infoCheck which packages are installed. Needed are:
vm-bhyve— Management system for bhyve virtual machinesbhyve-firmware— Collection of Firmware for bhyvekldstatKernel modules
vmm.ko— virtualzation driverzfs.ko— for the file system
Working with vm
This the the management system with which we will start, stop update and maintain the guests
vm start jupyter- start a virtual machine with name jupyter
vm list- list all virtual machine
vm info- Check information about running virtual machines (guests)
vm stop jupyter- stop gracefully the virtual machine with name jupyter
vm poweroff jupyter- stop forcefully the virtual machine with name jupyter
vm console jupyter- connect to the virtual machine console and log on
exit- It is a good idea to logoff the host before exiting the vm console
- Press
~(tilde) then^D(Ctrl+D) to terminate the console - you may need to press
Shiftto enter the tilde character; only the righthand shift works, pressing left shift with tilde simply supplies tilde to the guest (console)