It is currently Mon May 28, 2012 1:58 am




 Page 1 of 1 [ 5 posts ] 
Author Message
 Post subject: WDS question
PostPosted: Tue Jan 17, 2012 9:09 am 
Newbie
Newbie

Joined: Tue Jan 17, 2012 8:09 am
Posts: 5
I've just started using WDS to automate Windows 7 deployment (I want it fully unattanded, joined to domain, etc) but it always prompts me for disk configuration. I've specified the disk layout I want and set WillShowUI to Never but it always prompts. What am I doing wrong? I've searched and found various snippets from ImageUnnattend.XML files but none of them work for me.


Offline
 Profile  
 
 Post subject: Re: WDS question
PostPosted: Wed Jan 18, 2012 6:57 am 
Windows 2008 Enthusiast
Windows 2008 Enthusiast
User avatar

Joined: Wed Mar 04, 2009 6:48 pm
Posts: 65
Location: Birmingham
You also need to specify where to install the image (which disk and partition), that's probably what it's asking for. I can't remember which component it's under though sorry.


Offline
 Profile  
 
 Post subject: Re: WDS question
PostPosted: Thu Jan 19, 2012 7:26 am 
Newbie
Newbie

Joined: Tue Jan 17, 2012 8:09 am
Posts: 5
I tried that but it still prompts me. What else can I try?


Offline
 Profile  
 
 Post subject: Re: WDS question
PostPosted: Thu Jan 19, 2012 4:27 pm 
Site Admin
Site Admin
User avatar

Joined: Mon Feb 09, 2009 1:31 pm
Posts: 202
Location: Newport, South Wales
Here is a snippet from my WDSUnnattend.XML file. It wipes the disk and creates a single partition to fill the disk, then installs to that partition.

            <ImageInstall>
                <OSImage>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>1</PartitionID>
                    </InstallTo>
                    <WillShowUI>Never</WillShowUI>
                </OSImage>
            </ImageInstall>
            <DiskConfiguration>
                <Disk wcm:action="add">
                    <DiskID>0</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                    <CreatePartitions>
                        <CreatePartition wcm:action="add">
                            <Type>Primary</Type>
                            <Order>1</Order>
                            <Extend>true</Extend>
                        </CreatePartition>
                    </CreatePartitions>
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">
                            <Active>true</Active>
                            <Extend>false</Extend>
                            <Format>NTFS</Format>
                            <Label>System</Label>
                            <Letter>C</Letter>
                            <Order>1</Order>
                            <PartitionID>1</PartitionID>
                        </ModifyPartition>
                    </ModifyPartitions>
                </Disk>
                <WillShowUI>OnError</WillShowUI>
            </DiskConfiguration>



_________________
Dave Webb
Windows 2008 Forums
Offline
 Profile  
 
 Post subject: Re: WDS question
PostPosted: Fri Jan 20, 2012 5:32 pm 
Newbie
Newbie

Joined: Tue Jan 17, 2012 8:09 am
Posts: 5
Damn, I was close but not quite close enough. Thanks for sharing your config with me.

I have another WDS question but will start a new thread.


Offline
 Profile  
 
Display posts from previous:  Sort by  
 Page 1 of 1 [ 5 posts ] 


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

cron