ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

How to create a custom ESXi 6.5 ISO with VMware Image Builder GUI

By Vladan SEGET | Last Updated: January 23, 2017

Shares

As you know, previously, AutoDeploy and Image Builder played with PowerCLI only. Things have changed in vSphere 6.5 and now you have a possibility to build a custom image within the vSphere Web Client as the new GUI allows you to do that. So, today In the lab – How to create a custom ESXi 6.5 ISO with VMware Image Builder GUI. There will be quite a few screenshots, but I like doing those. The fact that VMware now has a GUI tool which is not very difficult to master is really cool.

So in my lab, I was able to add custom drivers and remove drivers from the original VMware ESXi 6.5 ISO. The resulted image was then exported as ISO or it can be used for AutoDeploy scenarios. You might also need to create a custom ESXi 6.5 ISO when you need to integrate other than the stocked VMware drivers, say you have a NIC card which has it's own drivers.

The lab has been now fully upgraded to vSphere 6.5 and I'm running vCenter based on Linux (vCenter server Appliance) VCSA 6.5. I had to build a custom ISO which had new drivers for the LSI 3008 storage controller (for vSAN HCL) and the X710-DA2 10GbE NICs. Then only I could upgrade my hosts.

You might be interested, I've documented different ways of upgrades:

  • How to Upgrade ESXi 6.0 to 6.5 via CLI [On Line]
  • How to Upgrade ESXi 6.0 to 6.5 via ISO
  • How to upgrade ESXi 6.0 to ESXi 6.5 via Offline Bundle
  • How to upgrade an ESXi 6.0 to ESXi 6.5 via VMware Update Manager

And also the upgrade of the vCenter:

  • How to Migrate Windows Based vCenter to VCSA 6.5 [Lab]
  • How to Migrate Windows based vCenter Server 6.0 to Windows vCenter 6.5 In-Place [LAB]

Also:

  • How to create a USB media with ESXi 6.5 Installation

So today I'll show you the steps which are necessary to configure and use the new ImageBuilder GUI and create a custom ISO via this tool. Now, this is not the only way to do it. You might know other methods, tools. I know also the free tool from Andreas Peetz (v-front.de) called ESXi customizer (unsupported no longer, but which has become a PowerShell script).

Few requirements:

Part 1 – Enable the service

  • Configure the vSphere ESXi Image Builder Service Startup Type – you'll do it by going to Administration > Then at System Configuration click Services > Select ImageBuilder Service, click the Actions menu, and select Edit Startup Type.
    • If you're on Windows then the vSphere ESXi Image Builder service is disabled. ( In the Edit Startup Type window, select Manual or Automatic to enable Auto Deploy.)
    • On the vCenter Server Appliance (my case) , the vSphere ESXi Image Builder service by default is set to Manual. If you want the service to start automatically upon OS startup, select Automatic > Click the Start the service icon.

For the Auto Deploy GUI to be visible in vSphere Web Client, both the Image Builder and Auto Deploy services must be running. You should have the ImageBuilder Service up and ruuning…

VMware vSphere 6.5 Image Builder and AutoDeploy

If you want to use vSphere ESXi Image Builder with thevSphere Web Client, log out of the vSphere Web Client and log in again. The Auto Deploy icon is then visible on the home page of the vSphere Web Client.  (by default it isn't).

VMware vSphere 6.5 Image Builder and AutoDeploy

Part 2 – start using ImageBuilder

Click the Autodeploy icon and you'll see the initial welcome page. You'll want to close this one I'm sure…

VMware vSphere 6.5 Image Builder and AutoDeploy

There are different TABS:

  • Software Depots
  • Deploy Rules
  • Deployed Hosts
  • Discovered Hosts

For now, we'll be just playing with the Images and depots. Not with the deploy rules, deployed hosts or discovered hosts.

Add a software depot first. Choose Custom depot (we will be importing the VMware-ESXi-6.5.0-4564106-depot.zip file into it).

VMware vSphere 6.5 Image Builder and AutoDeploy

Then Import the VMware-ESXi-6.5.0-4564106-depot.zip file downloaded from VMware.

VMware vSphere 6.5 ImageBuilder and Autodeploy

Next thing. The drivers. I had to import my two drivers. First one is the new driver for my x710-DA2 10GbE Intel NICs….

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

And also the LSI 3008 driver. This one is for the built-in storage controller. This storage controller is listed on the VSAN Hardware compatibility list (HCL).

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

The next step is to start the wizard and create an Image Profile.

VMware vSphere 6.5 ImageBuilder GUI and AutoDeploy

Put some meaningful name and description….

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

Select the software packages. In my case, I had to pick the i40e and the one for the LSI 3008. You doing it by drop down the menu and select the check box. Rinse and repeat for all your drivers.

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

Next, select the VMware ESXi 6.5 zip you have uploaded and deselect the drivers you want to exclude. In my case I don't want the old drivers. I don't want to to have both drivers on my ISO….

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

Then hit the Finish button.

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

And we have our new profile….

Note the other buttons (Edit, Delete, Clone, Compare to, Move to or Export…). The Export will interest us today.

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

You can generate ISO or Zip ….

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

Hit that Generate image button to generate new image…

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

Once done, you can download…

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

via your web browser….

VMware vSphere 6.5 Image Builder GUI and AutoDeploy

Check the follow-up post – VMware vSphere 6.5 and New Image Builder GUI – Cloning a profile.

That's all folks for today. We have configured VMware Autodeploy service and then we tested the new VMware vSphere image builder GUI. Yes, VMware has done a great job in this relase. We no longer have to be dependent on third party utilities for managing ESXi images.

Dedicated vSphere 6.5 Page here.

ESXi:

  • ESXi Commands List – networking commands [Part 2]  – useful to check BEFORE upgrade of ESXi !!! (HCL, Drivers, Firmware…)
  • How to Upgrade ESXi 6.0 to 6.5 via CLI [On Line]
  • How to Upgrade ESXi 6.0 to 6.5 via ISO
  • How to upgrade ESXi 6.0 to ESXi 6.5 via Offline Bundle
  • How to upgrade an ESXi 6.0 to ESXi 6.5 via VMware Update Manager
  • How to create a USB media with ESXi 6.5 Installation

vCenter Server:

  • How to deploy VMware VCSA 6.5 (VMware vCenter Server Appliance) – New!!
  • How to Migrate Windows based vCenter Server 6.0 to vCenter 6.5 (“In-Place”)
  • How to Migrate Windows Based vCenter to VCSA 6.5 [Lab] – Windows to Linux
  • How to Install VCSA 6.5 in VMware Workstation [LAB] – “testing”
  • VMware VCSA 6.5 Backup and Restore How-To

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
5/5 - (1 vote)

| Filed Under: Server Virtualization Tagged With: How to create a custom ESXi 6.5 ISO with VMware Image Builder GUI, VMware vSphere 6.5 and New Image builder GUI

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. jeff says

    March 6, 2017 at 4:59 pm

    hello, nice post.
    i’m trying to install esxi 6.5 but it does not recognize my network device, i ran a command suggested on a website and discovered the code “8086:15d6” described as an intel network device. do you know how can i create a vib file with the driver or some way to inject the driver on iso file?

    • Anil says

      October 2, 2017 at 1:58 pm

      Use the below tool get a zip created from a vib and then push it into the above wizard:

      https://www.v-front.de/p/esxi-community-packaging-tools.html#download

  2. Kannan says

    December 28, 2017 at 8:27 pm

    Great post ! Did you find a option to upload all the required drivers at one shot?. Importing all the drivers one by one and giving a name to it is a painful task. Also i couldn’t find an option to select all the needed drivers from the software depot.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in