• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Some laptops cannot get past "Starting Windows"

    Scheduled Pinned Locked Moved Unsolved
    Windows Problems
    7
    22
    6.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mark.dangelo @george1421
      last edited by

      @george1421 said in Some laptops cannot get past "Starting Windows":

      we also develop our golden images on a vm, sysprep them and then capture with FOG. From there we use fog post install scripts to copy the appropriate drivers to the target computer during imaging. We previously instruct windows OOBE to look for drivers in a specific location when OOBE is running so the drivers get installed at that time. The system works pretty well. We support about 14 different hardware models in our fleet of computers (all Dell BTW).

      Thanks for the info! That is what we would like to do as well. Where do you store the drivers folder and do you specify this location in the unattend.xml script? Could you possibly send a step-by-step procedure for doing this, or perhaps some more information on it? You can PM as well. That would be awesome!

      Thanks!

      george1421G 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @mark.dangelo
        last edited by

        @mark.dangelo said in Some laptops cannot get past "Starting Windows":

        Where do you store the drivers folder and do you specify this location in the unattend.xml script?

        Sorry for the delay this one slipped through the cracks.

        The driver directory can be stored anywhere on the target computer that windows can reach during the OOBE process. I have seen some place the drivers in c:\driver, c:\windows\drivers, c:\windows\drv

        Then in your unattend.xml file you need to add this section

            <settings pass="offlineServicing">
                <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                    <DriverPaths>
                        <PathAndCredentials wcm:action="add" wcm:keyValue="1">
                            <Path>C:\Windows\DRV</Path>
                        </PathAndCredentials>
                    </DriverPaths>
                </component>
            </settings>
        

        ref: https://forums.fogproject.org/topic/8889/fog-post-install-script-for-win-driver-injection/4

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

        1 Reply Last reply Reply Quote 0
        • 1
        • 2
        • 2 / 2
        • First post
          Last post

        194

        Online

        12.0k

        Users

        17.3k

        Topics

        155.2k

        Posts
        Copyright © 2012-2024 FOG Project