CentOS開機的時候卡在進度條一直進不去 F5(是關鍵)

來源:互聯網
上載者:User

標籤:

這看不出開機啟動卡在哪裡,只好重啟按住"e"鍵,進入啟動菜單:然後移動到第二項kernel...接著按e進入編輯去掉rhgb quiet字樣 按斷行符號儲存回到選擇項按b啟動它就能看到啟動過程了f5鍵進度條/命令列介面方式切換#關鍵能過啟動後台杳找原因(壓F5杳看啟動過程)在啟動過程中就可以杳找原因

 

[[email protected]_Master ~]# chkconfig kdump off

 

如還是不能進入

[[email protected]_Master etc]# ps -ef|grep /bin/bashroot       977     1  0 18:09 ?        00:00:00 /bin/bash /etc/rc.d/rc 3root      1472  1470  0 18:09 ?        00:00:01 /bin/bash /etc/nginx_check.shroot      6691  1899  0 18:23 pts/1    00:00:00 grep /bin/bash[[email protected]_Master etc]# cat /etc/nginx_check.sh.bak #!/bin/bashset -xwhile :donginxpid=`ps -C nginx --no-header |wc -l`if [ $nginxpid -eq 0 ];thenservice keepalived stopservice nginx startfisleep 3nginxpid=`pgrep nginx|wc -l`if [ $nginxpid -ne 0 ];thenservice keepalived startfidone

 

[[email protected]_Master etc]# kill -9 1472[[email protected]_Master etc]# ps -ef|grep /bin/bashroot      7253  1899  0 18:25 pts/1    00:00:00 grep /bin/bash[[email protected]_Master etc]# 

 問題解決!!!!

CentOS開機的時候卡在進度條一直進不去 F5(是關鍵)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.