-
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
Surface Drivers for Windows 11 now missing (catalog update script from "everydayintech" in use) #198
Comments
Thanks for sharing ... I'll check this later tonight to see if I can track down the issue. |
Also be aware this Repo doesn't have the drivers, they are part of the OSD Module so issues posted in this Repo may not be seen. Here's the OSD Repo https://github.com/OSDeploy/OSD |
Thanks for the response. I found that the issue happened in the current OSD v25.1.14.1. I looked back at v24.11.13.2 and the driver references for Windows 11 were present. |
Sorry. My mistake. I have them both starred in my github for quick reference. Didnt notice I was on the wrong repo |
I have a script that runs to build these, but I don't validate the links to make sure it ran properly (no time), so thanks for pointing this out |
Just verified. I booted up a test Surface Laptop 5 and stopped the startnet.cmd from running. I then made an edit to "Initialize-OSDCloudStartnet.ps1" in the existing OSD v24.11.13.2 baked into my WinRE image. I commented out lines 146 - 159 to keep the OSD module from updating. I then saved the script, and ran startnet.cmd again. After it had finished going through WiFi and got me to my image menu, I was able to call the surface driver catalog update and then download the correct windows 11 drivers for this SL5 |
On a device running Windows 11 and on/in the desktop environment, if I try and run the "Update-OSDCloudSurfaceDriverCatalogJustInTime.ps1" script, it looks like it only sees my device as a Windows 10 device.
I initially ran into this issue in WinRE, so I wanted to test it on a separate system in the Desktop environment to verify the issue was not with the image.
On this device, I have a fresh install of OSD. No modifications have been made. It will no longer pull Windows 11 driver links.
It looks like Windows 11 driver packs are not being merged into the catalog for this model (and possibly others?)
This is a Windows 11 24H2 system. This is what I have found so far digging though the catalogs
driverpacks.json has the driver packs listed:
However, CloudDriverPacks.json and MicrosoftDriverPackCatalog.json are now both missing Windows 11 drivers for this device while still listing Windows 10 drivers for these devices.
The text was updated successfully, but these errors were encountered: