-
-
Notifications
You must be signed in to change notification settings - Fork 180
Guest Example: FreeBSD
Matt Churchyard edited this page Oct 9, 2018
·
1 revision
These guests can be installed using the default template included with vm-bhyve. This uses the bhyveload
loader with no additional options.
# vm create myguest
# vm install myguest FreeBSD.iso
loader="bhyveload"
cpu=1
memory=256M
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0.img"
- For pfSense I used the embedded kernel option which seems to work perfectly.
Status
How-To / Examples
- Quickstart
- Full Example Template
- Using tmux
- Supported Guest Examples
- Disks
- Network Interfaces
- Datastores
- Virtual Switches
- NAT
- Grub Configuration
- Running Windows
- Running OmniOS
- Running Linux
- UEFI Graphics (VNC)
- Info Output Explained
- Serial Console Output with the UEFI
- VM migration
- Cloud Images
Development