You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Installing windows XP on newer machines presents a few challenges and this post aims to be a compilation of the challanges that were faced so far and (possible) solutions.

ACPI:

1) Most modern machines (and all desktops) will show up as non ACPI compliant for the XP installer due to the changing of ACPI standards and the BIOS lists not being updated.

2) For MOST cases the ACPI HAL is not required for the system, in this case you can press F7 at the start of setup while in text mode (at the point where setup asks you to press F5) to change the mode from 'ACPI compliant' to 'Standard Computer'.

3) In the rare case where ACPI disabling does not work in text mode(for some newer machines), the 'Txtsetup.sif' file in the setup for XP needs to be manually edited. The option for ACPIEnable need to be set to 0 instead of the default 2 (or 1 for some installers). For the sake of documentation, the options correspond to:

  • 0: ACPI is disabled at installation, regardless of the system BIOS.
  • 1: ACPI is enabled at installation if an ACPI BIOS is present
  • 2: ACPI is enabled on the basis of the GoodACPIBios list and the ACPIBiosDate. (The list is not updated so any new BIOS would not be present on it).

Hard Disk Drivers:

1) Due to Windows XP not having the drivers for SATA controllers, the installation results in a BSOD. Note that a stop in installation due to not having drivers for devices considered "mandatory" for booting the full setup after textmode, the error message will show something in the vein of:

STOP 0x0000007B (parameter1, parameter2, parameter3, parameter4)

If you do run into a different error code, it may be worth searching through what the error code means as it may be a completely unrelated issue.

2) Due to the change in Intel Rapid Storage drivers there are two types of drivers available online, one that consists of a single IAStor.sys file (which are older and come from the "classical" phase of RST) and ones that consist of two files, an IAStorA.sys file (which is the AHCI/RAID driver) and an IAStorF.sys (which is a bundled SCSI driver). ONLY the first variety is usable with XP (the second can be used with Windows 7 and up).

3) In order to find the correct drivers, it is necessary to have the hardware ID of the SATA controller, this can be done rather easily from an existing windows installation. However, the SATA controller mode (which can be accessed from the BIOS) must be set to AHCI (RAID is known to cause problems unless you are actually using a RAID drive configuration in which case it is necessary). (Note: If there is an IDE option, this entire process is unnecessary as XP has drivers present for AHCI drives running in IDE-compatible mode)

(WARNING: Changing the mode with an OS installed WILL cause problems with your existing installation sometimes causing an endless string of BSODs requiring a complete reinstallation, make sure you have everything important backed up)

a) Go to Device Manager

b) Find the SATA controller (this is usually under the IDE ATA/ATAPI controllers (for older machines) or Storage Controllers (for newer machines). Note: The controller will usually have IDE/AHCI/RAID in its name.

c) Go to properties (right click)

d) Under details check for hardware ID.

4) Note: You MUST make sure that the hard drive is connected to one of the Intel controllers as some computers may come with a third party SATA controller from companies like Marvell, these are usually grey in color (for Marvell) or black (for Jmicron). You can also check this in Harware IDs , VEN_8086 refers to Intel and these are the ports that you will want to use.

5) The drivers compatible for XP can be downloaded from http://www.win-raid.com/t2f23-Intel-RST-RSTe-Drivers-newest-v-WHQL-v-WHQL.html (a page on the WinRaid forums that is maintained by Fernando who keeps a list of (fairly) updated drivers for newer motherboards and a very comprehensive set of instructions). Make sure you download the classical drivers and you may want to look up the model of the motherboard and the southbridge (sometimes manufacturers modify components) to choose the best version(more info on this in the above link).

Creating the Setup:

1) You will want to start with a reliable windows XP setup disc.

2) Copy all of the files into a folder on your hard drive.

3) You will need to slipstream the drivers onto the setup disc for XP, it is recommended to use nlite for this process as it is free and well supported(available at http://www.nliteos.com/)

a)Point nlite to the directory with the Windows Xp setup files, it should automatically detect the installer.

b)Select the option to integrate Drivers and for Bootable ISO.

c)Choose the option to insert a driver and browse to the location where the extracted driver files for XP (from the winRAID forums) are located and select either iaAHCI or iaStor (they are identical and nlite will copy both regardless of which you select)

d) Choose the driver that matches the Device ID for your storage controller. (This will be in the DEV_XXXX part of the Hardware ID).

e)nlite will then give you the option of making a ISO or burning a disc directly. (It is recommended to make an ISO first and then burn the disc with disc verification on to make sure the burning of the disc doesnt cause any issues).

4) Note: You will probably want to use an optical drive for the installation of XP as USB installers have problems with some systems.

5) This should allow you to now access the hard drive for the installation of windows XP, any other required drivers may need to be hunted down online (Windows XP versions). NOTE: It is HIGHLY recommended that you do not use a SSD with XP (unless you are willing to set up a third party application to setup scheduled TRIM operations).

 

  • No labels