2

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

sebastiannot
  • 23
  • 1
  • 4

1 Answers1

2

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

user38537
  • 273
  • 3
  • 13
VajV
  • 36
  • 1
  • exactly ,for some weird reason this works for me only with centos 7.0 and the driver for 7.0 (hpdsa-1.2.4-140.rhel7u0.x86_64),newest versions fail on the install ,thanks for your answer btw :) – sebastiannot Jan 25 '18 at 12:15
  • Can confirm this works on a DL160 gen9 with Centos 7 on 11/13/18. I used the "u4" edition of the driver. – user38537 Nov 14 '18 at 03:52
  • Can confirm step #4 works for using the Centos DVD/USB to repair a broken Centos 7 system. I hosed my LVM XFS root volume. – user38537 Dec 15 '18 at 06:44