Giter Site home page Giter Site logo

nick814 / easy-esxi-builder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from soulteary/easy-esxi-builder

1.0 0.0 0.0 8 KB

Still having trouble building environments for ESXi? Just use this one-click tool.

Home Page: https://soulteary.com/2023/01/29/how-to-easily-create-and-install-a-custom-esxi-image.html

License: Apache License 2.0

Shell 4.49% Dockerfile 95.51%

easy-esxi-builder's Introduction

Easy ESXi Builder

Still having trouble building environments for ESXi? Just use this one-click tool.

Usage

Get Builder Tools:

docker pull soulteary/easy-esxi-builder:2023.01.29

Download ESXi Offline Bundle (eg: VMware-ESXi-8.0-20513097-depot.zip) and the community drivers or applications as you need, put them at the same directory, run:

docker run --rm -it -v `pwd`:/data soulteary/easy-esxi-builder:2023.01.29

Enter the docker build env, and build the ESXi image as the same:

# eg, add base image
Add-EsxSoftwareDepot /data/VMware-ESXi-8.0-20513097-depot.zip

# eg, add community NVMe driver
Add-EsxSoftwareDepot /data/nvme-community-driver_1.0.1.0-3vmw.700.1.0.15843807-component-18902434.zip

# eg, add community PCIe driver
Add-EsxSoftwareDepot /data/Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip

# eg, add community USB driver
Add-EsxSoftwareDepot /data/ESXi800-VMKUSB-NIC-FLING-61054763-component-20826251.zip

# etc ...

# get the image profile, create new profile

Get-EsxImageProfile
New-EsxImageProfile -CloneProfile "ESXi-8.0.0-20513097-standard" -name "ESXi-8.0.0-20513097-standard-nic" -vendor "soulteary"

# get the community drivers, and add them to new profile

Get-EsxSoftwarePackage 

Add-EsxSoftwarePackage -ImageProfile "ESXi-8.0.0-20513097-standard-nic" -SoftwarePackage "nvme-community"
Add-EsxSoftwarePackage -ImageProfile "ESXi-8.0.0-20513097-standard-nic" -SoftwarePackage "net-community"
Add-EsxSoftwarePackage -ImageProfile "ESXi-8.0.0-20513097-standard-nic" -SoftwarePackage "vmkusb-nic-fling"

# make new installer, save iso to `/data`

Export-EsxImageProfile -ImageProfile "ESXi-8.0.0-20513097-standard-nic" -ExportToIso -FilePath /data/ESXi8.iso

Full Guide Here (maybe need translate): https://soulteary.com/2023/01/29/how-to-easily-create-and-install-a-custom-esxi-image.html

easy-esxi-builder's People

Contributors

soulteary avatar

Stargazers

激烈的海胆 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.