Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dell Driver #21

Closed
T-Doschke opened this issue Apr 26, 2022 · 3 comments
Closed

Dell Driver #21

T-Doschke opened this issue Apr 26, 2022 · 3 comments

Comments

@T-Doschke
Copy link

Describe the bug
Get-OSDCatalogDellDriverPack.ps1 defines the $DownloadBaseURL as
$DownloadsBaseUrl = 'http://downloads.dell.com/'

Dell delivers here some Downloads but it seems its a mirror from original source.
So in this mirror is at the moment a broken .CAB file for Dell latitude 7490 (Model 081C)

If i try to Download Driverpack manually i get this page:
https://www.dell.com/support/home/de-de/drivers/DriversDetails?driverId=3F3NX
And that shows that Download base is https://dl.dell.com
$DownloadsBaseUrl = 'https://dl.dell.com/'

Think its for all other downloads the same base URL https://dl.dell.com

So change this line in Get-OSDCatalogDellDriverPack.ps1

cause script has the MD5 checksum from catalog.xml its possible to test the downloaded .CAB against its MD5 to see it is correct.

If i manually change this line i get the correct .CAB file, but in WinPE Phase OSD will be updated leading to "wrong" base URL and getting the broken .CAB File.

@gwblok
Copy link
Collaborator

gwblok commented Mar 18, 2024

@T-Doschke, can you confirm if this is still an issue? I'm trying to clean up old open issues. Thanks

@T-Doschke
Copy link
Author

T-Doschke commented Mar 18, 2024 via email

@gwblok
Copy link
Collaborator

gwblok commented Mar 19, 2024

Closing Issue. Thanks @T-Doschke for the quick response.

@gwblok gwblok closed this as completed Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants