Skip to content

Instantly share code, notes, and snippets.

@kbruner
Created November 3, 2020 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbruner/0be1bbcbce8e4250c351e108241f6327 to your computer and use it in GitHub Desktop.
Save kbruner/0be1bbcbce8e4250c351e108241f6327 to your computer and use it in GitHub Desktop.
bhyve-with-uefi
root@nucklehead:~ # bhyve -H -A -P \
-s 0,hostbridge \
-s 1,lpc \
-s 2,virtio-net,tap0 \
-s 3,virtio-blk,/dev/zvol/zroot/debianguest0 \
-l com1,stdio \
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
-c 2 -m 1024M \
-s 31,ahci-cd,/vm/images/debian-10.6.0-amd64-netinst.iso \
debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment