Các bạn admin vps server rất là sợ khi gặp phải lỗi Kernel panic – not syncing: Attempted to kill init. Nó như một thông điệp thông báo hệ điều hành của bạn không thể hoạt động vậy. Bài viết này Maychuhanoi sẽ chia sẻ với các bạn nguyên nhân dẫn đến lỗi Kernel panic – not syncing: Attempted to kill init và cách khắc phục Kernel panic – not syncing: Attempted to kill init Nguyên nhân: Có rất nhiều nguyên nhân khác nhau, thường là do bạn thay disk controller, sau khi thay và cắm lại ổ cứng cũ như ban đầu, OS dở chứng và báo thông báo lỗi trên Nguyên dân là do initrd (một root filesystem được load vào RAM) không tìm được các module cho driver của thiết bị mới, do vậy kernel không thể access thiết bị và OS sẽ nằm ở trạng thái treo! (Tất nhiên nếu kernel đã có những module built in cho tất cả các thiết bị thì nó cũng chẳng cần tới initrd image này nữa.) >>> Xem thêm: máy chủ dell t340
Cách khắc phục : Lúc này ta cần 1 đĩa live CD để vào “giải cứu” Centos. – To install or upgrade in graphical mode, press the <ENTER> key. – To install or upgrade in text mod, type: linux text <ENTER>. – Use the function keys listed below for more information. [F1-Main] [F2-Options] [F3-General] [F4-Kernel] [F5-Rescue] boot: linux rescue Sau khi vào được, ta có giao diện như sau: Your system is mounted under the /mnt/sysimage directory. When finished please exit from the shell and your system will reboot. sh-3.2# >>> Xem thêm: bán hpe dl380 gen 10
Ta cần backup initrd file hiện tại và tạo cái mới, sao cho nó sẽ thấy được toàn bộ các module trong /lib/modules sh-3.2# /usr/sbin/chroot /mnt/sysimage sh-3.2# /bin/ls /boot/initrd* /boot/initrd-2.6.18-238.el5.img sh-3.2# /bin/mv /boot/initrd-2.6.18-238.el5.img /boot/old-initrd-2.6.18-238.el5.img-old sh-3.2# /sbin/mkinitrd /boot/initrd-2.6.18-238.el5.img 2.6.18-238.el5 Sau đó thoát ra và khởi động lại hệ thống sh-3.2# /bin/ls /boot/*initrd* /boot/initrd-2.6.18-238.el5.img /boot/old-initrd-2.6.18-238.el5.img-old sh-3.2# exit Hy vọng với những chia sẻ nhỏ trên có thể giúp anh em nhanh chóng khắc phục được lỗi Kernel panic – not syncing: Attempted to kill init để hệ thống thuê vps còn hoạt động bình thường Chúc các bạn thành công ! >>> Xem thêm: bán HPe DL360 gen10
|