Git Product home page Git Product logo

esxi-custom-iso's Introduction

☁️ Custom VMware ESXi ISO build scripts

Add final versions of VMware Flings for network drivers, nvme drivers & usb nic drivers to ESXi 8, 7 & 6 ISO images.

For ESXi 8.x ISO: esxi8-nvme-usbnic.ps1

  • Choose a specific ESXi 8 version from the menu to add VMWare Community NVME & USB NIC drivers + latest GhettoVCB backup.

For Esxi 7.x ISO: esxi7-nvme-nic-usbnic.ps1

  • Choose a specific ESXi 7 version from the menu to add VMWare Community NVME, NIC & USB NIC driver + latest GhettoVCB backup.

For ESXi 6.7 ISO (Zimaboard compatible): esxi6.7-nvme-usbnic-zimanic.ps1

  • Builds latest ESXi 6.7 with Zimaboard's Realtek 1GbE NIC driver, VMware Community NVME & USB NIC drivers + latest GhettoVCB backup.
  • If using Esxi 6.7 with Zimaboard, full duplex on ESXi NIC & physical switch may perform much faster.

Screeshot

  • Zimaboard's optional RTL 8125 2.5GbE NIC driver for ESXi 6.7 can be found here
    • To manually install:esxcli software vib install -v net-r8125-9.011.00-10.vib
    • To manually remove: esxcli software vib remove -n net-r8125

🛠️ Prerequisites for building ESXi ISOs:

VMWare's PowerCLI requires Python, but due to the large number of Python versions available, many inconsistencies and bugs with PowerCLI can surface. Stick to what works...

  1. Install specifically Python 3.7.9 from here (Install with "Add Python to PATH" checked and at the end of the install wizard select "override path length limit").

  2. Install VMware's PowerCLI tool:

    Install-Module VMware.PowerCLI
    
  3. Upgrade Python PIP:

    C:\Users\%username%\AppData\Local\Programs\Python\Python37\python.exe -m pip install --upgrade pip
    
  4. Add extra Python dependencies:

    C:\Users\%username%\AppData\Local\Programs\Python\Python37\Scripts\pip3.7.exe install six psutil lxml pyopenssl
    
  5. Set the python.exe path:

    Set-PowerCLIConfiguration -PythonPath C:\Users\%username%\AppData\Local\Programs\Python\Python37\python.exe
    
  6. Run the desired script to start building your ISO 🚀

Note: After Broadcom's acquisition of VMWare in October 2023, the VMware Flings community download site has been taken offline and its future is uncertain. The latest driver vibs were saved to this repo just before the site was closed down. A copy of the entire flings.vmware.com site now can be found at https://archive.org/details/flings.vmware.com.

esxi-custom-iso's People

Contributors

itiligent avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.