PDA

View Full Version : Windows 2008 Automated Installation Kit + PXE Install


gurutech
24-11-2010, 03:33
Ciao,
sto provando a creare una installazione unattended di Windows 2008 Server (Web Edition). Scrivo qui perche' il SO e' comunque assimilabile a Windows 7.
Ho gia' scaricato e installato il WAIK e seguito le guide per ottenere una ISO bootabile. Durante l'installazione va tutto liscio tranne per una schermata che non so come togliere, cioe' quella in cui mi chiede se voglio fare una installazione core o full (vedi allegato). Sapete aiutarmi? Io voglio fare solo una installazione full standard, ma non so cosa selezionare nel WAIK per questo. Quando riusciro' a produrre un CD utile poi devo riuscire a far partire l'installazione via rete con WinPE, cosa che mi sa richiedera' parecchi tentativi, qualsiasi suggerimento e' ben accetto.

Ciao e grazie
G.

Contemax59
24-11-2010, 10:25
Ciao,
sto provando a creare una installazione unattended di Windows 2008 Server (Web Edition)

Dovresti allegare l'Answer file, sarebbe pił utile di ogni altra cosa.

Ciauz

gurutech
24-11-2010, 23:32
ciao, nel frattempo sono riuscito a superare quella fase, ora sto facendo altre prove. Il mio obiettivo e' riuscire a installare windows in un datacenter a grande distanza appogiandomi a un boot server locale. Questo e' il mio answer file, finora ho ottenuto una installazione completamente unattended, che mi abilita in automatico il desktop remoto. Una cosa: nei vari tentativi ho provato a integrare un driver nel CD. Ha funzionato, ma essendo il driver unsigned durante l'installazione mi chiede di confermare se voglio installare il driver. Si puo' disattivare questo controllo gia' in fase di installazione?

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="oobeSystem">

<component name="Microsoft-Windows-Deployment" 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">

<Reseal>

<Mode>OOBE</Mode>

</Reseal>

</component>

<component name="Microsoft-Windows-Shell-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">

<OOBE>

<HideEULAPage>true</HideEULAPage>

<ProtectYourPC>3</ProtectYourPC>

<SkipUserOOBE>true</SkipUserOOBE>

</OOBE>

<UserAccounts>

<AdministratorPassword>

<Value>omessa per sicurezza</Value>

<PlainText>false</PlainText>

</AdministratorPassword>

</UserAccounts>

</component>

</settings>

<settings pass="windowsPE">

<component name="Microsoft-Windows-International-Core-WinPE" 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">

<SetupUILanguage>

<UILanguage>en-US</UILanguage>

</SetupUILanguage>

<InputLocale>en-US</InputLocale>

<SystemLocale>en-US</SystemLocale>

<UILanguage>en-US</UILanguage>

<UserLocale>en-US</UserLocale>

</component>

<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">

<ImageInstall>

<OSImage>

<InstallTo>

<DiskID>0</DiskID>

<PartitionID>1</PartitionID>

</InstallTo>

<InstallToAvailablePartition>false</InstallToAvailablePartition>

<WillShowUI>OnError</WillShowUI>

<InstallFrom>

<MetaData wcm:action="add">

<Key>/IMAGE/NAME</Key>

<Value>Windows Longhorn SERVERWEB</Value>

</MetaData>

</InstallFrom>

</OSImage>

</ImageInstall>

<UserData>

<ProductKey>

<WillShowUI>OnError</WillShowUI>

</ProductKey>

<AcceptEula>true</AcceptEula>

<FullName>mycompany</FullName>

<Organization>mygroup</Organization>

</UserData>

<DiskConfiguration>

<Disk wcm:action="add">

<CreatePartitions>

<CreatePartition wcm:action="add">

<Extend>true</Extend>

<Order>1</Order>

<Type>Primary</Type>

</CreatePartition>

</CreatePartitions>

<WillWipeDisk>true</WillWipeDisk>

<DiskID>0</DiskID>

<ModifyPartitions>

<ModifyPartition wcm:action="add">

<Active>true</Active>

<Extend>false</Extend>

<Format>NTFS</Format>

<Order>1</Order>

<PartitionID>1</PartitionID>

<Label>SYS</Label>

</ModifyPartition>

</ModifyPartitions>

</Disk>

<WillShowUI>OnError</WillShowUI>

</DiskConfiguration>

</component>

</settings>

<settings pass="specialize">

<component name="Microsoft-Windows-Shell-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">

<ComputerName>*</ComputerName>

</component>

<component name="Microsoft-Windows-TerminalServices-LocalSessionManager" 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">

<fDenyTSConnections>false</fDenyTSConnections>

</component>

<component name="Networking-MPSSVC-Svc" 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">

<FirewallGroups>

<FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">

<Active>true</Active>

<Group>Remote Desktop</Group>

<Profile>all</Profile>

</FirewallGroup>

</FirewallGroups>

</component>

<component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" 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">

<UserAuthentication>0</UserAuthentication>

</component>

</settings>

<cpi:offlineImage cpi:source="wim:c:/users/administrator/documents/install.wim#Windows Longhorn SERVERWEB" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>