tps10 Posted September 10, 2015 Report post Posted September 10, 2015 So I have been beating my head against the wall here trying to figure out how to get this to work so we can image Surface Pros with Windows 10. I am able to image them using SCCM 2012 R2 SP1 but they don't get any of the drivers. Well doing some research it appears they need the updated version of DISM (which you get with the newer Windows 10ADK) Test environment Windows Server 2012 R2 Standard ConfigMgr 2012 R2 SP1 CU1 Windows ADK 10 (initially it was ADK 8.1) Surface Pro 3 Once I realized I can't install drivers using the version of WinPE with ADK 8.1, I followed the below instructions to upgrade to ADK 10. Upgrade to ADK10 Ok, so the upgrade went fine but then whenever I try and add new boot images I get the following error: "The specified file cannot be imported. Make sure the file is not read only and you have read and write access to it." I looked at the SMSPROV log file and get the following error every time I try and create a boot image. I think I have narrowed it down to permissions in C:\Windows\Temp on the server (which seems to be where it stages all it's boot image files). When you add a boot image, it creates a folder (in my case BootImages) in the Temp folder. Well shortly after it errors out and when I go look in the temp folder sure enough it created the BootImages folder, but when I try and open it I get an error saying I don't currently have permission to access this folder. Click here to permanently get access. Well I can do that, and even give it all the permissions I want and then go in and out of that folder all day long. The secound I go back and try and add a boot image however, the permissions reset and I am denied access to that folder. Really want to get this working the way it should and not deal with putting band-aids on existing boot images because you lose the ability to update it through the console. Quote Share this post Link to post Share on other sites More sharing options...
pembertj Posted September 10, 2015 Report post Posted September 10, 2015 I imported the boot images for Win10 once and it worked fine, I wanted to go back and re-import another copy to do some additional testing and have also ran into this error with no solution yet... ~Tom Quote Share this post Link to post Share on other sites More sharing options...
tps10 Posted September 10, 2015 Report post Posted September 10, 2015 Im wondering if I were to uninstall SCCM 2012 entirely and reinstall if that would fix it but this is a test environment. No way I am going to do that on our production environment. Did I need to install ADK10 before installing R2 SP1? That doesn't seem like it makes any sense as it needs 8.1 to install and then after that you uninstall 8.1 and install 10. Quote Share this post Link to post Share on other sites More sharing options...
tps10 Posted September 10, 2015 Report post Posted September 10, 2015 Ok so apparently the permissions on that folder don't matter. I uninstalled ADK 10 and put 8.1 back on and it works fine, even though that folder still says I don't have rights. Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted September 10, 2015 Report post Posted September 10, 2015 do you have any antivirus exclusions on the folders been used by dism ? Quote Share this post Link to post Share on other sites More sharing options...
FruitGuy Posted September 10, 2015 Report post Posted September 10, 2015 I believe I had this exact same issue when I did the upgrade. By chance, did you reboot the server after you installed the ADK? I think that was my issue and after reboot, everything was fine. Quote Share this post Link to post Share on other sites More sharing options...
FruitGuy Posted September 10, 2015 Report post Posted September 10, 2015 http://blogs.technet.com/b/brandonlinton/archive/2015/07/30/windows-10-adk-boot-image-updates-for-configuration-manager.aspx ^^ that's the guide I followed. Quote Share this post Link to post Share on other sites More sharing options...
tps10 Posted September 10, 2015 Report post Posted September 10, 2015 I believe I had this exact same issue when I did the upgrade. By chance, did you reboot the server after you installed the ADK? I think that was my issue and after reboot, everything was fine. I did. I had hoped it would be that easy. I uninstalled 8.1 > reboot > Install 10 > reboot > Nothing.... Quote Share this post Link to post Share on other sites More sharing options...
tps10 Posted September 10, 2015 Report post Posted September 10, 2015 do you have any antivirus exclusions on the folders been used by dism ? I don't have any antivirus software on this server. This is simply a test server to see how this all works. Quote Share this post Link to post Share on other sites More sharing options...
tps10 Posted September 10, 2015 Report post Posted September 10, 2015 http://blogs.technet.com/b/brandonlinton/archive/2015/07/30/windows-10-adk-boot-image-updates-for-configuration-manager.aspx ^^ that's the guide I followed. I can try that. I did see that guide. My question is can you still manage these images in the console? Meaning adding drivers and such? I really don't want to have to use DISM for everything when it should work like it is supposed to. Quote Share this post Link to post Share on other sites More sharing options...