Add drivers to esxi 6 iso

broken image
broken image

$MyProfile = New-EsxImageProfile -CloneProfile $CloneIP -Vendor $CloneIP.Vendor -Name (($CloneIP.Name) + '-customized') -Description $CloneIP.Description

broken image

$CloneIP = Get-EsxImageProfile ESXi-5.5.0-1331820-standard # Clone the ESXi 5.5 GA profile into a custom profile The following PowerCLI script will create an ESXi 5.5 installation ISO that includes the missing drivers: Well, the awesome ImageBuilder snap-in for PowerCLI can help. But what if you want to install a new machine from scratch with ESXi 5.5 that needs one of these drivers? These drivers still work with ESXi 5.5, and if you upgrade an ESXi 5.1 host to 5.5 then you can just keep and continue using them. In my previous post I warned that VMware has removed some drivers for officially unsupported NICs (Realtek and Marvell) from ESXi 5.5 (compared to ESXi 5.1 and 5.0 that still included them).