VMware Logo

Als je Windows XP Pro wilt gaan installeren op een VM en deze VM heeft een SCSI disk dan gaat dat niet standaard werken.
windowsxpvmware.gif
Dit kun je oplossen door onderstaande driverdiskette te downloaden bij VMWare.
vmscsi-1.2.0.4.flp

Deze diskette laad je binnen VM en start de setup van Windows XP opnieuw op. Zodra er gevraagd word of je een SCSI adapter wilt installeren klik je op F6.
!Tip Mocht je een NLITE cd gebruiken dan werkt de optie F6 niet goed.

Het onderstaande scherm verschijnt hier druk je op S om een driver te selecteren.
windowsxpvmware1.gif
Druk op enter om de VMware SCSI Controller te selecteren. De setup gaat verder.
windowsxpvmware2.gif
Vervolgens kun je de disk partitioneren en formateren.
windowsxpvmware3.gif
Meer informatie vindt je hier www.vmware.com

Advertisement

15 thoughts on “How to: install Windows XP on VMware with a SCSI disk

  1. ‘How to: install Windows XP on VMware with a SCSI disk’
    Ik heb je procedure toegepast en het krijg de S – optie om VMware SCSI Controller te selecteren. Ik selecteer de VM SCSI controller driver. Het laad de driver en De setup gaat verder…maar dan krijg ik Setup did not find any harddrives ? Ben ik iets vergeten?

  2. Ik heb het zelfde probleem als garfield.
    floppie gemount kan de scsi driver selecteren maar krijg niet de optie om de disk te formatteren.
    Het volgende scherm na start van de setup is dat er geen vaste schijfstations in de computer kan worden gevonden.

    Enig idee wat ik niet goed doe?

    Bedankt alvast.
    Top site, heb ik al heel veel aan gehad.

  3. ik heb het probleem om een unattended Windows XP SP2 installatie dmv RIS en VMWare ESX uit te voeren.

    Ik heb de drivers van de floppy gebruikt en de SCSI van BUSlogic naar LSI gewijzigd en andersom, maar steeds hetzelfde resultaat.

  4. Maak de partitie eerst even aan met een Windows 2003 (R2) server CD en stop de setup en doe dan al het bovenstaande (floppy driver) toen was het bij mij wel werkend…

  5. We did a lot of work to make our uanttended installation CD/DVD to work wihich VMware ESX and its works now for us.
    We added the mass storage drivers to it. Below you will find a plain text version of the instruction we wrote for it.
    I you want to recieve this document as a .pdf file, just send me a request by email: ajsnijder@vanlodenstein.nl.

    Adding mass storage drivers to a unattended WinXP DVD for VMware ESX

    1. Introduction
    When installing a virtual Windows XP machine on VMware ESX its irritating that you have to create a (virtual) floppy/CD with the right LSI-SCSI drivers.
    Next, during the textmode setup, you have to press the F6 button to load them. We searched a lot and found a way to add the needed LSI SCSI-drivers to the unattended installation DVD for installing Windows XP Professional SP2 and SP3 on VMware ESX 3.5.
    ==> Make certain that system file are being displayed on your system, otherwise you will get a problem!
    ==> I tried to write this instruction in English, so it can be read by a lot of you. If you are happy with it, because it was helpfull, just let me know by a little email to ajsnijder@vanlodenstein.nl.

    2. Get the right drivers for VMware
    * Start with downloading the actual version of de VMware tools from the Vmware site or better copy the windows.iso file from your VMware ESX 3.xx machine by using a tools like WinSCP (See: http://winscp.net/eng/download.php)
    * On the file system of your ESX machine the windows.iso file is located in: /vmimages/tools-isoimages/

    ==> Always use the tools from your Vmware system. Beware of version conflicts! (see last chapter).

    * After you have copied the windows.iso file to your system, extract it with a tool like WinRAR (see: http://www.winrar.nl/) to a temporary folder.
    * Within the directory: ..\windows\program files\VMware\VMware Tools\Drivers\ are the drivers needed later!

    3. Get right SCSI drivers from LSI
    * Go to http://www.lsi.com/obsolete/lsi20320_3157.html and look for the right LSI20320 SCSI adapter driver ( = WHQL version 1.20.18) for your guest operating system: WindowsXP.
    * Download the driver file and extract it with a tool like WinRAR to a temporary folder.
    * Within the directory: ..\ xp_x86\ are the drivers we need later!

    ==> If you use a older version of Vmware ESX there can be a version conflict with the latest SCSI-drivers, so you need the driver version before 1.10 (see the last chapter for more details).

    IMPORTANT
    ==> The latest symmpi.sys file version 1.26.5.0 doesn’t work and stops with errors! So we continued to use the 1.20.18.0 version.

    4. Background information
    * Windows Setup uses a number of key files to control how Windows Setup behaves. Controlling this files = controlling how Windows setup behaves. There are three files you have know about:
    o DOSNET.INF Used by WINNT.EXE/WINNT32.EXE during the file copy phase of the setup
    o LAYOUT.INF Used as a template for file copy operations. DO NOT EDIT THIS FILE!
    o TXTSETUP.SIF Used by the text mode phase of the setup and prepares for the GUI phase of the setup.
    * The textmode phase is invoked after the reboot from the copy phase or when booting from the (unattended) installation CD/DVD.
    * Because we use the unattended CD/DVD installation method, we only adjust the txtsetup.sif file and some other files.
    5. Textmode setup: Change the TXTSETUP.SIF

    * Edit the TXTSETUP.SIF file located in the ../i386/ folder of the unattended folder structure with something like notepad.
    * In this file the following sections are important for us and needs some modifying:
    [WinntDirectories]
    1 = “\”
    2 = system32
    3 = system32\config
    4 = system32\drivers
    …..
    …..
    18 = system32\spool\drivers\w32x86
    ….
    20 = inf

    Explanation (1 of 5)
    – This section maps a physical directory, it doesn’t mather if it’s absolute like ‘\’ or relative like %Systemroot%.
    – The folder is identified by the Windows setup by the number it was assigned to.
    – Eg. 4 = system32\drivers maps the number 4 to %Systemroot%\system32\drivers.

    [SourceDisksFiles]
    system.drv = 1,,,,,,,2,1,0
    system.mof = 1,,,,,,,,3,3
    systray.exe = 1,,,,,,,2,0,0
    symmpi.sys = 1,,,,,,3_,4,1,,,1,4
    symmpi.inf = 1,,,,,,,20,0,0
    T1.t4 = 1,,,,,,,,3,3
    t1513470.ppd = 1,,,,,,,,3,3
    t1535470.ppd = 1,,,,,,,,3,3
    t1tr6.t4 = 1,,,,,,,,3,3

    Explanation (2 of 5)
    – This section controls how source files are copied to their destination and what their properties will be.
    – Eg. the file ‘symmpi.inf = 1,,,,,,,20,0,0’ can be copied to the %Systemroot%\Inf\ folder.
    – The 2 yellow/bold line with symmpi.xxx = 1xxxxx must be added under the [SourceDisksFiles]. Put them under the systray.exe item.
    – The numbers 4 and 20 both point to the corresponding [WinntDirectories]

    [HardwareIdsDatabase]
    …..
    …..
    PCI\VEN_8086&DEV_96A1&SUBSYS_00018086 = “i2omp”
    PCI\VEN_8086&DEV_3092&SUBSYS_00018086 = “i2omp”
    PCI\VEN_1000&DEV_0622 = “symmpi”
    PCI\VEN_1000&DEV_0624 = “symmpi”
    PCI\VEN_1000&DEV_0626 = “symmpi”
    PCI\VEN_1000&DEV_0628 = “symmpi”
    PCI\VEN_1000&DEV_0030 = “symmpi”
    PCI\VEN_1000&DEV_0032 = “symmpi”
    PCI\VEN_1000&DEV_0050 = “symmpi”
    PCI\VEN_1000&DEV_0054 = “symmpi”
    PCI\VEN_1000&DEV_0058 = “symmpi”
    PCI\VEN_1000&DEV_005E = “symmpi”
    PCI\VEN_1000&DEV_0056 = “symmpi”
    PCI\VEN_1000&DEV_0640 = “symmpi”
    PCI\VEN_1000&DEV_0646 = “symmpi”
    PCI\VEN_1000&DEV_0062 = “symmpi”

    Explanation (3 of 5)
    – This section holds the mapping of physical PCI resources that will be controlled by the various drivers.
    The driver symmpi controls a piece of hardware that’s identified by the PCI VendorID and the PCI Device ID, like: PCI\VEN_1000&DEV_0030
    – The 14 bold items (above) which ends with: “symmpi” must be added at the end of the [HardwareIdsDatabase] section.
    – Put them under the line with: PCI\VEN_8086&DEV_3092&SUBSYS_00018086 = “i2omp”.
    – The needed settings can be found in the symmpi.inf file, located in the temporary folder ..\xp_x86 with the extracted drivers from the LSI site (see chapter 3).
    – Open the symmpi.inf file, browse to the [LSI] section, here’s the information we need!
    [LSI]
    %DevDesc2% = SYMMPI_Inst, PCI\VEN_1000&DEV_0622
    %DevDesc3% = SYMMPI_Inst, PCI\VEN_1000&DEV_0624
    %DevDesc4% = SYMMPI_Inst, PCI\VEN_1000&DEV_0626
    %DevDesc5% = SYMMPI_Inst, PCI\VEN_1000&DEV_0628
    %DevDesc6% = SYMMPI_Inst, PCI\VEN_1000&DEV_0030
    %DevDesc7% = SYMMPI_Inst, PCI\VEN_1000&DEV_0032
    %DevDesc8% = SYMMPI_Inst, PCI\VEN_1000&DEV_0050
    %DevDesc9% = SYMMPI_Inst, PCI\VEN_1000&DEV_0054
    %DevDesc10% = SYMMPI_Inst, PCI\VEN_1000&DEV_0058
    %DevDesc11% = SYMMPI_Inst, PCI\VEN_1000&DEV_0056
    %DevDesc12% = SYMMPI_Inst, PCI\VEN_1000&DEV_0640
    %DevDesc13% = SYMMPI_Inst, PCI\VEN_1000&DEV_0646
    %DevDesc14% = SYMMPI_Inst, PCI\VEN_1000&DEV_0062
    – For each item in this section there must be added a line to the [HardwareIdsDatabase] section.
    – Use for each line the following notation PCI\VEN_1000&DEV_xxxx = “symmpi”. Where xxxx must be replaced with the numbers that are in lines under the [LSI] section.

    [SCSI.Load]
    cpqarray = cpqarray.sys,4
    atapi = atapi.sys,4
    symmpi = symmpi.sys,4

    Explanation (4 of 5)
    – This section controls (1) the loading of the various drivers during the initialization and (2) the loading order.
    – Add the line: symmpi = symmpi.sys,4 to the [SCSI.Load] section, just below the atapi = atapi.sys,4 line. Now the driver will be loaded from the ..\system32 folder.

    [SCSI]
    symmpi = “LSI Logic PCI Fibre Channel Host Adapter”
    symmpi = “ESX LSI Logic PCI Fusion-MPT Driver (XP 32-bit)”

    Explanation (5 of 5)
    – This section is responsible for displaying a friendly driver name, so we can recognize the load of the added driver during the initialization! The display name can be found in the txtsetup.oem file or in the driver.inf file.
    – Add the line: symmpi = “ESX LSI Logic PCI Fusion-MPT Driver (XP 32-bit)” tot to [SCSI] section, put it below the existing symmpi = line.
    – The name ESX LSI Logic PCI Fusion-MPT Driver (XP 32-bit) will be displayed during the textmode phase, while loading the drivers.

    The result of this all
    – When the symmpi.sys exist on the installation media and the above entries have been added to the txtsetup.sif file the Textmode phase of the unattended Windows setup will show the added driver and just go on with a real unattended installation.

    6. GUI setup: Adding drivers and setup
    After the textsetup phase of an XP installation comes the GUI phase. Drivers added during the Textmode phase will not necessarily mean that the GUI phase is aware of the storage device present by the driver.
    So if we don’t add the driver to the GUI phase it can happen that you – after installation and rebooting – see that the system isn’t able to boot. This is because the driver is not installed correctly. To avoid this the needed driver(s) must be added for the GUI phase.

    a) Adding all drivers to the driver stores
    We choose to add all the Vmware drivers that are in the extracted VMware tools folder (see section 2) to the GUI driver store. So after installation the navigation in Windows XP is more easy. Eg. the mouse can directly be used to install the latest Vmware tools and the video drivers is there in the right resolution.
    Copy VMware tools driver files
    * Browse within the extracted Vmware-tools \xp_x86\ folder to …\program files\VMware\VMware Tools\Drivers\ folder.
    * Search each folder for a \win2k\32bit\ folder and – if there – copy the content of each ..\Win2k\32bit\ folder to the to the $OEM$\$1\PnP\Vmware\ folder (so all drivers for scsi, mouse, video, network etc. are there during installation).
    o PnP = our name for the folder with the drivers needed during the unattended setup
    o VMware = our name for the folder for the VMware drivers
    (the names of this folders are up to you!).
    Copy LSI-SCSI driver files
    * Browse within the extracted LSI-SCSI driver folder to the \xp_x86\ folder.
    * Copy the content of the \xp_x86\ folder to the to the $OEM$\$1\PnP\LSI-SCSI\ folder.
    o LSI-SCSI = our name for the folder for the LSI drivers.
    * Next copy the two files symmpi.sys and symmpi.inf to the ..\i386\ folder of the unattended installation DVD.
    Modify the winnt.sif file
    * Next modify the winnt.sif file in the ..\I386\ folder by adding the following lines to the [unattend] section of that file:
    OemPnPDriversPath=”PnP\Vmware; PnP\LSI-SCSI ”
    OemPreinstall=Yes
    and safe the file.

    b) Modify symmpi.inf file
    We copied the symmpi.sys and symmpi.inf file to the ..\i386\ but if we stop now the unattended installation can’t locate the symmpi.inf file. After that it will stop and prompt for right path where to find the file. After correcting that path the setup can go on. That’s not what we like, therefore:
    * Browse to the ..\i386\ folder and edit the symmpi.inf file.
    * Browse to the [SourceDisksFiles.x86] section.
    [SourceDisksFiles.x86]
    symmpi.sys = 1
    ;lsipseud.inf = 1
    ==> Here, comment out (;) the lsiseud.inf line (if there).
    * Browse to the [SourceDisksNames] section.
    ;[SourceDisksNames]
    ;1 = %DiskDesc%,,
    ==> Here, comment out (;) both the [SourceDisksNames] section and the 1 = %DiskDesc%,,.line.
    * After that save the file.

    Explanation
    – The [SourceDisksFiles.x86] has the following format: filename = diskid[,[ subdir][,size]]
    – The subdir value specifies the subdirectory on the source disk where the named file resides.
    – If this value ([,[ subdir][,size]]) is ommited from an entry, the named source file is assumed to be in the path directory that was specified in the [SourceDisksNames] section for the given disk or, if no path directory was specified, in the installation root!
    – So that’s the reason for commend out the [SourceDisksNames] section, during installation the symmpi.inf file is found in the installation root of the unattended installation DVD.

    7. Creation a .iso file
    * The last thing to do is to create a bootable CD-ROM or a .ISO file.

    Don’t forget that you, when creating a Virtual XP in Virtual Center you have to choose for the custum option, so you can already choose the LSI Logic SCSI driver

    8. Performance tuning (if needed)
    If your performance is bad and CPU consuming try the settings explained in the reg. files below.
    * Browse within the extracted LSI-SCSI driver folder to the \xp_x86\ folder.
    * Within these are some .reg files the tweak the system, the information is added to the .reg files:
    Large Block Size Support
    ; This data file will add a registry entry to enable large block size
    ; transfers of 256K. For NT 4.0 (XP), the driver will support up to the NT maximum
    ; value of 0xFF or 256 for MaximumSGList. This provides a maximum transfer
    ; size of 1040384, which is 1MB – 8K.

    Restore Default Block Size (64K)
    ;This data file will delete any MaximumSGList registry entry to restore
    ; the default transfer block size to 64K.

    9. Problems with symmpi drivers version with other versions of ESX
    Errors in Windows NT, 2000, XP, and Server 2003 Virtual Machines on ESX Server 2.0 and 2.1
    This problem occurs if you use a newer LSI Logic driver (version 1.10 or higher) with the following operating systems in an ESX Server 2.0.x or 2.1.x virtual machine:
    * Windows Server 2003 (SP1 includes version 1.10)
    * Windows XP
    * Windows 2000
    * Windows NT
    The guest operating system cannot boot, and the virtual machine displays an error message that includes the following text: NOT_IMPLEMENTED.
    To avoid this problem, use LSI Logic driver version 1.09 (listed below) or upgrade to ESX Server 2.5. When you are following the steps of the section http://www.vmware.com/support/esx21/doc/esx21admin_lsilogic_vms.html in the VMware ESX Server 2.1 Administration Guide, you are asked to visit the LSI Logic Web site to download the driver.
    Here are the locations on LSI Logic’s Web site for the drivers supported by ESX Server 2.0 and 2.1:

    Windows XP:
    http://www.lsilogic.com/files/support/ssp/whql%20drivers/20320-r/LSI20320-R_IME51002_01033500IM_XP_1091100_850725.zip.

  6. Bedankt voor deze uitleg. F6 werkt, en enter ook, maar als ik de S moet intypen, om de scsi van “floppy” te gebruiken, reageert hij niet. Enter voor stuurprogramma windows doet hij wel, maar dan ben je terug bij af.
    Heeft iemand een idee?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.