Compaq 6000 - ProLiant - 128 MB RAM Manual

Building a common image - developing a common software image for the hp dc7900, elite 8000 and 6000 pro desktop models
Hide thumbs Also See for 6000 - ProLiant - 128 MB RAM:

Advertisement

Quick Links

Developing a common software image
for the HP dc7900, 8000 Elite, and
6000 Pro desktop models
November 2009

Table of Contents:

Introduction ........................................................................................................ 2
Windows Licensing Notice ............................................................................... 3
Definition of Terms .......................................................................................... 3
Advantages of a Common Image ..................................................................... 4
Limitations of a Common Image ....................................................................... 4
Choosing a Base Image ....................................................................................... 5
Customizing the Image ........................................................................................ 5
Removing Preinstalled Software ....................................................................... 5
Adding software ............................................................................................. 5
Matrix of Common Hardware .......................................................................... 6
Additional customization ................................................................................. 8
Obtaining drivers for the product family .............................................................. 8
Extending the process (Windows XP) .................................................................. 10
Extending hardware support in the image...................................................... 10
Supporting non-bundled hardware devices .................................................... 10
Supporting setup.exe installations .................................................................. 11
Using SYSPREP.exe ....................................................................................... 11
Creating SYSPREP.inf ..................................................................................... 11
Required SYSPREP.inf settings for Windows XP ...................................... 11
cmdlines.txt .................................................................................................. 13
oobeinfo.ini (Windows XP) ............................................................................ 13
Running SYSPREP (Windows XP) .................................................................... 13
Frequently asked questions ................................................................................ 19
) Answer file .......................................... 16

Advertisement

Table of Contents
loading

Summary of Contents for Compaq 6000 - ProLiant - 128 MB RAM

  • Page 1: Table Of Contents

    Developing a common software image for the HP dc7900, 8000 Elite, and 6000 Pro desktop models November 2009 Table of Contents: Introduction ......................2 Windows Licensing Notice ................3 Definition of Terms ..................3 Advantages of a Common Image ..............4 Limitations of a Common Image ...............
  • Page 2: Introduction

    Summary ......................21 Appendix A: Sample Answer Files ..............22 Windows XP sysprep.inf ................22 Cmdlines.txt ....................23 Oobeinfo.ini ....................23 Introduction The goal of this document is to guide IT professionals through the process of creating a Microsoft Windows XP, Windows Vista, or Windows 7 image that can be deployed across the various platforms within an HP product family;...
  • Page 3: Windows Licensing Notice

     Search www.microsoft.com for the Windows Automated Installation Kit (WAIK). The WAIK autorun page contains links to the other Application Compatibility and Deployment toolkits. Windows Licensing Notice This document does not provide a license to create and/or distribute an operating system image.
  • Page 4: Advantages Of A Common Image

    Windows Automated Installation Kit (WAIK) which can be downloaded from the Microsoft Download Center as a free download. SYSPREP (System preparation tool)—This is a Microsoft tool that prepares the operating system for imaging. This tool must be run before imaging a system and then deploying that image.
  • Page 5: Choosing A Base Image

    Choosing a Base Image As mentioned previously, it is recommended by HP to begin with the factory preinstalled image as a ―base‖ for the common image. If the file system type or the partition structure is not desirable, HP recommends that you still use the factory preinstalled image to build the common image.
  • Page 6: Matrix Of Common Hardware

    Matrix of Common Hardware Integrated Add-On Options dc7900 8000 Elite 6000 Pro Audio ADI AD1884A HD Audio Realtek ALC261 HD Audio TV Tuner HP TV Tuner (North America) Mini PCIe or PCIe based on form factor LAN, Wireless, Modem Intel GbE Network Connection Intel 82567LM GbE Broadcom NetXtreme GbE...
  • Page 7 Integrated Add-On Options dc7900 8000 Elite 6000 Pro Graphics Intel Graphics Media Accelerator 4500 Intel Graphics Media Accelerator 4500HD ATI Radeon HD 2400 XT (256MB DH) PCIe x16 Card ATI Radeon HD 3470 (256MB SH) PCIe x16 Graphics Card ATI Radeon HD 3650 (512MB DH) PCIe x16 Card ATI Radeon HD 4550...
  • Page 8: Additional Customization

    Integrated Add-On Options dc7900 8000 Elite 6000 Pro Security / Manageability Trusted Platform Module Infineon 1.2 TPM Intel(R) AMT LMS_SOL for AMT 5.xx Intel Active Client Manager HECI Device Intel Mgmt agent for vPro CPUs only dc7900 Additional customization At this time, any additional customizations should be applied. Typical examples are applying a custom wallpaper or desktop theme, changing power profile settings, setting device options, etc.
  • Page 9 <path> - Indicates the location to store the files. If the directory doesn‘t exist, it will be created. For example, the dc7900 chipset Softpaq can be extracted by running: Sp27532.exe /f c:\compaq\chipset /e /s  Finally, you may choose to simply execute the Softpaq to extract and/or install the software.
  • Page 10: Pooling The Drivers On The Reference Machine (Windows Xp)

    The INF file for the driver should be at the root of the PNP driver directory (for example, the INF file for a video card should be placed in c:\compaq\video). Be sure to update the ―OEMPnpDriversPath‖ setting in SYSPREP.inf with any directories you add.
  • Page 11: Supporting Setup.exe Installations

    Supporting setup.exe installations If you cannot install a device using an .inf file, you may be forced to rely on setup.exe-based installation. You can either install these devices manually by running the associated setup program, or you can hook these programs to run automatically when the end-user unbundles the common image.
  • Page 12 ;Symbios 53C1010-33 pci\VEN_1000&DEV_0021 = c:\compaq\msd\oemsetup.inf ;Symbios 53C1000,53C1010- PCI\VEN_9005&DEV_801F = c:\compaq\msd\ADPU320.INF ;Adaptec AIC-7902 - Ultra320 PCI\VEN_9005&DEV_8011 = c:\compaq\msd\ADPU320.INF ;Adaptec SCSI Card 39320D - Ultra320 SCSI PCI\VEN_1000&DEV_0621 = c:\compaq\msd\symmpi.inf ;LSI PCI\VEN_1000&DEV_0622 = c:\compaq\msd\symmpi.inf ;LSI PCI\VEN_1000&DEV_0624 = c:\compaq\msd\symmpi.inf ;LSI PCI\VEN_1000&DEV_0030 = c:\compaq\msd\symmpi.inf ;LSI...
  • Page 13: Cmdlines.txt

    Note: For complete copies of the SYSPREP.inf files used by HP, please see Appendix A: Sample Answer Files on p. 22. cmdlines.txt In addition to the SYSPREP directory and .inf file, you will need to create the directory ―c:\i386\$oem$‖. Within this directory, you will need to place a file named ―cmdlines.txt‖...
  • Page 14: Creating A Common Image For Windows Vista / Windows 7

    Creating a Common Image for Windows Vista / Windows 7 This section specifically addresses Windows Vista / Windows 7 and focuses on assembling Plug and play drivers on the reference machine. These drivers may be identical or different for platforms in the same family. However, the following discussion will show one way of integrating the Plug and Play drivers into a common image that will make these drivers available to the respective platform on which it is installed.
  • Page 15 The SYSPREP.xml now needs to be created. It can be named anything you want with an .XML extension. SYSPREP.xml is created using the Windows System Image Manager (WSIM). WSIM is part of the Windows Automated Installation Kit (WAIK) which is available from the Microsoft download center. If you need to know how to use WSIM, see articles on Microsoft sites and related links on the web.
  • Page 16: Example Sysprep.xml ( Unattend.xml ) Answer File

    compiled HTML help files on IMAGEX command-line options. The following example shows how to  Boot to the reference PC  Capture the image with IMAGEX Save the image on a server  Obtain a USB flash drive, or CD with Windows 7 WinPE version (WinPE 3.0) on it, and boot your reference PC.
  • Page 17 <UILanguageFallback>en-us</UILanguageFallback> <UserLocale>en-us</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <RegisteredOrganization>Bmankind</RegisteredOrganization> <RegisteredOwner>Bmankind</RegisteredOwner> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>dABvAHgAdQB0AGEAdABQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Name>Testuser</Name> <Group>administrators</Group> <DisplayName>Testuser</DisplayName> </LocalAccount> </LocalAccounts> <AdministratorPassword> <Value>dABvAHgAdQB0AGEAdABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</ Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> </component> </settings> <settings pass="auditSystem">...
  • Page 18 <AutoLogon> <Username>Administrator</Username> <Enabled>true</Enabled> <LogonCount>2</LogonCount> </AutoLogon> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" 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"> <ProductKey>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</ProductKey> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>Eastern Standard Time</TimeZone> <Display> <ColorDepth>32</ColorDepth> <DPI>106</DPI> <HorizontalResolution>1280</HorizontalResolution> <RefreshRate>75</RefreshRate> <VerticalResolution>1024</VerticalResolution> </Display> <ComputerName>*</ComputerName> <CopyProfile>true</CopyProfile> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation>...
  • Page 19: Frequently Asked Questions

    </settings> <cpi:offlineImage cpi:source="wim://arbors01/installs/vistaos/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Frequently asked questions What is a common image? A common image may be defined as a software image that can be installed on a mixed set of PC hardware devices without modification. The software image contains all of the appropriate operating system and device driver files.
  • Page 20 designs allow IT professionals to simplify their image development to create a combination common image. What is HP doing in the area of ―Common Image‖? HP supports the use of Common Images in the following ways: For desktops, The HP dc7900, 8000 Elite, and 6000 Pro product families ...
  • Page 21 Summary Thank you for your purchase of and interest in HP business PC products. HP hopes that this white paper was useful in your creation of a corporate deployment image. For advanced image topics including image building, customization, answer file reference, SYSPREP, OOBE, corporate deployment scenarios, etc., please see references listed in the appendices of this document.
  • Page 22 Appendix A: Sample Answer Files Windows XP sysprep.inf Location: c:\sysprep\sysprep.inf Contents: [Unattended] OemSkipEula=No OemPnPDriversPath = "Compaq\Video;Compaq\Nic;Compaq\Audio;Compaq\Modem;Compaq\Misc1;Compaq\Misc2;Compaq\M isc3;Compaq\Misc4;Compaq\Misc5;Compaq\Chipset;Compaq\KBD;Compaq\MSD;Compaq\USB;Compaq \Network" InstallFilesPath = "C:\i386" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonAccountCreation=NO AutoLogonCount=1 OEMSkipRegional=0 OemSkipWelcome=0 WaitForReboot=NO [UserData] ComputerName=* [RegionalSettings] LanguageGroup=1 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [OEM_Ads] Background=BACKGRND.BMP...
  • Page 23 = %systemroot%\inf\scsi.inf ;Adaptec 3960D pci\ven_9005&dev_008F = %systemroot%\inf\scsi.inf ;Adaptec 7892 (Embedded) pci\ven_9005&dev_00CF = %systemroot%\inf\scsi.inf ;Adaptec 7899 (Embedded) PCI\VEN_9005&DEV_801F = c:\compaq\msd\ADPU320.INF ;Adaptec AIC-7902 - Ultra320 SCSI PCI\VEN_9005&DEV_8011 = c:\compaq\msd\ADPU320.INF ;Adaptec SCSI Card 39320D - Ultra320 SCSI Adapter PCI\VEN_1044&DEV_A501&SUBSYS_C03C1044 = %systemroot%\inf\pnpscsi.inf ;Adaptec 2000S PCI\VEN_1000&DEV_0030...
  • Page 24 the copy of this file provided by HP in any other way than as specifically directed in this document will be a violation of your HP and Microsoft License Agreements. Location: c:\windows\system32\oobe\oobeinfo.ini [StartupOptions] DesktopStartURL = "http://www.fabrikam.com/signup" DesktopWindowHeight = 530 DesktopWindowWidth = 640 OEMAuditBoot = 1 Offline = 1 Registration = 1...

Table of Contents