Linux kernel panic (caused by glibc) Repair
In Linux, as long as you enter the resume mode through a CD or other means, the following process is much easier.
(If your installation process is unsuccessful, download the corresponding installation package according to the error prompt until glibc is successfully installed.) In addition, this is for CentOS, ubuntu can also use this method, but the command for installing the software package is replaced with dpkg.
Install libgcc:
Rpm-Uvh -- root =/mnt/sysimage/-- force libgcc-4.7.0-1.fc17.x86_64.rpm
Install glibc-common:
Rpm-Uvh -- root =/mnt/sysimage/-- force -- nodeps glibc-common-2.15-32.fc17.x86_64.rpm
Install glibc:
Rpm-Uvh -- root =/mnt/sysimage/-- force glibc-2.15-32.fc17.x86_64.rpm
After the installation is complete, you can restart the system to check whether the system is normal (whether the system can be accessed ). If there are other problems, you can fix them as needed after entering the system.
Upgrade Glibc in Linux
Glibc details: click here
Glibc: click here
This article permanently updates the link address: