Can't boot OS

Issues related to applications and software problems
Post Reply
hnomkeng
Posts: 2
Joined: 2018/10/20 03:21:28

Can't boot OS

Post by hnomkeng » 2020/08/17 06:05:44

ESXI version : 6.5
OS : CentOS 6.10

I press key 'ESC' can't show command line.
Image
Can't chroot /mnt/sysimage
Image

Whoever
Posts: 1357
Joined: 2013/09/06 03:12:10

Re: Can't boot OS

Post by Whoever » 2020/08/18 01:05:20

The file is corrupted.

Outside the chroot jail, you have to use rpm to re-install glibc from the rescue CD but set the root correctly:
rpm -Uvh --replacefiles --replacepkgs --root=/mnt/sysimage /tmp/glibc-<version>.<arch>.rpm

The real question is: how did the file get corrupted?

Post Reply