Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save micahyoung/212473810ec5e32dc43bc486c32be4aa to your computer and use it in GitHub Desktop.
Save micahyoung/212473810ec5e32dc43bc486c32be4aa to your computer and use it in GitHub Desktop.
Installing ESXi on Supermicro SYS‐E200‐8D
  1. Download ESX 6.5.0 from https://my.vmware.com/group/vmware/info?slug=datacenter_cloud_infrastructure/vmware_vsphere_hypervisor_esxi/6_0
  2. Download unetbootin https://unetbootin.github.io/
  3. Use unetbootin to Write ESXi image to USB
  4. Connect your USB, power and a Ethernet network with DHCP
  • Bottom left port of 4 is vnic0
  • Management port above the USB is optional
  1. Boot your machine and press DEL repeatedly after SUPERMICRO screen
  2. On the setup screen, go to the Save & Exit page
    • At the bottom under Boot Override, select UEFI to boot from your USB drive
  3. ESXi installer should start. Complete the installation to an internal drive, remove your USB
  4. Reboot your machine and press DEL repeatedly after SUPERMICRO screen
  5. On the setup screen, go to the Save & Exit page
    • At the bottom under Boot Override, pick UEFI OS to boot from your Internal drive
  6. Confirm ESXi boots and it has an IP
  7. Press F12 to reboot
  8. Reboot your machine and press DEL repeatedly after SUPERMICRO screen
  9. On the setup screen, go to the Boot page
    • For Boot Order item 1, set to UEFI Hard Disk: UEFI OS
    • Save and Exit with F4
  10. It should boot straight to ESXi each time now
  11. Confirm ESXi has booted using VMWare Fusion
    • File menu -> Connect to Server
    • Use the IP from the ESXi status screen,
@mikeschinkel
Copy link

I couldn't get the networking to work because I assumed all the network ports would work. I tried several but never tried the bottom left port until I read this. Thank you for posting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment