Skip to content

Instantly share code, notes, and snippets.

@zhangyoufu
Created March 17, 2021 03:49
Show Gist options
  • Save zhangyoufu/8abe22780d7946d0661b496cfceab121 to your computer and use it in GitHub Desktop.
Save zhangyoufu/8abe22780d7946d0661b496cfceab121 to your computer and use it in GitHub Desktop.
ESXi reboot via Quick Boot
#!/bin/sh
set -ex
/bin/loadESXEnable -e
/usr/lib/vmware/loadesx/bin/loadESX.py
/bin/reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment