Skip to content

Instantly share code, notes, and snippets.

@tykling
Created April 20, 2017 07:28
Show Gist options
  • Save tykling/0149d10bdd9445517b2898ef51b5d829 to your computer and use it in GitHub Desktop.
Save tykling/0149d10bdd9445517b2898ef51b5d829 to your computer and use it in GitHub Desktop.
sudo chyves windowsguest2 create 32g
sudo chyves windowsguest2 set ram=2G
sudo chyves windowsguest2 set bhyve_net_type=e1000
sudo chyves windowsguest2 set loader=uefi
sudo chyves windowsguest2 set uefi_firmware=BHYVE_UEFI.fd
sudo chyves windowsguest2 set uefi_console_output=vnc
sudo chyves windowsguest2 set uefi_vnc_pause_until_client_connect=yes
sudo chyves windowsguest2 set eject_iso_on_n_reboot=3
sudo chyves windowsguest2 start win2012.iso
sudo chyves windowsguest2 get uefi_vnc_ip
sudo chyves windowsguest2 get uefi_vnc_port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment