When I remove the unattend.xml file from the folder the option to choose boot image is back.
In the xml file there is an option to automatically select an install image, but thats not the case here. I can't find an option to NOT select a boot image.
Here's my file:
<?xml version="1.0" encoding="utf-8" ?>
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="windowsPE">
- <component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">
- <WindowsDeploymentServices>
- <Login>
<WillShowUI>OnError</WillShowUI>
- <Credentials>
<Username>myusername</Username>
<Domain>mydomain.com</Domain>
<Password>mypassword</Password>
</Credentials>
</Login>
- <ImageSelection>
<WillShowUI>OnError</WillShowUI>
- <InstallImage>
<ImageName />
<ImageGroup />
<Filename />
</InstallImage>
- <InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
- <DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
- <Disk>
<DiskID>0</DiskID>
<WillWipeDisk>false</WillWipeDisk>
- <ModifyPartitions>
- <ModifyPartition>
<Order>1</Order>
<PartitionID>1</PartitionID>
<Letter>C</Letter>
<Label>Windows</Label>
<Format>NTFS</Format>
<Active>true</Active>
<Extend>false</Extend>
</ModifyPartition>
</ModifyPartitions>
</Disk>
</DiskConfiguration>
</component>
- <component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">
- <SetupUILanguage>
<WillShowUI>OnError</WillShowUI>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<UILanguage>en-US</UILanguage>
</component>
</settings>
<cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
This post has been edited by Bejje: 16 April 2009 - 02:47 AM



Help
Back to top









