Skip to content

Instantly share code, notes, and snippets.

@kbruner
Created November 3, 2020 07:05
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/ca8d3c89858c9d0e3e20782444589dc7 to your computer and use it in GitHub Desktop.
Save kbruner/ca8d3c89858c9d0e3e20782444589dc7 to your computer and use it in GitHub Desktop.
boot Debian installer
root@nucklehead:/vm # bhyve -H -A -P \
-s 0,hostbridge \
-s 1,lpc \
-s 2:0,virtio-net,tap0 \
-s 3,virtio-blk,/dev/zvol/zroot/debianguest0 \
-s 31,ahci-cd,/vm/images/debian-10.6.0-amd64-netinst.iso \
-l com1,stdio \
-c 2 -m 1024M \
debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment