Question: SCCM In Place Upgrade Task Sequence - How to apply driver before "Upgrade OS" step?

M Tran 491 Reputation points
2021-08-09T22:14:20.237+00:00

Hi,
I am not sure if I've done this right. We're rolling out win10 upgrade. If the laptop is the HP EliteBook 850 G3, the upgrade TS will stall at 44%. The culprit is the conexant audio driver. If I manually update the audio driver to Win10 version, then push the IPU, then the upgrade will be successful after that.

So I am trying to incorporate the driver update into the Task Sequence, like so....I only need to upgrade the audio driver, hence the audio driver package.

121811-image.png

121822-image.png

AFter putting the TS to the test, the step failed. I am not sure what to do. Did I not apply the driver correctly? Any advice is greatly appreciated.

121821-image.png

Microsoft Security Intune Configuration Manager Other
0 comments No comments
{count} votes

Accepted answer
  1. HanyunZhu-MSFT 1,846 Reputation points Microsoft External Staff
    2021-08-10T01:58:05.49+00:00

    Hi @MinaTran-2950,

    Thanks for posting in Microsoft Q&A forum.

    First, it is suggested to check if there is any error code or other useful information for troubleshooting in SMSTS.log.

    And there is another method that may meet your needs, please refer to the following steps:

    1. We could replace the step Apply Driver Package with the step Download Package Content.
      Adding the step Download Package Content to download the driver packages, and configure it to save the path as a variable.
      121630-1.png
      121786-2.png

    2) After Download Driver Package, add a step Set Task Sequence Variable action with the following settings:
    Task Sequence Variable: OSDUpgradeStagedContent
    Value: %_SMSTSMDataPath%\Drivers(the variable path set before)
    Condition: %_SMSTSMDataPath%\Drivers exists

    121841-3.png
    121842-4.png

    Hope the above information can help you.


    If the response is helpful, please click "Accept Answer"and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. M Tran 491 Reputation points
    2021-08-18T21:15:16.59+00:00

    @HanyunZhu-MSFT

    Hello, I would like to update that your instructions worked! Thank you so much for your time!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.