Product Announcements

Creating an ISO Image from a VMware Patch File

Posted on 25 July, 2012 by Kyle Gleed, Sr. Technical Marketing Architect, VMware

Ever wondered how to create an ISO image from a patch that was downloaded from VMware’s web site?  Here are the steps: 

(1) Download the patch from VMware's web site.  For help with the patch portal check here.  At the time I’m writing this the latest 5.0 patch is "ESXi500-201207001.zip" so I’ll use it.  As an FYI, here’s a link to the patch release notes.

(2) Start PowerCLI and import the patch using the “Add-EsxSoftwareDepot” cmdlet:

2


(3) View the available image profiles using the “Get-EsxImageProfile” cmdlet:

3

With each patch there will typically be an image profile with all the updates (security fixes, bug updates and enhancements) and one with just the security updates.  The patch release notes explains why:

Starting with ESXi 5.0 Update 1, VMware patch and update releases contain general and security-only image profiles.  Security-only image profiles are applicable to new security fixes only.  No new bug fixes are included, but bug fixes from earlier patch/update releases are included.

The general release image profile supersedes the security-only profile. Application of the general release image profile applies to new security and bug fixes.

The security-only image profiles are identified with the additional "s" identifier in the image profile name.”

For more information on how patches are classified in terms of bug fixes, security fixes and enhancements refer to KB article 2014447.

(4) Use the "Export-EsxImageProfile" cmdlet to save the image profile of your choice as an ISO image that you can use to boot your hosts and run the installer.

4

For more information on the ESXi Image Builder:

Using the ESXi Image Builder CLI

Image Builder and Auto Deploy PowerCLI Quick Reference

Follow me on Twitter @VMwareESXi