Jump to content

Recommended Posts

Posted (edited)

Hi all,

I'm struggling to rectify this error when pushing out an existing image via SCCM on a new Lenovo ThinkPad laptop.

thumbnail_processed-A11EA3B5-609B-420D-8456-257E2167DD1E.jpg

 

Screenshot 2024-07-25 111708.png

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 by MFG
Posted
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 :(
Posted
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.
Posted (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 by jslate1980
Posted
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
Posted
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.

Posted
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 :)
Posted

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

Posted
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.
Posted
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 :(
  • 1 year later...
Posted

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?

Posted

@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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...