MFG Posted July 25, 2024 Posted July 25, 2024 (edited) Hi all, I'm struggling to rectify this error when pushing out an existing image via SCCM on a new Lenovo ThinkPad laptop. It gets to the Installations section and then fails with error code above, which suggests that the system cannot find the file specified however I think it's to do with the fact that I've never imaged this make and model of laptop as the laptops I've imaged before are Dell's. I've extracted and uploaded the drivers but it doesn't seem to make a difference, unless I'm missing a step? Can anyone help? TIA! Edited July 25, 2024 by MFG
3s-gtech Posted July 25, 2024 Posted July 25, 2024 Tried disabling the step that installs Z-Zip? You can always do that with GP or script afterwards.
MFG Posted July 25, 2024 Author Posted July 25, 2024 It's those two child task sequences that it's failing at for installing apps, there was an app before 7zip that it failed at first which I got rid of to see if it was that application but then it failed on the next one (which was 7zip) - I haven't tried removing the child TS's but there are quite a few apps on there that I'd like automatically installing
3s-gtech Posted July 25, 2024 Posted July 25, 2024 You can do apps separately in MDT, they don’t need to be in the TS. Is that the same for SCCM? I only have the OS, drivers and necessary scripts in the TS.
jslate1980 Posted July 25, 2024 Posted July 25, 2024 (edited) Is the app deploying normally through SCCM deployment? Has the app been distributed to the distribution point? If it is an issue with the application, delete it and recreate. Also tick the if an application fails, continue installing other applications in the list. Within the task sequence. Edited July 25, 2024 by jslate1980
MFG Posted July 25, 2024 Author Posted July 25, 2024 Yeahh all apps on the child TS are deploying fine, the task sequence itself works on other laptops such as HP ProBooks it just isn't working on the Lenovo ThinkBook as I've never imaged this model before which is why I thought it might be driver issue
jslate1980 Posted July 25, 2024 Posted July 25, 2024 Yeahh all apps on the child TS are deploying fine, the task sequence itself works on other laptops such as HP ProBooks it just isn't working on the Lenovo ThinkBook as I've never imaged this model before which is why I thought it might be driver issue Could be a driver issue, but usually would have failed before then.
MFG Posted July 25, 2024 Author Posted July 25, 2024 That's what I thought as when I've experienced this before it usually doesn't even get to the TS Wizard or fails at applying the OS. I'll try it again on another laptop that I know has been imaged before to see if it fails again to see if anything has changed recently to try and narrow it down
Steve21 Posted July 25, 2024 Posted July 25, 2024 0x80070002 can also be network access for the share where the files are held. Does the Network Access account have access to that share? (or alternatively Everyone permission etc) Seve
clareq Posted July 26, 2024 Posted July 26, 2024 So it's failing once you boot into full Windows? Could it be the Windows network drivers aren't installing? You should be able to restart the machine and log on with a local account and check drivers. As the TS works with other models it's not an app issue.
MFG Posted July 26, 2024 Author Posted July 26, 2024 It must be a driver issue as after the image fails, the mouse pad doesn't work on the laptop and it is stuck on airplane mode. I have downloaded all of the drivers from the device and imported them into SCCM. I've also distributed the driver package but I'm not sure what else I need to do to get them to apply
MFG Posted July 26, 2024 Author Posted July 26, 2024 Thanks all! After adding the drivers to the task sequence the image was successful
jimmy_2k Posted January 15 Posted January 15 Sorry to resurrect an old thread was it a Lenovo Thinkpad E14 Gen 5s with the Intel chipset? I'm having the same issue. Its a network driver and I have tried adding the network driver twice now and its not working. Maybe there is a different driver that works that I haven't tried?
MFG Posted January 15 Author Posted January 15 @jimmy_2k yes it was a ThinkPad! Do you have more than one device? If so, if you set it up as a standard user and use PowerShell to extract all the current drivers using PS C:\> Export-WindowsDriver -Online -Destination d:\drivers And import these into SCCM, hopefully this will fix the issue for you as I'm sure that this is what I did! Have you imported the drivers into the Task Sequence?
jimmy_2k Posted January 15 Posted January 15 I have tried by using the SCCM pack from the Lenovo website but I will try it that way and see if that helps
glen_j Posted January 15 Posted January 15 Did you add to the pxe boot image and update distribution points?
jimmy_2k Posted January 20 Posted January 20 Thanks for the advice, just tried all of that and no joy. The LAN driver just won't work unless manually installed 😞
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now