This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dell E5550 and Sophos 7.0.2.23 installation error 5017

I'm getting Error 5017 Incompatible hardware configuration while trying to install. 

The BIOS is set to AHCI and  the drivers for the raid are not installed.

Is there a reason why the installation would think the RAID drivers are installed yet they are not.  We've checked the registry and can't find anything there etc.

-Stephen



This thread was automatically locked due to age.
Parents
  • We have installed SGN7 on many Exx50 machines without problems. The SATA mode needs to be set to AHCI in BIOS as a prerequisite.

    You said you did that. We also had some rare cases where we got error 5017 although AHCI mode was set. In these cases we had to override the SATA RAID check.

    You need a customized poacfg.xml file in order to do this.

    A POACFG.XML can be download from the ftp server described in this article:

    https://www.sophos.com/en-us/support/knowledgebase/65700.aspx

    Download file POACFG_7_00_0_105_and_above.xml from there.

    Edit the XML file and remove the SATA RAID check for the 5550 model by deleting this section:

    <Action>
            <Version>7.00.0</Version>
            <Condition>
                <Machine Vendor="Dell Inc." UseVendor="1" Model="Latitude E5550" UseModel="1" Type="01" UseType="0" />
                <BIOS/>
                <HardDisk/>
                <HD-Controller VID="8086" UseVID="1" PID="282A" UsePID="1" />
                <USB-Controller/>
                <GraphicController/>
                <VideoControllerDriver/>
            </Condition>
            <Command>WARNING "RAID is not supported, the value of the SATA Operation setting must be switched to AHCI in the BIOS of this hardware",ABORT</Command>
        </Action>

    Now follow the instruction from the article above to use the customized file for installation. Make sure you specify a correct absolute path to the poacfg.xml file, e.g. C:\SGN\poacfg.xml or C:\TEMP\poacfg.xml. It depends on where you store the file locally. Even if the file is stored in same folder as the MSI file, you have to specify the full path to the file.

    -Holger

  • It allowed the installation and everything looks good, thanks!

    -Stephen

Reply Children
No Data