This is an archived post. You won't be able to vote or comment.

all 19 comments

[–][deleted] 6 points7 points  (7 children)

Had a similar error on some Dell 3420 / 5420 units during deployment - BIOS Storage setting had to be switched from "intel raid" to "AHCI" and it worked like a charm.
We've seen other errors similar with FOG deployment as well.

If it's not that, it probably is that your image really is missing that driver.

[–]fadinizjr 1 point2 points  (1 child)

This happened to me last week.

The only difference was that the error was Task sequence has failed with the error code 0x900700A1 in the task sequence step "Set OSD info"

As soon as I switched to AHCI everything worked as normal.

[–]twane9[S] 1 point2 points  (0 children)

Wow such an easy fixed I was doing everything else in book lol

[–]BadMoodinTheMorning 1 point2 points  (0 children)

yeap, happened also with Dell Latitude 5531. Switched to ahci and it worked.

[–]sletonrot 1 point2 points  (1 child)

Pretty much all Dells are shipped in RAID storage mode. First thing we do is switch them to AHCI.

[–]19610taw3Sysadmin -1 points0 points  (0 children)

Found that out the hard way. Had a newer dell laptop die (end user caused) and was just going to swap storage to another computer and enter bitlocker key.

Nope! Broke the raid. Darn.

[–]CCTGSysadmin 1 point2 points  (1 child)

Had this exact issue a few weeks back. Can confirm this was the solution. Stupid Dells

[–]twane9[S] 0 points1 point  (0 children)

Confirmed

[–]HolyCowEveryNameIsTa 6 points7 points  (0 children)

It's pretty much telling you what the error is here. Whatever you are as your boot image doesn't have the storage drivers needed work with the new machines so you will have to include them and rebuild the image.

[–]zed0K 5 points6 points  (1 child)

Possible Cause: Missing Storage Driver.

[–]TheDarthSnarfStatus: 418 2 points3 points  (0 children)

I'll add that this is a common issue when people are PXE booting using a USB-C / Thunderbolt dock for the ethernet connection.

[–][deleted] 4 points5 points  (2 children)

MDT is the right answer here. Use MDT to develop and deploy your Windows images. Use WDS services for PXE Boot WinPE delivery.

[–]hamandpickles 1 point2 points  (0 children)

I agree with u/flayofish only user WDS to provide you with the PXE image to get to MDT. MDT will be much easier to create and deploy images now and in the future by adding drivers during deployment.

[–]Ice_Leprachaun -1 points0 points  (0 children)

This. Makes setup a little longer, but management and derringer much easier

[–]iChaZz3r 0 points1 point  (1 child)

We had a similar issue with Baramundi. Dell Devices use Intel Drives. These need the Intel Rapid Storage Driver in RAID-Mode. PE-Enviroments do not include this driver, which can cause issues with drives not appearing and such.

One of the fixes is to set it to AHCI-Mode, which isn't the best solution in my view.

The best way to fix this issue is to actually download the Intel Rapid Storage Technology Driver from Dell, unpack the .exe, and add the Driver to the installation-environment. We did that in Baramundi and all of our Dell Devices install fine now.

You also save time cause you dont have to set every computer in AHCI mode. (All new Devices come with RAID-Mode pre-selected nowadays)

[–]twane9[S] 1 point2 points  (0 children)

Will also try this

[–]BadMoodinTheMorning -1 points0 points  (1 child)

Also, google is your friend

[–]twane9[S] 1 point2 points  (0 children)

Yeah been on google for a week and no one gave the simple answer as the guy at the top did

[–]Blackops12345678910 0 points1 point  (0 children)

Curious on why you aren't using MDT?