Home > Article > Operation and Maintenance > centos system cannot start
Question:
The Linux server runs very stably and efficiently. However, if it is shut down abnormally, it is very easy to cause the system to crash, or the system partition information to be lost, resulting in the inability to start.
Solution:
After the centos system is shut down abnormally and started, the partition information will be damaged and the system cannot be entered normally
(Recommended tutorial: centos usage tutorial)
If it prompts that a certain partition is abnormal, you can enter the root password and press Enter
Repair the partition
Then follow the above tips to repair the problematic partition. fsck /dev/mapper/xxx/x
Then confirm that the system has started to repair. He may have many prompts about partition failures. Just continue repairing
After a few confirmations, return to the original command line as shown in the figure. Indicates that the repair is completed
Restart the system normally and then restart the operating system normally and enter reboot
Related video tutorials Recommended: linux video tutorial
The above is the detailed content of centos system cannot start. For more information, please follow other related articles on the PHP Chinese website!