Forums

JimmyBoy
JimmyBoy
Offline
Resolved
1 votes
I'm attempting to install ClearOS 7.1.0 Beta 2 on a HP machine with a P400 RAID card. The P400 RAID card does not appear to be recognised by the installer.
Has support for the P400 RAID card been dropped from ClearOS 7? Or is it PEBKAC on my part?
Incidentally, ClearOS 6.6.0 recognises the same P400 RAID card in the same machine.
Monday, July 06 2015, 07:11 PM
Share this post:

Accepted Answer

Monday, July 06 2015, 10:53 PM - #Permalink
Resolved
0 votes
Hi, it seems that some support was dropped for P400 from the kernel drivers in the ClearOS7 upstream code, even though it was supported in 6.x, similar topic here at the CentOS forum
https://www.centos.org/forums/viewtopic.php?f=49&t=47011

A work around is to compile the kmod-cciss driver post-install
The reply is currently minimized Show
Responses (6)
  • Accepted Answer

    JimmyBoy
    JimmyBoy
    Offline
    Saturday, July 11 2015, 12:39 PM - #Permalink
    Resolved
    0 votes
    Many thanks for the reply and link!
    The reply is currently minimized Show
  • Accepted Answer

    Eric PUN
    Eric PUN
    Offline
    Friday, October 14 2016, 05:56 PM - #Permalink
    Resolved
    1 votes
    When you boot up and go into the install, press tab key to get to your install options.
    From here append cciss.cciss_allow_hpsa=1 hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1 to your boot options.

    When the installer boots up, you should see your logical volume and use it as an install destination. Select it and install your system
    The reply is currently minimized Show
  • Accepted Answer

    Friday, October 14 2016, 06:12 PM - #Permalink
    Resolved
    -1 votes
    If it helps, I have a copy of the kmod-cciss driver compiled for ClearOS 7.x here.
    The reply is currently minimized Show
  • Accepted Answer

    Eric PUN
    Eric PUN
    Offline
    Tuesday, October 18 2016, 01:48 PM - #Permalink
    Resolved
    1 votes
    UPDATE - After install ClearOS 7 you will have to boot into rescue mode and change grub2 configuration add "hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1" to the /etc/default/grub file


    Boot up to rescue mode.

    After install the ClearOS 7 reboot it, at the boot manual press e to edit boot option and add "rescue hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1" at the end, then Ctrl - X to boot the system.

    Add hpsa to grub.

    edit /etc/default/grub.cfg and add this to GRUB_CMDLINE_LINUX hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1

    vi /etc/default/grub.cfg

    #/etc/default/grub
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="ClearOS"
    GRUB_DEFAULT=saved
    GRUB_DISABLE_SUBMENU=true
    GRUB_TERMINAL_OUTPUT="console"
    GRUB_CMDLINE_LINUX="rd.lvm.lv=clearos/root rd.lvm.lv=clearos/swap rhgb quiet hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1"
    GRUB_DISABLE_RECOVERY="true"

    save and exit
    :wq

    Reconfigure grub.
    After that run grub2-mkconfig -o /boot/grub2/grub.cfg to reconfigure grub

    Reboot your system.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, March 03 2017, 07:48 PM - #Permalink
    Resolved
    0 votes
    Eric,

    I tried your solution on both ClearOS and CentOS and could not get it to work on either with a DL160 with a H240 controller. Any thoughts?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 15 2019, 12:29 AM - #Permalink
    Resolved
    0 votes
    After you have added hpsa_simple_mode and hpsa_allow_any to grub you need to update both legacy boot and EFI boot;

    #Legacy boot
    grub2-mkconfig -o /boot/grub2/grub.cfg

    #EFI boot - do both to be sure.
    grub2-mkconfig -o /boot/efi/EFI/clearos/grub.cfg

    Otherwise if you tinker about in the BIOS one day and switch it to EFI boot it won't find your P400 RAID card.
    The reply is currently minimized Show
Your Reply