Forum Discussion
Building a SRSv2 / Rigel SP4 issue
I'm trying to setup a new SP4 with the guide https://technet.microsoft.com/en-us/library/mt790558.aspx. However when it runs through the Windows installation, it fails with this at Installing Updates
Windows could not apply the unattended settings during pass [offlineServicing]
I then look at the setuperr log file and it's saying
Error [0x0606ae] IBS [SetupCl library] Required profile hive does not exist: [\??C:\WINDOWS\system32\config\systemprofile\NTUSER.DAT].
InstantiateCBSUnattendPass: dism.exe returned with failing exit code -2146498555
Callback_UnattendInitiatePass: An error occured while initiating unattend passes; hr = 0x80004005
Any ideas what is going wrong?
20 Replies
- Kristian KrogstrupCopper Contributor
Hello Graham
i'm having the same issue as you, but i can't seem to find windows 10 enterprise 1607 ISO anywhere, it's not on my VLSC anymore
- Ulrik AndreassenCopper Contributor
I also got the error:
"Windows could not apply the unattended settings during pass [offlineServicing]"
but that was when trying to use the Win10 1703 Ent LTSB iso.
Using the normal Win10 1703 Ent iso, everything works fine.
I guess the product key in the autounattend.xml, does not work for LTSB.
I was told from Techdata that LTSB is the same thing as Win10 Ent IoT, so I figured that I should use the LTSB iso - but I figured wrong...
- DeletedSo I removed the AutoUnattend.xml to prove that the Win10 Ent build was ok and that installed fine. Installed the SRS app from the Store and it works in the dock. Not perfect, but working.
Windows Image was
en-gb_windows_10_enterprise_version_1703_updated_march_2017_x64_dvd_10194889. Must be a Surface Driver issue someone I reckon.
Want to image it properly so you can't just swipe and access the rest of Windows.- Benoit QuilletBrass Contributor
Hi Graham,
I have succefully install SRS V2 using this https://1drv.ms/u/s!AsNPzADGd5-TiME_WDe2ZLJnNZO8ZQ.
Obtain a copy of the 64-bit version of Windows 10 Enterprise Anniversary edition version 1607 (English language).
Using rufus tool, create an bootable USB with windows 10 iso image https://rufus.akeo.ie/
Select windows 10 iso image using disk icon, then Select FAT32 in file system and
click Start.
Navigate to the directory folder you selected as the destination folder for the SRSDeploymentKit-2.0.2.0.msi installer package.Select all files in the directory and copy them to the root USB device: directory.
Download the latest Surface Pro 4 drivers. Be sure to get the ZIP file, not the MSI or Wintab files.
Open the driver ZIP file and copy the folder SurfacePro4_Win10_* to the directory "USB :\AutoUnattend_Files\DistShare\Out-of-Box Drivers” on the USB disk.In the root of your USB drive, there is a file named AutoUnattend.xml : Open it with notepad++ editor. There are two commands referring to Sysprep.exe, they are next to each other in the file.
Line 232 you need to select your sysprep deployment : (Select only ONE Path section below for use.)I have chose to create a single unit to go live (default) --> (Line 236/237)
<Path>%SystemRoot%\System32\Sysprep\Sysprep.exe /generalize /oobe /reboot /unattend:%SystemDrive%\Rigel\x64\Scripts\Provisioning\audit.xml</Path>or copy my https://1drv.ms/u/s!AsNPzADGd5-TiME_WDe2ZLJnNZO8ZQ
Hope that help
Regards,Benoit
- Maxime DandurandCopper Contributor
Hi Benoit,
I'm having the same issue as Graham so I followed your procedure and used your autounattend.xml file and i get the error:
Windows cannot read the <ProductKey> setting from the unattend answer file.
My ISO is Win10_1607_English_x64
If I uncomment in the XML the product key section and remove the serial number, I get further in the installation process but then I get the same error as Graham:
windows could not apply unattend settings during pass offlineservicing
Do you have any idea what I could do wrong? Any help would be greatly appreciated.
Thank you very much!