Skip to content

Instantly share code, notes, and snippets.

@pr1ntf
Created July 29, 2015 04:13
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pr1ntf/17de59d78337376a7f2f to your computer and use it in GitHub Desktop.
Save pr1ntf/17de59d78337376a7f2f to your computer and use it in GitHub Desktop.
Quick and dirty Debian 8 in iohyve
# Create the VM
iohyve create debianvm 8G nmdm8
# Set the correct bootloader
iohyve set debianvm loader=grub-bhyve
# Fetch the image
iohyve fetch http://cdimage.debian.org/debian-cd/8.1.0/amd64/iso-cd/debian-8.1.0-amd64-netinst.iso
# Install
iohyve install debianvm debian-8.1.0-amd64-netinst.iso
# Console into the machine
iohyve console debianvm
# Once installation is finsihed, start as usual
iohyve start debianvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment