Page 1 of 1

Can't boot OS

Posted: 2020/08/17 06:05:44
by hnomkeng
ESXI version : 6.5
OS : CentOS 6.10

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

Re: Can't boot OS

Posted: 2020/08/18 01:05:20
by Whoever
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?