OSDeploy / OSD

OSD Shared Functions
MIT License
156 stars 63 forks source link

HP G11 generation not in CloudDriverPacks #160

Closed brasil1983 closed 2 months ago

brasil1983 commented 2 months ago

HP drivers for G11 models are not pulling from the catalog. Example missing elitebook 640 g11 driver pack image

https://hpia.hpcloud.hp.com/downloads/driverpackcatalog/HP_Driverpack_Matrix_x64.html

gwblok commented 2 months ago

Not sure when the internal OSD module catalogs will be updated. If you have an internet connection during the process, you can add this variable to your start up script and it will look directly out to HP during the OSD session to find the latest drivers packs

$Global:MyOSDCloud.HPCMSLDriverPackLatest = [bool]$true

You can see an example of how I image HP devices: https://github.com/gwblok/garytown/blob/master/Dev/CloudScripts/win11.ps1

Feel free to test my process... boot to the OSD Flash Drive Then run iex (irm win11.garytown.com) That will run the exact same process I use to image devices (including HP)

If you enable that varaible, OSD Cloud should find sp151985 for that platform:

image
gwblok commented 2 months ago

NOTE, you can also download that softpaq and extract it to your USBFlash Drive into the correct folder, and it will automatically be DISM'd in offline while in WinPE

That is typically what I do, it is faster.

image