Skip to content

Instantly share code, notes, and snippets.

@wunki
Created October 14, 2015 08:53
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wunki/e407c2935cabc5a232fd to your computer and use it in GitHub Desktop.
Save wunki/e407c2935cabc5a232fd to your computer and use it in GitHub Desktop.
Run Ubuntu with iohyve

Setup new server

  • iohyve create ubuntuguest 8G
  • iohyve set ubuntuguest loader=grub-bhyve
  • iohyve set ubuntuguest os=debian
  • iohyve set ubuntuguest ram=512M
  • iohyve set ubuntuguest cpu=2
  • iohyve set ubuntuguest con=nmdm1
  • iohyve install ubuntuguest ubuntu-14.04.3-server-amd64.iso
  • Drop in the console: iohyve console ubuntuguest
  • Destroy iohyve iohyve destroy ubuntuguest
  • Start again: iohyve start ubuntuguest
  • Console: iohyve console ubuntuguest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment