FarneyClose Posted June 15, 2017 Posted June 15, 2017 Hi I am hoping someone can help. I am having issues with the AutoUnattend.xml I am using. I know I am not attempting deployment in a particularly conventional fashion but I have created a bootable USB for Windows 10 Education. Without the AutoUnattend.xml file on the memory stick the setup begins and asks all the usual setup questions. If I place the AutoUnattend.xml on the memory stick it comes up with an error saying 'No images are available'. Here is the file contents: ****************** en-US en-US en-US en-US en-GB 1 300 Primary 2 100 EFI 3 128 MSR 4 true Primary 1 1 WINRE NTFS de94bba4-06d1-4d40-a16a-bfd50179d6ac 2 2 System FAT32 3 3 4 4 Windows NTFS 0 true OnError 0 4 OnError ********************************** true false false 1 1 0809:00000809 en-GB en-GB en-GB en-GB 0809:00000809 en-GB en-GB en-GB en-GB true true 0 0 ************************* ******************* ********************* true false administrator true true true true Work true false 3 ************** true administrator Administrators administrator ********************** administrator false Control Panel View 1 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f true 2 Control Panel Icon Size false reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f GMT Standard Time *********** true false administrator true true true true Work true false 3 **************** true administrator Administrators administrator ************ administrator false Control Panel View 1 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f true 2 Control Panel Icon Size false reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f GMT Standard Time Thank you in advance for any support.
Arthur Posted June 15, 2017 Posted June 15, 2017 It looks like you are missing the InstallFrom section (highlighted in red below). xmlns="urn:schemas-microsoft-com:unattend"> xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ****************** xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> en-US en-US en-US en-US en-GB xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 1 300 Primary 2 100 EFI 3 128 MSR 4 true Primary 1 1 WINRE NTFS de94bba4-06d1-4d40-a16a-bfd50179d6ac 2 2 System FAT32 3 3 4 4 Windows NTFS 0 true OnError [color="#FF0000"] /IMAGE/NAME Windows 10 Education [/color] 0 4 OnError OnError ********************************** true true xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> true xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 1 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 0809:00000809 en-GB en-GB en-GB en-GB xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> true xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 0 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ******************* xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ********************* true false administrator true true true true Work true false 3 ************** true administrator Administrators administrator ********************** administrator false Control Panel View 1 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f true 2 Control Panel Icon Size false reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f GMT Standard Time xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> *********** true false administrator true true true true Work true false 3 **************** true administrator Administrators administrator ************ administrator false Control Panel View 1 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f true 2 Control Panel Icon Size false reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f GMT Standard Time
FarneyClose Posted June 15, 2017 Author Posted June 15, 2017 Hi Arthur Thank you but that has not helped in my case. I think possibly I did not capture the image correctly as when is do a DISM get-wininfo it looks like i set the name as Windows 10 Ed (rather than eduaction). For the minute I am going to use the usb without an unattend but if you (or anyone else) has any further suggestions that would be great. I think it probably doesn't help that the file is soo big and probably has far too much stuff included in it. John
Arthur Posted June 16, 2017 Posted June 16, 2017 Thank you but that has not helped in my case. The other way to do it would be to use the index number instead of the name or description. i.e. 1 /IMAGE/INDEX
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now