安装完成后重启系统,仍然会找不到raid卡,需要进一步修复,方法有2种:
1、在开机进行grub菜单时,按Tab键,找到quiet这一行,增加hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1,启动系统后修改/grub2/grub.cfg文件,找到启动菜单那一行,增加hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1 保存退出,重启就能正常启动了。
2、使用启动盘,rescure模式,然后chroot /mnt/sysimage,修改/grub2/grub.cfg文件,增加hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1 保存退出,重启OK。
HP 580 G5安装CentOS7时找不到P400 raid卡
原文地址:http://blog.51cto.com/gaodi2002/2115564