Created
April 20, 2017 07:28
-
-
Save tykling/0149d10bdd9445517b2898ef51b5d829 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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