HP服務器 hp 360g5 centos7安裝問題
一 :啟動盤無法識別硬盤
1、進入安裝光盤,用上下鍵選擇安裝centos——Install Centos7(注意不可按Enter鍵),如圖:
2、按Tab鍵,對安裝進行額外配置,在屏幕最下方會顯示如下字樣:
3、在額外配置的命令行上添加配置: hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1,如圖所示:
二:安裝完成後無法引導
出現情況:CentOS開機進度條卡死在100% 顯示
firmware bug the bios has corrupted hw pmu resources
2.2、啟動界面硬盤識別方法
進入引導界面後,顯示如下:
如上圖所示:
按下【e】進入編輯狀態
同樣鍵入“hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1”參數 (參考下圖 在quiet後跟上這些參數)
按下【Ctrl+X】可正常引導
3、永久啟動硬盤識別方法
root進入系統,vi編輯/boot/grub2/grub.cfg
如上圖所示:
找到“linux17”行
按下【End】鍵到行尾
同樣鍵入“hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1”參數 在quiet後跟上這些參數 否則啟動不了。
【:wq】保存並退出
2.3、重啟測試
1 reboot
如上圖所示:
按下【e】進入編輯狀態
同樣鍵入“hpsa.hpsa_simple_mode=1 hpsa.hpsa_allow_any=1”參數
按下【Ctrl+X】可正常引導
參考鏈接:
http://linux.it.net.cn/CentOS/CentosBug/2016/0514/21817.html
http://www.linuxidc.com/Linux/2016-07/133089.htm
http://xxxxxx/Linuxjc/1181643.html TechArticle