make_custom_esxi
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
make_custom_esxi [2020/02/23 11:31] – admin | make_custom_esxi [2022/01/25 21:57] (current) – chris | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | *****How to make a custom ESXi installation***** | + | **How to make a custom ESXi installation** |
+ | |||
+ | you can make an ESXi ISO image with drivers you need, yourself. First of all you need to install the ESX Powershell on your Windows10 machine. To do is open a PowerShell in Administrator mode and install the VMWare PowerShell by typing: | ||
+ | |||
+ | Install-Module -Name VMware.PowerCLI | ||
+ | |||
+ | Step-by-Step install: | ||
+ | |||
+ | Step 1: Install ESXi PowerShell Module | ||
+ | Run PowerShell with elevated privilege (run as administrator) | ||
+ | PS D:\> Install-Module -Name PowerShellGet -Force | ||
+ | PS D:\> Install-Module -Name VMware.PowerCLI | ||
+ | |||
+ | Step 2: Changing the Windows PowerShell Script Execution Policy | ||
+ | PS D: | ||
+ | |||
+ | Step 3: Download ESXi-Customizer-PS | ||
+ | Go to https:// | ||
+ | |||
+ | Step 4: Run PowerShell script (see below) | ||
+ | |||
+ | |||
+ | this could take some time. Eventually you should have the ESXi-Customizer-PS-vX.X.X on your Desktop. | ||
+ | |||
+ | Next you need to know what drivers you are installing. Therefore you need list of available drivers. You can find this list by following this link: | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Once you found the driver you need, make a note of the name like net55-r8168. | ||
+ | |||
+ | We now can create a ESXi ISO with the driver you need. To do this open your PowerShell as administrator and enter the following | ||
+ | |||
+ | C: | ||
+ | |||
+ | OK to clarify this command line: | ||
+ | |||
+ | ESXI-Customizer-PSxxx is the ESXi PowerShell you just installed. Note that you need to know where you have put it. In this case it's on the Desktop. | ||
+ | |||
+ | Next -v67 is the ESXi Version you like to install like v55 or v60. In this case its ESXi Version 6.7 (v67) | ||
+ | |||
+ | -sip -vft -load are parameters to make sure everything is package in you ISO via an Online Repository. | ||
+ | |||
+ | Lastly we enter the packages we like to have in our ESXI ISO image. | ||
+ | |||
+ | Hit return and follow the instructions. It should finish with you ISO packaged with your drivers in it. | ||
+ | |||
+ | Next start RUFUS and make your bootable USB. | ||
+ | |||
+ | |||
+ | |||
+ | UPDATE!!! | ||
+ | ========= | ||
+ | |||
+ | If you encounter the issue that your connection is refused/ | ||
+ | |||
+ | | ||
+ | Reboot the machine and try again. This issue is due to the use of SSL3. | ||
make_custom_esxi.1582453891.txt.gz · Last modified: 2020/02/23 11:31 by admin