-
Notifications
You must be signed in to change notification settings - Fork 63
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
OSDCloud drops during stage of downloading drivers from MS Update Catalog while in WinPE #122
Comments
I'm working on a Fix, just uploaded a Try/Catch to hopefully allow it to continue when this happens. |
The error message happens right after Line 88 in the Save-MSUpCatDriver.ps1 file. I've added the Try / Catch for now. |
Pretty sure the error is here:
When all the if-statements between lines 93-107 fail to find anything, the variable is null. Changing the condition in line 109 to one of these might fix it: $null -ne $WindowsUpdateDriver
$null -ne $WindowsUpdateDriver -and $WindowsUpdateDriver.Guid The same change should probably be applied to to line 206.
|
@0x4448 check the newest release, 24.3.10.1. |
David did some updates for 24.3.10.1 - Issue should be resolved now. I'll do some testing, but I'm closing for now. |
@gwblok what do you think? #======================================================================= |
@AkosBakos, where would that go? Looks like there are a couple of scripts in OSD module that install that module, so we'd have to make sure we got all of them. I wonder if we should have a separate function for installing that module, then use that function in all of the different places it's called. Part of me thinks we should make it auto install onto the Flash Drive when we're building the OSDCloud Flash Drive. |
Considering Closed for now with recently update to OSD Module, please create a new issue if the problem comes up again. |
Describe the bug
When running OSDCloud, it MIGHT Fail to download drivers from Windows Update Catalog in WinPE
To Reproduce
Steps to reproduce the behavior:
Run OSDCloud and MAYBE it will happen. I've had mixed results on different hardware.
Test machine that consistently failed: HP ProDesk 400 G1 - 18E9
Expected behavior
It would download successfully
Screenshots
Additional context
https://twitter.com/gwblok/status/1766243562033922132
The text was updated successfully, but these errors were encountered: