Hirdetés
-
PROHARDVER!
Sziasztok, udvozlunk mindenkit Magyarorszag legnagyobb VMware forumjaban!

Új hozzászólás Aktív témák
-
válasz
ratkaics
#5793
üzenetére
Itt a két cucc, egy NUC-hoz kellett gyártanom, szóval a community NIC (Realtek és újabb Intel) és NVME driverek mentek bele. (Windows 10-en futtattam, PS 5.x és PowerCLI modulok kellenek neki)
https://flings.vmware.com/community-networking-driver-for-esxi#instructions
https://flings.vmware.com/community-nvme-driver-for-esxi#Generate a new custom ISO with community network and nvme drivers injected
$esxiOfflineBundle = "C:\scripts\ESX\VMware-ESXi-7.0U3f-20036589-depot.zip"
$intelNicOfflineBundle = "C:\scripts\ESX\Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip"
$NVMeOfflineBundle = "C:\scripts\ESX\nvme-community-driver_1.0.1.0-3vmw.700.1.0.15843807-component-18902434.zip"
$newImageProfileName = "ESXi-7.0U3f-IntelNUC11"
Add-EsxSoftwareDepot $esxiOfflineBundle
Add-EsxSoftwareDepot $intelNicOfflineBundle
Add-EsxSoftwareDepot $NVMeOfflineBundle
$esxiImageProfileName = "ESXi-7.0U3f-20036589-standard"
$NETcommunity = Get-EsxSoftwarePackage | where {$_.name -eq "net-community"}
$NVMEcommunity = Get-EsxSoftwarePackage | where {$_.name -eq "nvme-community"}
New-EsxImageProfile -AcceptanceLevel CommunitySupported -CloneProfile $esxiImageProfileName -Name $newImageProfileName -Vendor YourCompanyName
Add-EsxSoftwarePackage -ImageProfile $newImageProfileName -SoftwarePackage $NETcommunity
Add-EsxSoftwarePackage -ImageProfile $newImageProfileName -SoftwarePackage $NVMEcommunity
# ISO
Export-EsxImageProfile -ImageProfile $newImageProfileName -ExportToIso -FilePath "C:\scripts\ESX\ESXi-7.0U3f-IntelNUC11.ISO"
Új hozzászólás Aktív témák
- Azonnali készpénzes nVidia RTX 5000 sorozat videokártya felvásárlás személyesen / csomagküldéssel
- 27% - MSI G255PF E2 Monitor! 1920x1080 / 1ms / 180Hz / FreeSync !
- 15" MacBook Air M3 16GB RAM/ 512GB SSD - 27% ÁFA (0424AB)
- AKCIÓ! Asus B150M i5 7400 8GB DDR4 128GB SSD 1TB HDD GTX 1060 3GB Zalman T3 Plus DeepCool 400W
- 27% - Számítógép! i7-4790 / GTX 1660 Super / 16GB DDR3 / 500GB SSD / 500w
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest


