/etc/rc.conf.local:
vmd_flags=""
/etc/vmm.conf
vm "vm1.example.com" {
memory 512M
interfaces 1
disk "/dev/sd0a" #usb flash memory
kernel "/bsd"
}check vmm devices: ls /dev/vmm* /dev/vmm dmesg|grep vmm vmm0 at mainbus0: initialized vmm0: 4 VMX capable CPU(s), 4 are EPT capable cd /dev ./MAKEDEV vmm0 vmm0: unknown device run vmmctl and vmd: vmmctl enable vmmctl: connect: /var/run/vmd.sock: No such file or directory vmd -v fatal in vmd: can't open vmm device node /dev/vmm: Device not configured

