3 月 14
21
kernel panic – not syncing: Attempted to kill inint !
PId: 1, comm: init not tainted 2.6.32.-431.e16.x86_64 #1
Call Trace:
此問題發生於將Linux 的Selinux 參數更改,重新啟動.要解決此問題,需要使用原始安裝光碟,然後進入Rescue 模式.進入後則需要修改selinux/config 這個檔案.因為是進入rescue mode. 之前的作業系統會被mount 起來.所以正確的路徑為
/mnt/sysimage/etc/selinux/config
用vi 來修改,指令:
vi /mnt/sysimage/etc/selinux/config
加上 SELINUX=disabled
這樣就可以正確的把selinux 關閉.然後重新啟動就可以了.開機時會做relabel的動作,時間會比較久一點.完成後就可以正常開機了.
PS. 建議還是把selinux 開啟.以增加系統的安全性