Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Setup > Windows Server 2008 R2 64 Bit unattended installation from USB sti

Reply
Thread Tools Display Modes

Windows Server 2008 R2 64 Bit unattended installation from USB sti

 
 
FrankinBerlin
Guest
Posts: n/a

 
      11-13-2009
Hello

I have the setup DVD on a USB Stick implemented and the file
autounattended.xml in the root copied. Setup say that it caonnat not install
on disk0 because it can not boot from. With diskpart the flag Bootdisk is
show NO.
Installation without autounattended.xml on the USB stick runs normal.

here the autounattended.xml:

<component name="Microsoft-Windows-Setup" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DiskConfiguration>
<WillShowUI>Always</WillShowUI>
<Disk wcm:action="add">
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>100</Size>
<Type>Primary</Type>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Size>60000</Size>
<Type>Primary</Type>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>3</Order>
<Extend>true</Extend>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Order>1</Order>
<PartitionID>1</PartitionID>
<Label>SYSTEM</Label>
<Format>NTFS</Format>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Order>2</Order>
<PartitionID>2</PartitionID>
<Letter>C</Letter>
<Label>WINDOWS</Label>
<Format>NTFS</Format>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Order>3</Order>
<PartitionID>3</PartitionID>
<Letter>D</Letter>
<Label>DATA</Label>
<Format>NTFS</Format>
</ModifyPartition>
</ModifyPartitions>
</Disk>
</DiskConfiguration>
<ImageInstall>
<OSImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>2</PartitionID>
</InstallTo>

<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>

Does anyboday have an idea?

Frank
 
Reply With Quote
 
 
 
 
sam
Guest
Posts: n/a

 
      11-23-2009



"FrankinBerlin" wrote:

> Hello
>
> I have the setup DVD on a USB Stick implemented and the file
> autounattended.xml in the root copied. Setup say that it caonnat not install
> on disk0 because it can not boot from. With diskpart the flag Bootdisk is
> show NO.
> Installation without autounattended.xml on the USB stick runs normal.
>
> here the autounattended.xml:
>
> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64"
> publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
> xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <DiskConfiguration>
> <WillShowUI>Always</WillShowUI>
> <Disk wcm:action="add">
> <DiskID>0</DiskID>
> <WillWipeDisk>true</WillWipeDisk>
> <CreatePartitions>
> <CreatePartition wcm:action="add">
> <Order>1</Order>
> <Size>100</Size>
> <Type>Primary</Type>
> </CreatePartition>
> <CreatePartition wcm:action="add">
> <Order>2</Order>
> <Size>60000</Size>
> <Type>Primary</Type>
> </CreatePartition>
> <CreatePartition wcm:action="add">
> <Order>3</Order>
> <Extend>true</Extend>
> <Type>Primary</Type>
> </CreatePartition>
> </CreatePartitions>
> <ModifyPartitions>
> <ModifyPartition wcm:action="add">
> <Order>1</Order>
> <PartitionID>1</PartitionID>
> <Label>SYSTEM</Label>
> <Format>NTFS</Format>
> </ModifyPartition>
> <ModifyPartition wcm:action="add">
> <Order>2</Order>
> <PartitionID>2</PartitionID>
> <Letter>C</Letter>
> <Label>WINDOWS</Label>
> <Format>NTFS</Format>
> </ModifyPartition>
> <ModifyPartition wcm:action="add">
> <Order>3</Order>
> <PartitionID>3</PartitionID>
> <Letter>D</Letter>
> <Label>DATA</Label>
> <Format>NTFS</Format>
> </ModifyPartition>
> </ModifyPartitions>
> </Disk>
> </DiskConfiguration>
> <ImageInstall>
> <OSImage>
> <InstallTo>
> <DiskID>0</DiskID>
> <PartitionID>2</PartitionID>
> </InstallTo>
>
> <InstallToAvailablePartition>false</InstallToAvailablePartition>
> <WillShowUI>OnError</WillShowUI>
> </OSImage>
> </ImageInstall>
>
> Does anyboday have an idea?
>
> Frank

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running DOS Games under Vista Wogerwabby Windows Vista Games 45 11-10-2009 03:33 AM
OT: all systems on network slow for last week or so Gregg Hill Windows Small Business Server 15 10-30-2009 12:43 AM
SBS2008 Licensing Rights Question Richard K Windows Small Business Server 13 10-29-2009 09:20 PM
Windows Server 2003 does not open its own share Rick Clapp Windows Server 1 10-29-2009 04:18 PM
ANN: Upcoming Windows Embedded Chats and Webcasts Nick White [MSFT] ActiveSync 0 08-25-2004 06:50 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59