Solve the issue that CentOS 7 installation and startup of HP ProLiant DL380 G5 cannot recognize hard disks
1. Preface
The installation and startup of HP ProLiant DL380 G5 CentOS 7 cannot identify the hard disk. The author solved the installation problem by referring to the original article.
2. Practice
2.1 Identification of system installation Hard Disks
As shown in:
Select "Install Centos 7"
Press the Tab key.
Type "space"
Type the "hpsa. hpsa_simple_mode = 1 hpsa. hpsa_allow_any = 1" parameter.
Press enter.
Go to the system installation process and correctly identify the Array (virtual) hard disk. After installation, restart
2.2 hard disk identification on startup Interface
The Wizard Page is displayed as follows:
As shown in:
Press e to enter the editing status.
Similarly, type the "hpsa. hpsa_simple_mode = 1 hpsa. hpsa_allow_any = 1" parameter.
Press Ctrl + X to boot normally.
3. Hard Disk identification method for permanent startup
Enter the system as root, and edit/boot/grub2/grub. cfg in vi.
As shown in:
Find "linux17"
Press the End key to the End of the row.
Similarly, type the "hpsa. hpsa_simple_mode = 1 hpsa. hpsa_allow_any = 1" parameter.
[: Wq] Save and exit
2.3 restart Test
1 reboot
--------------------------------------------------
References: