Hello,
I am getting 0x8007000E when I try and install Video Drivers using the Executable. For a little backfill, I have Captured the OS with installed drivers, which seems to remove the Video Drivers. I used the Install.wim initially to do this as well. I am using a variable in my task sequence "OSDPreserveDriveLetter" and the Value "False" before the "Apply OS" step.
The OS does install on the C:\, without the OSDPreserveDriveLetter I would end up on the D:\, then a few steps later, after the other default steps, I am using a Package to run the Video Driver install for IntelHD. I get this error indicating that there is not enough storage available.
Failed to run the last action: Graphics Driver for x240, T440 and T540. Execution of task sequence failed.
Not enough storage is available to complete this operation. (Error: 8007000E; Source: Windows)
I have looked around and found many posts pointing to RAM as being my issue. What I don't understand is how it is an issue when I have other devices that complete, which loads even more applications.
Now I know this isn't the preferred solution for deploying the OS, but at the moment it is what I can do to get hardware deployed while I work on the preferred solution.