mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
Makes some sense as we display "uefi" under "Loader" when listing guests and only one can be set. Old uefi="" setting can still be set to "csm" to choose the csm firmware.
14 lines
441 B
Plaintext
14 lines
441 B
Plaintext
# DragonFly 4.6 and later can boot with UEFI. The Dragonfly installer works
|
|
# with UEFI beginning at 4.8
|
|
loader="uefi"
|
|
# The live CD has a serial console, but the installer requires graphics
|
|
graphics="yes"
|
|
cpu=1
|
|
# 4GB of RAM is the minimum when using HAMMER.
|
|
memory=4G
|
|
network0_type="virtio-net"
|
|
network0_switch="public"
|
|
# The installer requires ahci. It can't correctly partition a virtio-blk
|
|
disk0_type="ahci-hd"
|
|
disk0_name="disk0.img"
|