<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WinPE 2.0 - ScriptToolkit 1.7 - HPDiscovery.exe in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/winpe-2-0-scripttoolkit-1-7-hpdiscovery-exe/m-p/4033557#M66814</link>
    <description>&lt;BR /&gt;Betterer: (Careful of the wordwraps in this post)&lt;BR /&gt;&lt;BR /&gt;cd /d "c:\program files\windows aik\tools\petools"&lt;BR /&gt;&lt;BR /&gt;copype.cmd amd64 d:\new&lt;BR /&gt;cd ..&lt;BR /&gt;cd (x86) or (amd64)&lt;BR /&gt;&lt;BR /&gt;imagex /mountrw d:\new\winpe.wim 1 d:\new\mount&lt;BR /&gt;&lt;BR /&gt;peimg /install=*WMI* d:\new\mount\windows&lt;BR /&gt;peimg /install=*HTA* d:\new\mount\windows&lt;BR /&gt;peimg /install=*MDAC* d:\new\mount\windows&lt;BR /&gt;peimg /install=*Scripting* d:\new\mount\windows&lt;BR /&gt;peimg /install=*XML* d:\new\mount\windows&lt;BR /&gt;:: peimg /install=WinPE-SRT-Package d:\new\mount\windows&lt;BR /&gt;&lt;BR /&gt;:: DL Windows 2008 PSP and extract all to d:\2008 folder&lt;BR /&gt;&lt;BR /&gt;peimg /inf=d:\2008\bxnd.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\bxvbd.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\cpqasm2.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\CpqCiDrv.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\cpqcisse.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\cpqfcac.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\hpcisss.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\hpcissx2.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\hpqilo2.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\lsi_sas.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\lsi_scsi.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\prlntss.inf d:\new\mount\windows&lt;BR /&gt;&lt;BR /&gt;copy "c:\program files\windows aik\tools\amd64\imagex.exe" d:\new\iso&lt;BR /&gt;&lt;BR /&gt;echo d | xcopy "c:\program files\windows aik\tools\amd64\servicing" d:\new\iso\servicing /s&lt;BR /&gt;:: get 64bit msxml dll's&lt;BR /&gt;copy msxml6*.dll d:\new\iso\servicing&lt;BR /&gt;&lt;BR /&gt;:: edit startnet.cmd &lt;BR /&gt;notepad d:\new\mount\windows\system32\startnet.cmd&lt;BR /&gt;&lt;BR /&gt;  drvload x:\windows\system32\driverstore\filerepository\bxnd.inf_919e20b9\bxnd.inf&lt;BR /&gt;  drvload x:\windows\system32\driverstore\filerepository\bxvbd.inf_cdb5c2ee\bxvbd.inf&lt;BR /&gt;&lt;BR /&gt;:again&lt;BR /&gt;ipconfig/renew&lt;BR /&gt;net use u: \\10.10.10.2\share "" /user:server\user&lt;BR /&gt;if errorlevel 1 goto again&lt;BR /&gt;&lt;BR /&gt;u:&lt;BR /&gt;cd tools&lt;BR /&gt;StartDeploy.cmd&lt;BR /&gt;-eof-&lt;BR /&gt;&lt;BR /&gt;peimg /prep d:\new\mount\windows&lt;BR /&gt;(yes)&lt;BR /&gt;&lt;BR /&gt;imagex /unmount d:\new\mount /commit&lt;BR /&gt;&lt;BR /&gt;echo Y | copy d:\new\winpe.wim d:\new\iso\sources\boot.wim&lt;BR /&gt;&lt;BR /&gt;:: USB&lt;BR /&gt;diskpart&lt;BR /&gt;select disk 1&lt;BR /&gt;clean&lt;BR /&gt;create partition primary&lt;BR /&gt;select partition 1&lt;BR /&gt;active&lt;BR /&gt;format fs=fat32 quick&lt;BR /&gt;assign&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;:: if USB drive is G:\&lt;BR /&gt;echo a | xcopy d:\new\iso\*.* /s /e /f g:\</description>
    <pubDate>Tue, 10 Jul 2007 15:30:29 GMT</pubDate>
    <dc:creator>Bryan_Lucas</dc:creator>
    <dc:date>2007-07-10T15:30:29Z</dc:date>
    <item>
      <title>WinPE 2.0 - ScriptToolkit 1.7 - HPDiscovery.exe</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/winpe-2-0-scripttoolkit-1-7-hpdiscovery-exe/m-p/4033555#M66812</link>
      <description>I am able to boot DL380G5 with winpe 2.0 and manaually load NIC drivers and all inf from Win2008 beta PSP. (Need help on adding to offline image plus edit startnet.cmd)&lt;BR /&gt;&lt;BR /&gt;HPDiscovery -f hwdisc.xml returns:&lt;BR /&gt;hpdisc_plugin_basesys.dll: plugin returned -1&lt;BR /&gt;hpdisc_plugin_nic.dll: plugin returned -1&lt;BR /&gt;&lt;BR /&gt;hwdisc.xml is created, but does not capture everything like systemname, serial number. (PCI devices are captured as with hwdiscovery)&lt;BR /&gt;Anyone gotten HPDiscovery to work?&lt;BR /&gt;Anyone have the winpe 2.0 offline syntax for drivers and file editing?&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Jul 2007 14:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/winpe-2-0-scripttoolkit-1-7-hpdiscovery-exe/m-p/4033555#M66812</guid>
      <dc:creator>Bryan_Lucas</dc:creator>
      <dc:date>2007-07-06T14:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: WinPE 2.0 - ScriptToolkit 1.7 - HPDiscovery.exe</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/winpe-2-0-scripttoolkit-1-7-hpdiscovery-exe/m-p/4033556#M66813</link>
      <description>These two plugins require the WMI package to be installed under WinPE 2.0.  To do that you need to apply your image using "imagex" and then install the WMI package using "peimg".  For detailed information on using WinPE 2.0 see the Windows Preinstallation Environment User's Guide (WinPE.chm) contained in the Windows Automated Installation Kit (Windows AIK).&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Sun, 08 Jul 2007 22:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/winpe-2-0-scripttoolkit-1-7-hpdiscovery-exe/m-p/4033556#M66813</guid>
      <dc:creator>tbone72</dc:creator>
      <dc:date>2007-07-08T22:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: WinPE 2.0 - ScriptToolkit 1.7 - HPDiscovery.exe</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/winpe-2-0-scripttoolkit-1-7-hpdiscovery-exe/m-p/4033557#M66814</link>
      <description>&lt;BR /&gt;Betterer: (Careful of the wordwraps in this post)&lt;BR /&gt;&lt;BR /&gt;cd /d "c:\program files\windows aik\tools\petools"&lt;BR /&gt;&lt;BR /&gt;copype.cmd amd64 d:\new&lt;BR /&gt;cd ..&lt;BR /&gt;cd (x86) or (amd64)&lt;BR /&gt;&lt;BR /&gt;imagex /mountrw d:\new\winpe.wim 1 d:\new\mount&lt;BR /&gt;&lt;BR /&gt;peimg /install=*WMI* d:\new\mount\windows&lt;BR /&gt;peimg /install=*HTA* d:\new\mount\windows&lt;BR /&gt;peimg /install=*MDAC* d:\new\mount\windows&lt;BR /&gt;peimg /install=*Scripting* d:\new\mount\windows&lt;BR /&gt;peimg /install=*XML* d:\new\mount\windows&lt;BR /&gt;:: peimg /install=WinPE-SRT-Package d:\new\mount\windows&lt;BR /&gt;&lt;BR /&gt;:: DL Windows 2008 PSP and extract all to d:\2008 folder&lt;BR /&gt;&lt;BR /&gt;peimg /inf=d:\2008\bxnd.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\bxvbd.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\cpqasm2.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\CpqCiDrv.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\cpqcisse.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\cpqfcac.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\hpcisss.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\hpcissx2.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\hpqilo2.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\lsi_sas.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\lsi_scsi.inf d:\new\mount\windows&lt;BR /&gt;peimg /inf=d:\2008\prlntss.inf d:\new\mount\windows&lt;BR /&gt;&lt;BR /&gt;copy "c:\program files\windows aik\tools\amd64\imagex.exe" d:\new\iso&lt;BR /&gt;&lt;BR /&gt;echo d | xcopy "c:\program files\windows aik\tools\amd64\servicing" d:\new\iso\servicing /s&lt;BR /&gt;:: get 64bit msxml dll's&lt;BR /&gt;copy msxml6*.dll d:\new\iso\servicing&lt;BR /&gt;&lt;BR /&gt;:: edit startnet.cmd &lt;BR /&gt;notepad d:\new\mount\windows\system32\startnet.cmd&lt;BR /&gt;&lt;BR /&gt;  drvload x:\windows\system32\driverstore\filerepository\bxnd.inf_919e20b9\bxnd.inf&lt;BR /&gt;  drvload x:\windows\system32\driverstore\filerepository\bxvbd.inf_cdb5c2ee\bxvbd.inf&lt;BR /&gt;&lt;BR /&gt;:again&lt;BR /&gt;ipconfig/renew&lt;BR /&gt;net use u: \\10.10.10.2\share "" /user:server\user&lt;BR /&gt;if errorlevel 1 goto again&lt;BR /&gt;&lt;BR /&gt;u:&lt;BR /&gt;cd tools&lt;BR /&gt;StartDeploy.cmd&lt;BR /&gt;-eof-&lt;BR /&gt;&lt;BR /&gt;peimg /prep d:\new\mount\windows&lt;BR /&gt;(yes)&lt;BR /&gt;&lt;BR /&gt;imagex /unmount d:\new\mount /commit&lt;BR /&gt;&lt;BR /&gt;echo Y | copy d:\new\winpe.wim d:\new\iso\sources\boot.wim&lt;BR /&gt;&lt;BR /&gt;:: USB&lt;BR /&gt;diskpart&lt;BR /&gt;select disk 1&lt;BR /&gt;clean&lt;BR /&gt;create partition primary&lt;BR /&gt;select partition 1&lt;BR /&gt;active&lt;BR /&gt;format fs=fat32 quick&lt;BR /&gt;assign&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;:: if USB drive is G:\&lt;BR /&gt;echo a | xcopy d:\new\iso\*.* /s /e /f g:\</description>
      <pubDate>Tue, 10 Jul 2007 15:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/winpe-2-0-scripttoolkit-1-7-hpdiscovery-exe/m-p/4033557#M66814</guid>
      <dc:creator>Bryan_Lucas</dc:creator>
      <dc:date>2007-07-10T15:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: WinPE 2.0 - ScriptToolkit 1.7 - HPDiscovery.exe</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/winpe-2-0-scripttoolkit-1-7-hpdiscovery-exe/m-p/4033558#M66815</link>
      <description>Follow up:&lt;BR /&gt;after running winnt32.exe on DL380G5:&lt;BR /&gt;"disk read error occurred. please ctrl+alt+del" to restart"&lt;BR /&gt;&lt;BR /&gt;Add this to WINPE2.0 registry before you partition with DISKPART:&lt;BR /&gt;&lt;BR /&gt;Windows Registry Editor Version 5.00&lt;BR /&gt;&lt;BR /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vds\Alignment]&lt;BR /&gt;@="Alignment Settings in Bytes"&lt;BR /&gt;"Between4_8GB"=dword:00000000&lt;BR /&gt;"Between8_32GB"=dword:00000000&lt;BR /&gt;"GreaterThan32GB"=dword:00000000&lt;BR /&gt;"LessThan4GB"=dword:00000000&lt;BR /&gt;&lt;BR /&gt;After DISKPART:&lt;BR /&gt;bootsect.exe /nt52 c: (from windows AIK petools)&lt;BR /&gt;&lt;BR /&gt;Then run winnt32.exe&lt;BR /&gt;:-)</description>
      <pubDate>Mon, 16 Jul 2007 09:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/winpe-2-0-scripttoolkit-1-7-hpdiscovery-exe/m-p/4033558#M66815</guid>
      <dc:creator>Bryan_Lucas</dc:creator>
      <dc:date>2007-07-16T09:15:01Z</dc:date>
    </item>
  </channel>
</rss>

