Centos 7.1 GUI install fail after driver B140i

centoscentos7hpe

Im trying to install Centos 7.1 on a HPE DL160 GEN9 using the smart array controller.

Im following the official manual (HPE Dynamic Smart Array B140i
RAID Controller User Guide
) after the driver setup via USB the install fails and show a blackscreen only with the mouse on it.

anyone can help me with this

Thanks

Best Answer

The steps provided below worked for a similar case for DL20 Gen9 server. I think the key item is using the HPE Dynamic Smart Array B140i SATA RAID Controller Driver for Red Hat Enterprise Linux driver provided in step 2.

1) Download CentOS Image and write it on a USB using dd (ex. dd if=/path/to/CentOS.iso of=/dev/sdX status=progress);

2) Download hpdsa-1.2.10-123.rhel7u3.x86_64.dd.gz file from the following webpage:

3) Use dd to write the appropriate driver (u0 or u1) on a separate USB drive (ex. dd if=/path/to/HpDsaExtractedDriver.dd of=/dev/sdY status=progress);

4) Insert the CentOS USB in the server, boot from it but at the install menu, press e in case of an UEFI system and on the "linuxefi" line append the following inst.dd modprobe.blacklist=ahci;

5) Press Ctrl+x or the keys needed to continue the installation;

6) Insert the usb drive with the driver;

7) Press r to refresh the drive list and choose the appropriate drive;

8) After it unpacks, continue with the installation as usual.

This support communication also has similar instructions for REHL 7.x that should also work for Centos 7

Red Hat Enterprise Linux 7.x - B140i Raid Controller Driver Update disk (dd) Creation https://support.hpe.com/hpsc/doc/public/display?docId=mmr_kc-0135766

-V