Jump to content

khsh

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Everything posted by khsh

  1. thank you thank you matt!! you are the man. that is exactly what i needed. thanks!!
  2. Hi, I'm having trouble getting winpe 2.0 to work with static ip addresses. My wpeinit.log complains about validation although i successfully validated unattend.xml in WSIM. The output is as follows: Info WPEINIT is processing the unattend file [x:\unattend.xml] Warning Validation of WinPE unattend settings failed with status 0x8022000f Warning Applying WinPE unattend settings failed with status 0x8022000f; ignoring shutdown settings My unattend.xml file is as follows: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-TCPIP" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Interfaces> <Interface wcm:action="add"> <UnicastIpAddresses> <IpAddress wcm:action="add" wcm:keyValue="1">192.168.5.10/24</IpAddress> </UnicastIpAddresses> <Routes> <Route wcm:action="add"> <Identifier>0</Identifier> <Metric>20</Metric> <NextHopAddress>192.16.5.1</NextHopAddress> <Prefix>0.0.0.0/0</Prefix> </Route> </Routes> <Identifier>Local Area Connection</Identifier> </Interface> </Interfaces> </component> </settings> <cpi:offlineImage cpi:source="wim://comp1/images/winpe.wim#Microsoft Windows Vista PE (X86)" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Anyone have any ideas as to what I may be doing wrong? Thanks!
×
×
  • Create New...